Docs

Policy Gateway Security & Privacy

What Policy Gateway stores, what it does not store, and how audit logs, redaction, and scoped keys work.

Updated 2026-08-04

This page documents what Policy Gateway persists and what stays transient during a request.

Prompt and completion text are not stored by Policy Gateway; usage logs store token counts for billing.

What Policy Gateway stores

What we do not store

Retention

Redaction behavior

Scoped keys & isolation

Audit log fields

Export destinations

Forward audit logs into tools your security team already uses.

Exports are available on enterprise plans; contact help@abliteration.ai to enable a log export sink.

Identifiers and privacy

FAQ

Frequently asked questions.

How do I fix a 401 Unauthorized error from abliteration.ai?

Check that your API key is set and sent as a Bearer token.

How do I fix a 404 Not Found error from abliteration.ai?

Make sure the base URL ends with /v1 and you call /chat/completions.

How do I fix a 400 Bad Request error from abliteration.ai?

Verify the model id and that messages are an array of { role, content } objects.

How do I fix a 429 Rate limit error from abliteration.ai?

Back off and retry. Use the Retry-After header for pacing.