Skip to main content
Schedules trigger functions or agents on a cron timer. Key properties:
PropertyDescription
nameUnique name (per user)
schedule_typefunction or agent
target_namespace / target_nameFunction or agent to trigger
cron_expressionStandard cron expression (e.g., 0 9 * * MON-FRI)
timezoneSchedule timezone (default: UTC)
input_dataInput passed to the function or agent
contentMessage content (agent schedules only)
For agent schedules, a new chat is created for each run with the schedule name and timestamp as the title. Endpoints:
POST   /api/v1/schedules              # Create schedule
GET    /api/v1/schedules              # List schedules
GET    /api/v1/schedules/{name}       # Get schedule
PATCH  /api/v1/schedules/{name}       # Update schedule
DELETE /api/v1/schedules/{name}       # Delete schedule