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

# Guides

> Developer documentation for building on Corvex — concepts, workflows, and how-tos.

This section holds **developer documentation**: conceptual guides, common
workflows, and how-tos that go beyond the API reference. If the
[Get Started](/getting-started/quickstart) pages get you running,
the Guides explain how the pieces fit together.

## What lives here

<CardGroup cols={2}>
  <Card title="Get Started" icon="bolt" href="/getting-started/quickstart">
    First request, authentication, and the curl quickstart.
  </Card>

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

  <Card title="Integrations & Harness" icon="plug" href="/integrations/overview">
    Use Corvex from agent harnesses and developer tools.
  </Card>

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