latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
policies
Test Policy Matching
Test which policies would match a given request context.
This is useful for debugging and understanding policy behavior.
Request body:
{
"team_alias": "healthcare-team",
"key_alias": "my-api-key",
"model": "gpt-4"
}
Returns:
- matching_policies: List of policy names that match
- resolved_guardrails: Final list of guardrails that would be applied
post/policy/test
Request body
Response
Successful Response