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

# API Overview

Welcome to Saturn's API documentation. This guide provides details on integrating with Saturn’s platform to manage accounts, advisors, and assignments.

Saturn's API allows you to:

* **Create and manage accounts** with associated clients.
* **Create advisors** and **assign them** to accounts or clients.

## Base API Path

All endpoints use the following base URL:

```
https://secure.heysaturn.com/api/external/v1/
```

Use this base path in combination with the endpoints described in the documentation.

## Endpoints

### [Account Endpoints](/api-reference/endpoint/account-endpoints)

Manage accounts and associate clients with them.

### [Advisor Endpoints](/api-reference/endpoint/advisor-endpoints)

Create advisors and assign them to accounts or clients.

### [Document Endpoints](/api-reference/endpoint/document-endpoints)

Query and download meeting note documents.
