> ## 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.

# Welcome to Corvex

> OpenAI- and Anthropic-compatible serverless inference for serious workloads.

Corvex is a serverless inference platform that exposes both OpenAI-compatible and
Anthropic-compatible APIs. Point your existing OpenAI or Anthropic client
(including Claude Code) at our endpoint, swap your key, and you're running.

## What you get

* **OpenAI-compatible** `/v1/chat/completions` (and the `/v1/responses` adapter)
  so your current SDKs work unchanged.
* **Anthropic-compatible** `/v1/messages` (the Messages API) so the Anthropic SDKs
  and Claude Code work against the same endpoint.
* **Usage you can query** — programmatic, per-key usage at `/api/v1/usage`, scoped
  to your own virtual key.
* **A single source of truth** for the API: the [OpenAPI 3.1
  spec](/api-reference/openapi) that this site renders directly.

## Where to start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Run your first inference request in under five minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/getting-started/authentication">
    Bearer tokens and virtual keys.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/openapi">
    Every endpoint, every parameter — generated from the spec.
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/reference/errors">
    HTTP status codes and what to do about them.
  </Card>
</CardGroup>

<Note>
  This documentation site is in **active development**. The Get Started and
  API Reference sections are live; the deeper reference pages are still
  filling in.
</Note>
