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

# CloseBot API Documentation

> Learn how to integrate with CloseBot using our REST API

## Authentication

All API requests require authentication using a CloseBot API Key. Include your API key in the `X-CB-KEY` header of every request.

```bash theme={null}
X-CB-KEY: YOUR_API_KEY
```

<Warning>
  Keep your API token secure and never expose it in client-side code or public repositories.
</Warning>

## Base URL

All API requests should be made to:

```
https://api.closebot.com
```
