Create your API key →
Mint an
aireserve_api_… key in the portal — every Goose session is then
metered and billed through your organization.~/.config/goose/config.yaml
(provider reference).
For Claude models, use the anthropic provider pointed at the gateway’s host
root:
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).