Schedule a saved Rig to run automatically
schedule_createSchedule a SAVED rig to run on a recurring cadence — from every minute up to weekly (those three presets only). Every fire is owner-scoped and draws on the owner's daily run budget (a spent budget skips the fire, recorded as skipped_budget). The rig must be SAVED first (rig_author) — pass its UUID as rig_id. Requires a logged-in identity (Authorization: Bearer ). Cap: 20 schedules per account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rig_id | Yes | UUID of the SAVED rig to run on schedule. | |
| cadence | Yes | How often the rig runs. 1 minute is the fastest preset; every fire is budget-gated. | |
| rig_name | No | Optional display name for the schedule. |