Create a Scheduled Agent
To create one:- Open Scheduled Agents in your workspace.
- Click New Scheduled Agent.
- Fill in the configuration:
- Name: A clear label for the automation.
- Description: Optional context for teammates.
- Model: Choose the LLM the agent should use.
- Enabled: Turn the automation on or off.
- Schedule interval: Run every
Nhours, days, or weeks. - Running days: Choose which weekdays the automation is allowed to run on.
- Time of day: Pick the execution time in 15-minute increments.
- Prompt: The instructions Agen will use when creating each run.
- Budget limits: Optionally set max budget per run, day, week, and month in USD.
- Click Create scheduled agent.
How scheduling works
Each scheduled agent stores both a recurrence interval and a set of allowed weekdays. Examples:- Run every 1 day at 09:00 on weekdays only.
- Run every 1 week at 14:30.
- Run every 4 hours while still restricting execution to selected days.
Enable or disable an agent
Scheduled agents can stay configured without actively running.- Enabled agents continue to launch runs according to their schedule.
- Disabled agents remain saved, but do not execute until re-enabled.
Edit an existing agent
Open any scheduled agent and click Edit to change its:- prompt
- model
- enabled status
- interval
- running days
- time of day
- budget limits
- name or description
Run an agent manually
Each scheduled agent detail page includes a Run now action. This starts a run immediately using the saved configuration, even if the next scheduled time is later. It is helpful for testing a prompt, validating a model choice, or triggering the workflow on demand.Review runs and sessions
Every scheduled agent has a Runs tab that shows its execution history. For each run, you can review:- run status
- when it started and finished
- how it was triggered
- total token usage
- total cost in USD
- a link to the session created by that run
- any error reason, if the run failed
Filter scheduled agents
On the main Scheduled Agents page, you can filter by:- Created by
- Enabled status
Delete a scheduled agent
You can delete a scheduled agent from its detail page. Deleting removes the saved scheduled configuration. Existing run history is retained, so past executions are still preserved for reference.Best practices
- Use descriptive names so teammates understand what the automation does.
- Keep prompts focused and repeatable.
- Start with budget limits if you expect an agent to run frequently.
- Use Run now before relying on a new recurring schedule.
- Review run history regularly to confirm the automation is still producing useful sessions.