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

# Developer overview

> Build on the Crevio platform with our API and SDK

The Crevio developer platform lets you programmatically manage your storefront, automate workflows, and build custom integrations.

<CardGroup cols={2}>
  <Card title="API overview" icon="code" href="/developer/guides/api-overview">
    Authentication, pagination, errors, and conventions.
  </Card>

  <Card title="API reference" icon="book" href="/developer/api-reference/introduction">
    Browse all available endpoints.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/developer/guides/webhooks">
    React to events in real time.
  </Card>

  <Card title="TypeScript SDK" icon="npm" href="/developer/guides/sdk">
    Install and use the official `@crevio/sdk`.
  </Card>

  <Card title="MCP Server" icon="robot" href="/developer/guides/mcp">
    Connect AI agents to your store via MCP.
  </Card>
</CardGroup>
