BrandstaqBrandstaq Docs
Agent Config

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_schedule

When 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

NameTypeRequiredDescription
daysanyYesDay names ('Monday', 'Tuesday', …) or 'daily' for every day.
timezonestringNoIANA timezone name, e.g. 'America/New_York'. Omit to keep existing.
wake_timeintegerYesHour 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.

Related skills