Integrations
Claude Code
Claude Code has been manually tested with Claude Sonnet 5 through Aonis.
Verified
Install Claude Code
npm install -g @anthropic-ai/claude-codeConfiguration
Use the Aonis API URL without /v1.
{
"env": {
"ANTHROPIC_BASE_URL": "https://api.aonis.space",
"ANTHROPIC_API_KEY": "YOUR_AONIS_API_KEY"
},
"model": "claude-sonnet-5"
}{
"env": {
"ANTHROPIC_BASE_URL": "https://api.aonis.space",
"ANTHROPIC_API_KEY": "YOUR_AONIS_API_KEY"
},
"model": "claude-sonnet-5"
}Troubleshooting
Anthropic sign-in prompt
Create or overwrite ~/.claude.json on Linux/macOS or C:\Users\YourUserName\.claude.json on Windows.
{ "hasCompletedOnboarding": true }Personal session conflict
If a personal claude.ai session conflicts with the Aonis API key, run the following command and restart Claude Code.
claude /logoutForce model selection
/model claude-sonnet-5