CreateActivate a plan
Complete checkout, sign in, and copy the API key from the dashboard.
Create a key, set the compatible base URL, and continue with the client you already use.
export ANTHROPIC_BASE_URL=https://openlimits.app
export ANTHROPIC_AUTH_TOKEN=$OPENLIMITS_KEY
# use Claude Code normally
claudeCreateComplete checkout, sign in, and copy the API key from the dashboard.
ConfigureUse environment variables or pass the OpenLimits base URL directly to your SDK client.
RunOpen the tool or script you already use. Requests now arrive through the same OpenLimits key.
The edge data plane carries the complete request and streams the provider response directly to the client.
The key, plan, model access, request rate, and spend allowance are checked before provider work begins.
An eligible route plan is created from provider policy, account state, and current capacity.
Output streams to the client. Usage metadata is finalized for billing and dashboard analytics.
Most clients need only a host and key. The guides cover the small differences in where those values go.
Reads the Anthropic base URL and auth token from your shell environment.
Accepts the OpenLimits host and key from its model provider settings.
Set base_url or baseURL when constructing the client.
Use /v1/responses or /v1/chat/completions on the same host.
A Day Pass provides 24 hours of access for €10.