Skip to main content

Base URL

All requests should be made to:
https://api.adapter.com/v1

Authentication

Every endpoint requires an API key passed in the Authorization header:
curl https://api.adapter.com/v1/connections \
  -H "Authorization: Bearer $ADAPTER_API_KEY"
Never expose API keys in client-side code or public repositories. Use environment variables.
See the API Keys guide for creating and managing keys.

Response Format

All responses return JSON:
{
  "data": { ... },
  "total": 10
}

Errors

See the Errors reference for all error codes and response shapes.

Available Endpoints

Connectors

List and inspect your connected data sources

Knowledge

Search, query, and retrieve context from your data