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 | :runtime claude-agent-sdk | superqode runtime doctor claude-agent-sdk | Anthropic Claude |
| Cursor subscription | Install Cursor CLI, then run cursor-agent login | :connect cursor | superqode agents doctor cursor | ACP Coding Agents |
| Amp subscription | Install Amp and acp-amp, then run amp login | :connect amp | superqode agents doctor amp | ACP Coding Agents |
| GitHub Copilot plan | Install superqode[copilot-sdk] and/or @github/copilot, 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 |
| Factory Droid | Install and authenticate the Droid CLI | :connect droid | superqode agents doctor droid | ACP Coding Agents |
| Kiro / Amazon Q Developer | Install Kiro CLI and complete vendor sign-in | :connect kiro | superqode agents doctor kiro | ACP Coding Agents |
| 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 |
| Deep Agents Code | curl -LsSf https://langch.in/dcode \| bash, then dcode and /auth | :connect deepagents-code | superqode agents doctor deepagents-code | LangChain DeepAgents |
| fx | curl -fsSL https://fx.sh/setup.sh \| bash, then fx login | :connect fx | superqode agents doctor fx | fx |
| fx (API key) | fx setup or set AI_GATEWAY_API_KEY | :connect fx-key | superqode agents doctor fx | fx |
| 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.