Tasks
A task is a reusable instruction template attached to a teammate. Define the work once, then trigger it manually, on a schedule, via webhook, or by email.
Create a Task
Fields
Run a Task
Execute a saved task on demand:
Run Options
Note:
permission_modevalues other than"autonomous"requirehuman_in_the_loop=true.
For automated execution, attach a trigger instead — see below.
Run Tasks with Triggers
Tasks become automated when you attach a trigger:
Quick Example: Schedule a Task
Python
Quick Example: Webhook Trigger
Python
Quick Example: Email Trigger
Python
List Tasks
Update a Task
Delete a Task
What's Next
- Scheduling — automate tasks with cron and intervals
- Webhook Triggers — trigger tasks from external systems
- Runs — understand run execution and streaming
