Xcode uses the settings-file integration below. The Edgee CLI does not provide an Xcode launch target or alias.
Manual setup
Get your coding-agent key
Manual setup uses the key of your enrolled Claude Code agent, not a standard API key created for LLM Router applications. For Xcode, enroll Claude Code, the agent used by its Coding Assistant.- Open the Edgee Console and select your organization.
- In the header, click Set up coding agent or +, select Claude Code, and click Enroll. If your agent is already enrolled, use its existing icon.
- Click the agent’s icon, then Advanced settings → Advanced.
- Under Edgee API key (for manual setup), click Reveal key, then the copy icon.
<YOUR_CODING_AGENT_KEY>.
Configure Xcode
The Coding Assistant readsANTHROPIC_BASE_URL and ANTHROPIC_CUSTOM_HEADERS from its agent settings file. Create or edit ~/Library/Developer/Xcode/CodingAssistant/ClaudeAgentConfig/settings.json:
Replace
<YOUR_CODING_AGENT_KEY> with the coding-agent key copied above.Next Steps
- Learn more about the Edgee CLI and its launch commands
- Set up observability to monitor usage and costs
- Explore retry and fallback for resilient routing