Agent Scheduling Infrastructure

Every Task on Time.
Every Trigger Tracked.

Manage cron jobs, trigger queues, and batch scheduling for your AI agent system. Real-time monitoring with full revert capability.

What it does

Three Systems, One Dashboard

Cron jobs for recurring work. Trigger queues for on-demand tasks. Batches for grouped execution. All in one place.

Cron Management

Create, edit, enable, and disable recurring jobs with human-readable schedules. Organized by category with inline prompt editing.

Trigger Queue

Card and timeline views for queued tasks. Watch jobs flow from pending through processing to done, with full status history.

Batch Scheduling

Group related jobs into batches that execute together. Perfect for nightly reviews, weekly reports, and coordinated workflows.

Revert Capability

Made a mistake? Revert any queue item back to pending with one click. Full audit trail of every state change.

Real-Time Monitoring

Live status updates across all three systems. See what's running, what's queued, and what failed — as it happens.

Edit-in-Place Prompts

Click any cron job to edit its prompt inline. No modals, no page switches. Change what your agent does and save instantly.

How it works

Schedule, Queue, Execute

Three paths to getting work done — all managed from the same interface.

Define Your Jobs

Set up cron schedules with natural-language timing, categorize by workflow type, and write the prompt your agent will execute.

Queue or Schedule

Recurring tasks run on cron. One-off tasks drop into the trigger queue. Coordinated work groups into batches. Pick the right tool for the job.

Monitor and Adjust

Watch execution in real time. Revert failed items, edit prompts on the fly, enable or disable jobs as priorities shift.

Under the hood

Built on Supabase + OpenClaw

Jobs live in Postgres. The agent processes them. The UI keeps you in control.

crons table
id · name · schedule
prompt · category · batch
enabled · lastRun · nextRun
trigger_queue table
id · message · source
status · created_at
processed_at · error_message
Who it's for

Anyone Running an AI Agent

If your agent does recurring work, you need a way to manage it.

Agent Operators

Schedule nightly code reviews, morning briefings, weekly reports, and health checks. See what ran, what failed, and what's next.

Automation Builders

Chain tasks with trigger queues. Drop a job from Slack, a webhook, or another agent — the queue picks it up and processes it.

Ops Teams

Monitor agent workloads in real time. Catch stuck jobs, revert errors, and adjust schedules without touching config files.

Get started

Your Agent Never Sleeps.
Neither Should Its Scheduler.

Open the dashboard and take control of every job, queue, and batch.

Open Dashboard → Read Docs