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.
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.
