Getting started
Index API
The easiest way to use Index in production is via the serverless API. Index API manages remote browser sessions, agent infrastructure and browser observability.
Getting Started
Installation
First, install the Laminar TypeScript SDK:
Initialize Laminar with your project API key and create a client instance. You can also set the LMNR_PROJECT_API_KEY
environment variable instead of passing it directly.
Installation
First, install the Laminar TypeScript SDK:
Initialize Laminar with your project API key and create a client instance. You can also set the LMNR_PROJECT_API_KEY
environment variable instead of passing it directly.
Installation
First, install the Laminar Python SDK with the required dependencies:
Initialize Laminar with your project API key and create a client instance. You can also set the LMNR_PROJECT_API_KEY
environment variable instead of passing it directly.
Using Index Browser Agent
Next Steps
- Learn about streaming real-time updates from the browser agent
- Set up tracing and session replay for observability
- Read the full API reference
- Explore the SDK reference for advanced usage