create_guardrail
Create content moderation and security guardrails with configurable checks and actions to filter and control API requests.
Instructions
Create a new guardrail with specified checks and actions for content moderation and security
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the guardrail | |
| checks | Yes | Array of checks to apply (at least one required) | |
| actions | Yes | Actions to take when guardrail checks pass or fail | |
| workspace_id | No | Workspace ID to create the guardrail in | |
| organisation_id | No | Organisation ID (required if workspace_id not provided) |