> For the complete documentation index, see [llms.txt](https://docs.snackprompt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snackprompt.com/api-reference/readme.md).

# Introduction

In the sidebar you will find a complete breakdown of each endpoint available in the integration API for creating, modifying, and managing your elements within the snack prompt.

{% hint style="info" %}
To interact with the integrations API, you need a valid token, which can be requested by following the step-by-step instructions at [Get your API key](/next-steps/api-keys.md).
{% endhint %}

### Convention&#x20;

The base URL to send all API requests is `https://api-integrations.snackprompt.com` .

**HTTPS** is **required** for all API requests.

#### Authentication

All API requests require authentication via the `x-api-key` header:

```
x-api-key: YOUR_API_KEY
Content-Type: application/json
```

{% hint style="warning" %}
**API Key Security** Keep your API key secure. Never share it publicly or commit it to version control. API keys do not expire but can be deleted at any time from your account settings.
{% endhint %}
