Skip to main content

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.

abliteration.ai uses bearer tokens. Generate keys in the console. The canonical header is bearer auth:
Authorization: Bearer $ABLIT_KEY
The Anthropic Messages surface (/v1/messages, /v1/messages/count_tokens) also accepts the Anthropic-style header, so the official Anthropic SDK works with api_key=... unchanged:
x-api-key: $ABLIT_KEY
Use whichever your client sends by default. Both accept the same 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:
  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.
Last modified on May 3, 2026