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

# Base URL

> Base endpoint for all Octavia AI CMS API requests.

All **Octavia AI CMS** API requests should be sent to the following **base URL**:

```http theme={null}
https://api.octaviatech.app/cms
```

This base URL serves as the root for all API endpoints — for example:

```http theme={null}
GET https://api.octaviatech.app/cms/articles/getAll
POST https://api.octaviatech.app/cms/articles/create
```

> Always combine the base URL with the specific endpoint path listed in this documentation.
> The API uses secure HTTPS connections only — plain HTTP requests are not supported.

***

## Environment

Currently, only the **production environment** is available.
All requests must target the production base URL above.

> Sandbox and staging environments will be introduced in future releases.
