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

# Introduction

> Create and manage API keys for your aiConnected instance.

API keys authenticate requests to the aiConnected REST API. Each key is scoped to specific permissions and can be revoked at any time.

## Creating a key

Navigate to **Settings → API Keys** and click **Create Key**. Choose a name and select the permission scope.

## Key scopes

| Scope  | Access                                |
| ------ | ------------------------------------- |
| `full` | Read and write across all resources   |
| `send` | Outbound messaging only               |
| `read` | Read-only access to logs and contacts |

<Warning>
  Store your API key securely. It will only be shown once at creation time.
</Warning>
