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

# Introduction

> Start building advanced projects with our API.

Our API allows developers to programmatically interact with our services via HTTP requests.

# Basics

| Environment | URL                         | Protocols           |
| ----------- | --------------------------- | ------------------- |
| Production  | `https://boltgroup.dev/api` | HTTP 1.1-3 over TLS |

# Authentication

All requests to our API must be authenticated and authorized, to proceed, you need an **API key**. To create one, you must go in your [Dashboard](https://boltgroup.dev/dash) and go in the [Developers](https://boltgroup.dev/dash/developers) tab, once there, you can click on **"Create API key"**.

<Warning>
  API keys aren't restricted for now, all endpoints are accessible through our API with an API key, keep that in a secure place, and do not share it, ever. (Permissions will arrive in the future)
</Warning>
