Skip to main content
abliteration.ai uses bearer tokens. Generate keys in the console.
Authorization: Bearer $ABLIT_KEY

Scoped keys

Keys can be scoped to a project. A scoped key inherits that project’s policy rules, rate limits, and policy log destination. See Policy Gateway → Projects.

Rotating keys

When you need to replace a key — suspected leak, compliance cadence, or just housekeeping — do it in three steps:
  1. Create a new key in the console.
  2. Update your clients to use the new key.
  3. Revoke the old key.
Revoked keys stop working immediately.
Never commit keys. Load them from environment variables or a secret manager.