v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Task Automations

Create evidence automation

Create an automated evidence workflow attached to a task so Comp AI can collect recurring proof from connected systems.

post/v1/tasks/{taskId}/automations

Path parameters

taskIdstring required
Example:tsk_abc123def456

Unique task identifier

Response

Automation created successfully

successboolean

Example response

{
  "success": true,
  "automation": {
    "id": "auto_abc123def456",
    "name": "Task Name - Evidence Collection"
  }
}