Quick Start
Executions
One-time task runs with real-time streaming and logging.List Executions
Get Execution Details
View Execution Logs
Check Execution Status
Cancel Execution
Retry Failed Execution
Jobs
Scheduled or recurring tasks with cron-based triggers.List Jobs
Get Job Details
Create Job
| Schedule | Cron Expression | Description |
|---|---|---|
| Every hour | 0 * * * * | Run at the start of every hour |
| Daily at 2 AM | 0 2 * * * | Run once per day at 2:00 AM |
| Weekly on Monday | 0 0 * * 1 | Run every Monday at midnight |
| Monthly on 1st | 0 0 1 * * | Run first day of each month |
| Every 15 minutes | */15 * * * * | Run 4 times per hour |
| Business hours | 0 9-17 * * 1-5 | Every hour during business days |
Update Job
Pause Job
Resume Job
Trigger Job Manually
Delete Job
Workers
Execution engines that process agent tasks. Workers can be persistent (always running) or on-demand (ephemeral).For detailed worker deployment and configuration, see the Worker Management guide.
Start Worker
Stop Worker
Check Worker Status
View Worker Logs
Best Practices
- Monitor for failed executions and long-running tasks
- Check execution logs regularly for errors
- Test jobs manually before enabling schedules
- Use appropriate cron expressions for schedules
- Set realistic timeouts for jobs
- Use on-demand workers for occasional tasks
- Use persistent workers for high-frequency operations
- Keep workers updated with latest features
- Deploy multiple workers for critical workloads
Command Reference
Next Steps
Core Resources
Manage agents, teams, and projects
Worker Management
Detailed worker deployment and configuration
Smart Execution
Execute tasks with automatic planning
Capabilities
Add skills, models, and policies