EERRAA // SCHEDULING

It keeps working after the tab closes.

// users schedule one-off or recurring tasks from the chat. the agent runs them on its own, as them, and has the answer ready next time they visit.

HOW IT WORKS

01ASK IN CHAT

A user says "email me a summary every Monday at 9". The agent picks the reserved scheduling tools and sets the task up in the conversation, no forms.

02RUNS UNATTENDED

When the time comes, the task runs on its own under a freshly re-signed identity, so it still acts as that exact user against your systems.

03SURFACES RESULTS

The outcome waits in the My-tasks panel and shows up on the user’s next visit. They never had to keep a tab open.

TWO KINDS

Once, or on a cron.

ONE-OFF

A single run at an ISO run_at time. "Remind me to renew on the 30th."

RECURRING

A 5-field cron expression with an IANA timezone. "Every weekday at 08:00 Asia/Riyadh."

IN YOUR CONTROL

TIMEZONE-AWARE

Full IANA timezones, so 9am means 9am where the user is.

MAX RUNS

Cap a recurring task at N runs, or set 0 for unlimited.

BUDGET-AWARE

Unattended runs respect the same monthly token budget. No runaway spend while you sleep.

USER-OWNED

Each task belongs to its signed user. They list, update, and cancel their own from the panel.

RESERVED TOOLSschedule_tasklist_scheduled_tasksupdate_scheduled_taskcancel_scheduled_task

A background worker your users program in plain language.
No queue to run, no cron file to edit. They just ask.

EERRAA // UNATTENDEDsee pricing →

Let it run on its own.

// scheduling is on Pro, free during beta. no card required.