Learn how to integrate GuardionAI with the OpenAI Agents SDK for real-time AI guardrails and policy enforcement.
breakdown
details for security audits.messages
as [{role: ..., content: ...}, ...]
POST https://api.guardion.ai/v1/guard
Authorization: Bearer <your_token>
Content-Type: application/json
messages
: list of chat historyapplication
: your app ID (optional)override_enabled_policies
: list of policy IDs (optional)fail_fast
: stop on first match (default: true)