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

# API Key Connectors

> Set up connectors using API keys

Some services use API key authentication instead of OAuth. These connectors require you to manually enter the service's API key.

## Setup

1. Navigate to **Connectors** and click **Add Connector**
2. Select the service
3. After creating the connector, navigate to its settings
4. Enter the API key provided by the service
5. Save the configuration

## Security

API keys are stored encrypted at rest using AES-256 encryption. They are only decrypted when needed for API calls during agent execution.

<Warning>
  Never share your API keys. Sontairo encrypts keys before storage, but you should still use scoped keys with minimal permissions when possible.
</Warning>
