Automation Redesign
Automations have been simplified. The trigger object has been removed — automations are now triggered on demand via the API.
What changed
- Removed:
triggerobject (kind: 'event',event: 'media.created') - Added:
POST /automations/:id/runendpoint to trigger automations - Simplified: Automation object now contains
name,description,workflow[], andstatus
Triggering automations
Task kind changes
descriptionkind renamed tosummarypromptandtagskinds removedoutlinekind added for structured chapter markersadaptive_videokind added for HLS/DASH streaming
api
2025-11-10