API Gateway

Developer Portal

Manage your API applications, keys, and scopes.

Apps
Register applications and manage their API access.

Create apps, issue API keys, and configure rate limits.

Scopes
Define and manage API permission scopes.

Scopes are encoded in JWT tokens and enforced by downstream services.

How it works
Gateway authentication flow
  1. Create an app and issue an API key
  2. Send requests with X-API-Key header
  3. Gateway validates and issues an internal JWT
  4. Downstream services read scopes from the JWT