Create policy

Create a new policy configuration

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

A descriptive name for the policy

policy_mode"IO"Required

Set to “IO” for screening model inputs and outputs

input_detectorslist of objectsRequired

List of detector configurations to apply to LLM inputs

output_detectorslist of objectsRequired

List of detector configurations to apply to LLM outputs

Response

Policy created successfully

status"ok"OptionalDefaults to ok

Response status

messagestringOptional

Human-readable response message

idstringOptional

Policy ID

dataobjectOptional

Policy details