> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oqoqo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported agents

> Agents available today, how to enable them, and what is coming next.

Oqoqo runs real coding agents against your tasks. You choose agents when you launch an experiment. Agents are not part of a task or a treatment.

## Available today

| Agent              | How you supply models                                                                  |
| ------------------ | -------------------------------------------------------------------------------------- |
| **Codex**          | OpenAI API key, or **OpenAI (ChatGPT Subscription)** under Profile → Integrations      |
| **Claude Code**    | Anthropic API key, or **Anthropic (Claude Subscription)** under Profile → Integrations |
| **Cursor**         | Cursor API key under Organization settings → Model providers                           |
| **GitHub Copilot** | **GitHub Copilot** under Profile → Integrations                                        |
| **OpenCode**       | OpenCode Zen, OpenCode Go, or a compatible provider                                    |
| **Grok Build**     | xAI API key under Organization settings → Model providers                              |
| **Qwen Code**      | Alibaba Model Studio or another compatible organization provider                       |
| **OpenClaw**       | OpenAI-compatible or Anthropic-compatible providers                                    |
| **Pi**             | OpenAI-compatible or Anthropic-compatible providers                                    |
| **Hermes**         | Compatible providers, or **Nous Portal** under Profile → Integrations                  |
| **Antigravity**    | Google Gemini API key under Organization settings → Model providers                    |

For each agent, choose a model and an effort level where the model supports it. Effort can include none, minimal, low, medium, high, xhigh, max, and ultra. Agent and model versions are pinned for each run.

Cursor needs a Cursor API key from a paid Cursor plan. A key from a free Hobby plan cannot run experiments.

Grok Build uses xAI models only. Connect an **xAI** API key. Other providers do not enable this agent.

Qwen Code uses organization API keys from compatible providers. **Alibaba Model Studio** is listed first. An xAI API key also works. Qwen Code does not use Cursor keys, GitHub Copilot, ChatGPT Subscription, Claude Subscription, or Nous Portal.

Alibaba Model Studio needs a pay-as-you-go API key. Coding Plan and Token Plan endpoints cannot run experiments.

Antigravity uses Gemini models only. Connect a **Google Gemini API** key. Other providers do not enable this agent.

## On the way

More agents are on the way.

## Custom agents

**Connect custom agent** appears in the product today and is marked **Coming soon**. When it ships, you will register your own harness and run it through the same experiment, Matrix, and Insights workflow.

## How to enable an agent

<img className="block dark:hidden" src="https://mintcdn.com/oqoqo/0N1ap2mLLIECv0P4/images/screenshots/agents-light.png?fit=max&auto=format&n=0N1ap2mLLIECv0P4&q=85&s=a6d8e0bd67c345aa5c83eef82da08e60" alt="Codex agent row with search, model providers, and enablement control." width="2270" height="540" data-path="images/screenshots/agents-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/oqoqo/0N1ap2mLLIECv0P4/images/screenshots/agents-dark.png?fit=max&auto=format&n=0N1ap2mLLIECv0P4&q=85&s=fbf458f7dd371e61557f7fe8af4a1eda" alt="Codex agent row with search, model providers, and enablement control." width="2270" height="540" data-path="images/screenshots/agents-dark.png" />

1. Supply models for the agent. Use an organization provider under **Organization settings → Model providers**, or a personal Integration under **Profile → Integrations**.
2. Open **Manage → Agents** and enable the agent.
3. At launch, choose the agent, model, and effort.

Examples:

| Agent              | Typical setup                                                    |
| ------------------ | ---------------------------------------------------------------- |
| **Codex**          | OpenAI API key, or OpenAI (ChatGPT Subscription)                 |
| **Claude Code**    | Anthropic API key, or Anthropic (Claude Subscription)            |
| **Cursor**         | Cursor API key from a paid plan                                  |
| **Grok Build**     | xAI API key                                                      |
| **Qwen Code**      | Alibaba Model Studio or another compatible organization provider |
| **Antigravity**    | Google Gemini API key                                            |
| **GitHub Copilot** | GitHub Copilot under Profile → Integrations                      |

There is no Project settings page. **Manage → Agents** owns enablement for the project.

## Personal Integrations

| Integration                         | Used by                                      |
| ----------------------------------- | -------------------------------------------- |
| **GitHub Copilot**                  | GitHub Copilot                               |
| **OpenAI (ChatGPT Subscription)**   | Codex                                        |
| **Anthropic (Claude Subscription)** | Claude Code, and supported Oqoqo AI features |
| **Nous Portal**                     | Hermes                                       |

## Related pages

<CardGroup cols={2}>
  <Card title="Model providers" icon="key" href="/setup/model-providers">
    Keys, gateways, and subscriptions.
  </Card>

  <Card title="Launch options" icon="play" href="/experiments/launch-options">
    Choose agents when you launch.
  </Card>

  <Card title="Profile" icon="user" href="/setup/profile">
    Connect personal Integrations.
  </Card>

  <Card title="MCP" icon="plug" href="/operate/mcp">
    Let your coding agent operate Oqoqo.
  </Card>
</CardGroup>
