Audit trail
Every action logged. Every output reviewable.
A prospect says they got the wrong email. You have no idea what your agent sent, when, or why. Your compliance team wants logs.
Every queue action, job event, approval decision, guardrail evaluation, and secret access is logged with actor, timestamp, input, and output. Filter by time range, actor, or event type.
# Query the audit log
rotor audit list \
--from 2025-01-01 \
--to 2025-01-31 \
--event-type job.completed \
--queue outbound
# Example log entry:
# {
# "event": "job.completed",
# "jobId": "job_01abc...",
# "queue": "outbound",
# "actor": "schedule:daily-9am",
# "timestamp": "2025-01-15T09:00:03Z",
# "durationMs": 1842
# }Stop babysitting cron. Start shipping.
Your workflows retry themselves. Your pipeline runs unattended. You sleep.
Start shipping$9 to start. 30-day money back.