latestOpenAPI 3.1.02026-08-226994571.1 MB
1e929292ddd5
policy management
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