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

# Integrations & Harness

> Use Corvex from agent harnesses, IDEs, and developer tools.

Corvex exposes an OpenAI-compatible API (plus an Anthropic-compatible
Messages API), so most tools that speak either protocol work by pointing the
base URL at Corvex and swapping in your API key. Set the base URL to
`https://api.tokenfactory.corvex.cloud` and authenticate with a virtual key
(`sk-corvex-...`) as a Bearer token.

This section collects **integration and harness guides** — step-by-step setups
for popular developer tools and agent harnesses.

## Guides

<CardGroup cols={2}>
  <Card title="Use Claude Code with Corvex" icon="terminal" href="/integrations/claude-code">
    Run Claude Code against a Corvex-served model via the Anthropic-compatible
    Messages API.
  </Card>

  <Card title="OpenAI drop-in" icon="arrows-rotate" href="/integrations/openai-drop-in">
    Swap your OpenAI base URL and key for Corvex.
  </Card>
</CardGroup>

<Tip>
  Any tool that lets you set a custom OpenAI (or Anthropic) base URL and API key
  can talk to Corvex. Call `GET /v1/models` to see the models available to your
  key.
</Tip>
