Skip to main content
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

Use Claude Code with Corvex

Run Claude Code against a Corvex-served model via the Anthropic-compatible Messages API.

OpenAI drop-in

Swap your OpenAI base URL and key for Corvex.
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.