Coding agents¶
The connected product retains ownership of its inner coding-agent loop on these routes. SuperQode provides the terminal, session switching, surrounding policy, and normalized events supported by each adapter.
| Integration | Install and authenticate | Start | Verify | Detailed guide |
|---|---|---|---|---|
| OpenAI Codex SDK | uv tool install "superqode[codex-sdk]", then codex login | :connect codex | superqode runtime doctor codex-sdk | OpenAI Codex |
| Codex over ACP | Install and sign in to the Codex CLI | :connect acp codex | superqode agents doctor codex | OpenAI Codex |
| Anthropic Claude Agent SDK | uv tool install "superqode[claude-agent-sdk]", then set ANTHROPIC_API_KEY | :connect claude | superqode runtime doctor claude-agent-sdk | Anthropic Claude |
| Claude Code over ACP | Install Claude Code and complete its local login | :connect acp claude | superqode agents doctor claude | Anthropic Claude |
| GitHub Copilot SDK | uv tool install "superqode[copilot-sdk]", then copilot login | :connect copilot | :copilot status | GitHub Copilot |
| Google Antigravity CLI | Install agy and complete Google sign-in | :connect antigravity | :antigravity status | Google Antigravity |
| Google Antigravity SDK | uv tool install "superqode[antigravity-sdk]", then set GEMINI_API_KEY or GOOGLE_API_KEY | :antigravity sdk | superqode runtime doctor antigravity-sdk | Google Antigravity |
| xAI Grok Build | Install the Grok CLI, then run grok login | :connect grok | superqode agents doctor grok --live | xAI Grok |
| Kimi Code | uv tool install kimi-cli --no-cache, then complete Kimi CLI setup | :connect kimi-code | superqode agents doctor kimi | Kimi Code |
| Qwen Code | npm install -g @qwen-code/qwen-code, then qwen auth | :connect qwen-code | superqode agents doctor qwen | Qwen Code |
| Any installed ACP agent | Install the agent described by the ACP catalog | :connect acp <agent> | superqode agents doctor <agent> | ACP Coding Agents |
The vendor-sdks bundle is intended for environments that require all four supported vendor SDK runtimes:
uv tool install "superqode[vendor-sdks]"
superqode runtime setup
The bundle contains the Codex, Copilot, Claude Agent, and Antigravity SDK packages. Vendor CLIs and their authentication remain separate.