Documentation Index
Fetch the complete documentation index at: https://docs.permitcore.io/llms.txt
Use this file to discover all available pages before exploring further.
Status: programmatic API key endpoints ship with the Bucket 2
data-pipeline release (~3 weeks). Until then, manage keys via your
account dashboard —
keys are issued on signup and rotated via dashboard UI.
Draft endpoint catalog
POST /v1/keys — Create a key
key value is returned once at creation. Store it
immediately; we don’t display it again.
GET /v1/keys — List your keys
Returns metadata for all keys owned by the calling user:
DELETE /v1/keys/{prefix} — Revoke a key
Revokes the key. Subsequent requests with this key return 401.
GET /v1/keys/{prefix}/usage — Per-key usage
Scopes (future)
| Scope | Grants |
|---|---|
query | Read access to all GET endpoints on this account’s tier |
admin | Manage keys (POST / DELETE on /v1/keys); usually not needed for application keys |
Until then
- Sign up at permitcore.io/signup
- Visit Account → API Keys to view your active keys
- Email kian@permitcore.io for key rotation or scope changes