- a Workspace API Key to query data and fetch profiles
- a SDK Write Key to send events
Workspace API Key
Find your API key in your workspace settings. Create one with the appropriate scope if you don’t have one yet.

API Scopes
When creating a Workspace API Key, select the scopes your key needs. Each API endpoint requires a specific scope.| Scope | Description | Required Plan |
|---|---|---|
query:read | Execute SQL analytics queries | All plans |
profiles:read | Search and get wallet profiles | All plans |
profiles:write | Import wallet addresses (requires profiles:read) | Scale / Enterprise |
alerts:read | List and get alerts | Scale / Enterprise |
alerts:write | Create, update, delete alerts (requires alerts:read) | Scale / Enterprise |
boards:read | List and get boards and charts | Scale / Enterprise |
boards:write | Create, update, delete boards and charts (requires boards:read) | Scale / Enterprise |
contracts:read | List contracts | Scale / Enterprise |
contracts:write | Create, update, delete contracts (requires contracts:read) | Scale / Enterprise |
segments:read | List segments | Scale / Enterprise |
segments:write | Create and delete segments (requires segments:read) | Scale / Enterprise |
mcp:read | MCP protocol access | Scale / Enterprise |
Write scopes automatically require the corresponding read scope. Premium scopes are only available on Scale and Enterprise plans. Create keys with the required scopes in Team Settings > API Keys.
SDK Write Key
Find your SDK Write Key in your project settings.