Skip to main content

Team API keys

Public API routes accept a team API key as a Bearer token:
Create and revoke keys from Settings → API Keys for the selected Felan team. A new key is displayed once; copy it to your secret manager before closing the dialog. Each key can access only its team’s API resources. Use the team slug shown in the dashboard URL or under Team Settings → General Settings. A request for another team slug returns 404 Not Found so the other team’s existence is not disclosed.
Felan team keys retain the bzy_team_ compatibility prefix. Other prefixes are rejected by the current public API.

Rate limiting

Each team API key is limited to 60 requests per minute. Authenticated responses include:
  • X-RateLimit-Limit
  • X-RateLimit-Remaining
  • X-RateLimit-Reset as a Unix timestamp in seconds
Requests beyond the limit return 429 Too Many Requests.

Error responses

API errors use a consistent envelope: