abliteration.ai uses bearer tokens. Generate keys in the console.Documentation Index
Fetch the complete documentation index at: https://docs.abliteration.ai/llms.txt
Use this file to discover all available pages before exploring further.
Header
The canonical header is bearer auth:/v1/messages, /v1/messages/count_tokens) also accepts the Anthropic-style header, so the official Anthropic SDK works with api_key=... unchanged:
ak_... keys.
Scoped keys
Keys can be scoped to a project. A scoped key inherits that project’s policy rules 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:- Create a new key in the console.
- Update your clients to use the new key.
- Revoke the old key.
Never commit keys. Load them from environment variables or a secret manager.