This event triggers an agent once per day at 1:00 PM UTC. The specific time is not currently configurable.
@on("schedule.daily")
def agent(input):
pass
The following is an example payload which is passed in as an argument to your agent’s entrypoint:
{
"triggered_at": "2024-01-01T00:00:00Z"
}
Fields
The date and time the agent was triggered.