Documentation Index
Fetch the complete documentation index at: https://docs.costa.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Costa API key (get one from https://ai.costa.app)
- Claude Code installed
Setup
- CLI
- Manual
The fastest way to set up Claude Code with Costa is using the Costa CLI :That’s it! Your Claude Code is now configured to use Costa.
Verification
After saving the settings file, restart Claude Code. You can verify the configuration is working by checking the status line (if configured) or by running a Claude Code command - it should now route through Costa.Troubleshooting
- Configuration not applied: Make sure you saved
~/.claude/settings.jsonand restarted Claude Code - JSON syntax errors: Verify your JSON is valid (no trailing commas, proper quotes)
- Authentication errors: Verify your Costa API key is correct and active
- Connection errors: Check that you can reach
https://ai.costa.app/api - Settings file doesn’t exist: Create the
~/.claudedirectory first withmkdir -p ~/.claude