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

# Base URL

> Production base URLs for all API requests.

Use the following base URLs in production:

| Protocol  | Base URL                      |
| --------- | ----------------------------- |
| HTTPS     | `https://api-web.eigenai.com` |
| WebSocket | `wss://api-web.eigenai.com`   |

All endpoints are relative to these base URLs. For example, the chat completions endpoint is `https://api-web.eigenai.com/api/v1/chat/completions`.
