API keys
Loading your organization…
Your new key, shown once. Copy it into your secret manager now: it cannot be retrieved later.
| Label | Key | Spend | Limits | Status | |
|---|---|---|---|---|---|
| Loading… | |||||
Use your key
# OpenAI compatible: change two lines, keep everything else curl https://gain.ventures/api/v1/chat/completions \ -H "Authorization: Bearer YOUR-KEY" \ -H "Content-Type: application/json" \ -d '{"model":"anthropic/claude-sonnet-5","messages":[{"role":"user","content":"hello"}]}'
Available models are listed on the Models page. Anthropic native SDKs work at /api/v1/messages. Per key limits and your organization budget protect against runaway spend; revocation is instant. Prompts and completions are never stored.