API Keys Manager
If you ship APIs, you eventually need the “boring but critical” stuff: - generate keys - revoke instantly - audit what exists This API gives you a **developer-friendly** minimal CRUD (stable JSON, OpenAPI-first). Designed as a managed building block: you integrate via HTTP, we handle the backend details.
API Keys Manager endpoints
| Method | Endpoint | Description |
|---|---|---|
| APIKeys | ||
| GET |
apikeysList /apikeys |
|
| POST |
apikeysCreate /apikeys |
|
| POST |
apikeysRevoke /apikeys/revoke |
|
| Health | ||
| GET |
healthz /healthz |
|
API Keys Manager pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $99 / month | 10 / second |
|
| ULTRA | $390 / month | 50 / second |
|