Skip to main content

API Key Connectors

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.
Never share your API keys. Sontairo encrypts keys before storage, but you should still use scoped keys with minimal permissions when possible.