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

# Intro to Zylon

> Self‑hosted AI platform with Anthropic‑compatible Messages endpoints and a Workspace API.

Zylon is a self‑hosted AI platform that runs in your infrastructure. It provides Anthropic‑compatible Messages endpoints for model interaction plus a Workspace API for organizations and project management. In these docs, you’ll use **two APIs**:

* **ZylonGPT API**: the AI layer for model responses, tools, and content-aware chat.
* **Workspace API**: the management API for organizations, users, projects, and integrations.

## Choose your token flow

Use the token flow that matches your integration:

<CardGroup cols={2}>
  <Card title="Workspace token management" icon="key" href="/en/developer-manual/get-started/token-management">
    Workspace-only token flow for `/api/v1/*` endpoints.
  </Card>

  <Card title="Backoffice Developer Console" icon="shield" href="/en/developer-manual/get-started/developer-console">
    Generate a token that works across Workspace API, ZylonGPT API, and Backoffice API.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/en/developer-manual/get-started/quickstart">
    Make your first API call with a working example.
  </Card>

  <Card title="ZylonGPT API" icon="sparkles" href="/en/developer-manual/build-with-zylon/zylon-gpt-api/overview">
    Build AI experiences with the model-facing API.
  </Card>

  <Card title="Workspace API" icon="building" href="/en/developer-manual/build-with-zylon/workspace-api/overview">
    Manage organizations, users, projects, and integrations.
  </Card>
</CardGroup>
