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

# Create Gateway

> Create a new AI Gateway for your tenant.

### Create gateway

```http theme={"dark"}
POST /admin/ai-gateway
```

**Request body**

```json theme={"dark"}
{
  "name": "Production",
  "slug": "production",
  "description": "Production AI egress",
  "budget_daily_usd": 50.00,
  "budget_monthly_usd": 1000.00
}
```
