Agent Setup
Connect coding agents to AnyInt with a compatible gateway URL and API key.
Choose your agent
AnyInt works with tools that support OpenAI-compatible, Anthropic, or Gemini endpoints. Create an API key in Console, then use the setup path that matches the tool.
| Agent | API format | Start with |
|---|---|---|
| Claude Code | Anthropic Messages | Claude Code setup |
| Codex CLI | OpenAI Responses | Codex setup |
| Gemini CLI | Gemini Developer API | Gemini CLI setup |
Each tool appends its own protocol version and operation paths. Use the exact gateway root from its setup page rather than one shared base URL for every tool.
Keep credentials safe
Store the API key in the tool's supported environment variable or secret store. Do not commit it to a repository or paste it into browser code.
Create separate keys for separate tools or environments so you can attribute usage and revoke one integration without disrupting the others.