Skip to Content
API ReferenceFirewall Coverage

Firewall Coverage

This page renders route-level Prompt Firewall coverage from the public API artifact. It is meant to help customers understand where text inspection runs in the governed execution path.

This projection does not expose detector rules, extractor names, bypass-oriented payload details, or internal enforcement wiring.

Prompt Firewall route coverage.
RouteProviderFirewallCustomer Scope
POST /v1/proxy/openaiopenaiEvaluatedEvaluated before provider execution when inspectable text is present.
POST /v1/proxy/anthropicanthropicEvaluatedEvaluated before provider execution when inspectable text is present.
POST /v1/proxy/googlegoogleEvaluatedEvaluated before provider execution when inspectable text is present.
POST /v1/proxy/xaixaiEvaluatedEvaluated before provider execution when inspectable text is present.
POST /v1/proxy/metametaEvaluatedEvaluated before provider execution when inspectable text is present.
POST /v1/executions*EvaluatedEvaluated before provider execution when inspectable text is present.
POST /v1/execute*EvaluatedEvaluated before provider execution when inspectable text is present.
POST /v1/permits*Not at submissionPermit-first mode operates on metadata only
POST /v1/jobs*Not at submissionAsync jobs do not run firewall at submission

Coverage is route- and payload-dependent. Treat the Prompt Firewall as one layer in the governance path, not as a universal content-security boundary.

Last updated on Edit this page on GitHub