Set Agent Schedule
Change when the agent wakes up and runs. Accepts wake_time (hour 0-23), days (list or 'daily'), timezone.
Skill name:
set_scheduleWhen to use it
Brandstaq automatically picks Set Agent Schedule when you say things like:
- “Run the agent every morning at 9am”
- “Switch this agent to weekdays only”
- “Have my social manager post twice a day”
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| days | any | Yes | Day names ('Monday', 'Tuesday', …) or 'daily' for every day. |
| timezone | string | No | IANA timezone name, e.g. 'America/New_York'. Omit to keep existing. |
| wake_time | integer | Yes | Hour of day to run (0-23). 9 = 9am, 22 = 10pm. |
When the agent reaches for it
When you describe how often or when an agent should run — natural language like 'every morning' or 'weekdays only' — the agent translates that into the right cron schedule and applies it. Takes effect on the next tick.