name | string | yes | Human-readable label. |
description | string | null | no | What the agent does, in prose. |
script | string | yes | JavaScript source to execute (ES2023). |
cron_expression | string | yes | Five-field cron expression. |
timezone | string | null | no | IANA timezone for cron evaluation. |
timeout_ms | number | null | no | Per-run wall-clock timeout (ms). |
hold_cost_nano | number | null | no | Token hold placed before each run (nano; 1 USD = 1e9). |
env | object | null | no | Key/value pairs injected into the sandbox. |
enabled | boolean | null | no | Whether the scheduler ticks this definition. |