Integrations

Using the API

How to create API keys and access your data programmatically.

Creating an API Key

  1. Go to Settings → API Keys
  2. Click Create New Key
  3. Name your key and select the scopes you need
  4. Copy the key immediately — it won't be shown again

Available Endpoints

  • Team Summary — Get the current week's scores for all agents
  • Agent Summary — Get a specific agent's score and streak
  • Leaderboard — Get ranked scores for a given period

See the full documentation at Settings → API Docs.

Authentication

Include your API key in the Authorization header:

Authorization: Bearer fn_your_api_key_here

Rate Limits

API requests are limited to 100 per minute per key. If you exceed this, you'll receive a 429 response with retry headers.

API Access

API access requires a Business plan. Upgrade from Settings → Billing.