Skip to main content

From checkout to first request.

Create a key, set the compatible base URL, and continue with the client you already use.

Shell configuration
export ANTHROPIC_BASE_URL=https://openlimits.app
export ANTHROPIC_AUTH_TOKEN=$OPENLIMITS_KEY

# use Claude Code normally
claude

Create. Configure. Run.

Create

Activate a plan

Complete checkout, sign in, and copy the API key from the dashboard.

Configure

Set the host and key

Use environment variables or pass the OpenLimits base URL directly to your SDK client.

Run

Keep your normal command

Open the tool or script you already use. Requests now arrive through the same OpenLimits key.

What happens after the request arrives.

The edge data plane carries the complete request and streams the provider response directly to the client.

Authentication and admission

The key, plan, model access, request rate, and spend allowance are checked before provider work begins.

Deterministic routing

An eligible route plan is created from provider policy, account state, and current capacity.

Streaming and accounting

Output streams to the client. Usage metadata is finalized for billing and dashboard analytics.

Use the setup path for your client.

Most clients need only a host and key. The guides cover the small differences in where those values go.

Claude Code

Reads the Anthropic base URL and auth token from your shell environment.

Cursor

Accepts the OpenLimits host and key from its model provider settings.

Anthropic SDK

Set base_url or baseURL when constructing the client.

OpenAI SDK

Use /v1/responses or /v1/chat/completions on the same host.

Configure the first client.

A Day Pass provides 24 hours of access for €10.