Skip to main content

Create your API key →

Mint an aireserve_api_… key in the portal — every Roo Code request is then metered and billed through your organization.
Roo Code configures providers per profile inside VS Code (Roo’s OpenAI-compatible guide). Open Roo Code → Settings (gear icon) → Providers and set: Claude models work through the same OpenAI Compatible entry (claude-sonnet-4-6 as the model id) — the gateway bridges them. If you prefer Roo’s native Anthropic provider instead, enable its custom base URL option and use the host root https://api.aireserve.com (no /v1; Roo appends /v1/messages itself).
Streaming usage chunks are served. Roo Code requests stream_options: {"include_usage": true} and reads the final usage chunk to price each request in its context bar. The gateway returns that chunk on streamed completions, so Roo’s token and cost tracking work as they do against first-party endpoints.

Verify

Start any task in Roo Code (for example, “explain this file”) and watch it stream. The request appears on your usage page seconds later — metered against the key in the profile you just configured.