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

# Tenant API Token

Get the tenant's **API token** from the **central domain**.

```
POST /api/tenant/token
{
  "tenant_id": "tenant123"
}
```

**200**

```
{ "api_token": "<tenant-api-token>" }
```
