Skip to main content
1

Create an account

Sign up at app.adapter.com and verify your email.
2

Connect a data source

In the console, go to Connectors and connect a source — Gmail, Slack, Google Drive, and more are supported. Adapter begins ingesting your data as soon as the connection is established.
3

Get an API key

Go to Settings → API Keys and create a key. Copy it immediately — it won’t be shown again. See API Keys for details.
4

Make your first request

Set your API key as an environment variable and list your connections:
export ADAPTER_API_KEY="your_api_key_here"

curl https://api.adapter.com/v1/connections \
  -H "Authorization: Bearer $ADAPTER_API_KEY"