Skip to main content

Create your API key →

Mint an aireserve_api_… key in the portal — every Goose session is then metered and billed through your organization.
Goose configures providers in ~/.config/goose/config.yaml (provider reference). For Claude models, use the anthropic provider pointed at the gateway’s host root:
For GPT models (or any gateway model over the OpenAI dialect), swap the provider block:
Goose hosts are roots, not /v1 URLs. Unlike most OpenAI-flavored tools, goose builds the path itself: OPENAI_HOST gets v1/chat/completions appended (via its OPENAI_BASE_PATH default) and ANTHROPIC_HOST gets /v1/messages. If you see a 404, the usual cause is a /v1 already on the host doubling the path. Keys never go in config.yaml — goose ignores them there; use the environment variable (or goose’s keyring/secrets.yaml).

Verify

Run the one-shot command above. Goose answers in the terminal, and the request appears on your usage page — metered against your key, tool calls included.