Create an automation
Create an online evaluation automation that automatically runs evaluators on spans matching specified conditions.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Request
This endpoint expects an object.
automation_slug
Unique identifier.
name
Human-readable name.
automation_type
Automation type.
Allowed values:
condition
Condition ID (from Create Condition endpoint).
evaluator_ids
Evaluator UUIDs to run (from List Evaluators).
configuration
Automation configuration.
is_enabled
Whether automation is active.
Response
Successful response for Create automation
id
automation_slug
name
automation_type
condition
evaluator_ids
evaluator_details
is_enabled
configuration
created_at
updated_at
Errors
401
Unauthorized Error