Secure & control

API keys with real scopes

Issue, rotate, freeze and scope API keys per consumer — and define your own key types with custom scopes beyond the built-ins.

  • Create, rotate & freeze keys
  • Custom key types with scopes
  • Scope keys to one product or one customer workspace
  • Keyless calls can count against the key owner (owner_fallback)
curl — create with a custom key type
curl -sX POST https://api.apiblaze.com/proxy \
  -H 'content-type: application/json' \
  -d '{
  "target": "https://api.example.com",
  "requests_auth": {
    "mode": "authenticate",
    "methods": ["api_key"],
    "key_types": [
      { "name": "read-only", "scopes": ["read"] }
    ]
  }
}'

Keys that mean something

Full lifecycle

Create, rotate and revoke keys without redeploying anything.

Custom key types

Define read-only, partner or internal key types with their own scopes.

Scoped & attributed

Scope keys to a product or tenant and attribute usage to the owner.

Try it in 30 seconds

No signup required. Claim it to your account whenever you’re ready.