Create a Schedule
- AI Studio
- API & SDK
- CLI

Create a new schedule from the Schedules tab on an agent.
customer_id=1234 from the schedule and use it to query the right record on every run. See the screenshot below.
A created schedule showing configured variables and metadata.
List & Retrieve
- AI Studio
- API & SDK
- CLI
Pause and Resume
- AI Studio
- API & SDK
- CLI
Trigger On Demand
- API & SDK
- CLI
202 Accepted with:schedule.<agent_key> leading span roughly 10 seconds later, carrying orq.schedule_id and the full agent execution chain. Schedule-driven cost and token usage appear in usage reports alongside HTTP-invoked runs. Inactive schedules return 400 schedule_inactive.Delete
- AI Studio
- API & SDK
- CLI
Examples
- API & SDK
- CLI
Daily morning briefing (9 AM UTC)
Daily morning briefing (9 AM UTC)
Hourly background summarizer (with memory)
Hourly background summarizer (with memory)
memory_entity_id attaches a Memory Store entity to every run. The agent can read from and write to the store on each firing, accumulating context across executions.Scheduled run with secret variables
Scheduled run with secret variables