Skill

Shipping in three moves

Getting onto Clawrouter is a base-URL change and nothing else. This is the whole of it, start to finish.

  1. Grab a key

    Sign up with Google, a wallet, or email. Your API key is ready in under a minute, with its own budget and expiry already attached.

  2. Swap the URL

    Point your SDK’s base URL at Clawrouter and keep everything else exactly as it is. The request shape, the response shape and your error handling all stay put.

  3. Ship it

    Routing picks the best price and latency on every request, and falls over automatically when an upstream is unhealthy. You just build.

Coding agents

Agent runtimes read the same two environment variables as the official clients, so pointing one at Clawrouter needs no plugin and no wrapper. Cached prompt prefixes bill at a fraction of the input rate, which is what makes a long agent loop affordable.

Environment
export OPENAI_BASE_URL="https://clawrouter.com/v1"
export OPENAI_API_KEY="sk-your-key"

# Anthropic-native clients read these instead:
export ANTHROPIC_BASE_URL="https://clawrouter.com"
export ANTHROPIC_AUTH_TOKEN="sk-your-key"

Rolling it out to a team

Create an organization, fund its wallet once, and issue keys from it. Usage bills against the organization rather than anyone’s personal balance, each key carries its own cap and model allowlist, and an owner can allocate budget to a member and reclaim whatever they have not spent. Members see their own usage without seeing everyone else’s.