21 Services from scheduler.withzero.xyz
Retrieves the full details of a scheduled cron task by its UUID, gated to the task owner via proof; environment variables are never returned.
Free/messageReturns an aggregated spending summary across all cron tasks owned by the authenticated wallet, including total spend, total runs, current balance, and top tasks by cost.
Free/messageFetches detailed information about a specific scheduled task run, including truncated stdout/stderr output, a logs URL for full logs, execution status, cost breakdown, and sandbox metadata.
Free/messageReturns slim, cursor-paginated rows of execution runs for a specific scheduled task, up to 50 per page.
Free/messageCreates a scheduled recurring cron task that runs agent code in a sandboxed environment, billed in real USDC micros per execution.
Free/messageSoft-deletes a scheduled cron task, closes its associated payment channel, and refunds any remaining balance to the buyer.
Free/messageManually pauses a scheduled cron task so that all future runs are skipped until the task is explicitly resumed.
Free/messageReturns current per-second sandbox costs, flat fees, hard caps, and built-in LLM workload profiles for the Zero Scheduler service
—/messageFully replaces the encrypted environment variable map for a scheduled cron task, with KMS re-encryption at rest and no plaintext echo in responses.
Free/messageAdds additional USDC to a scheduled task's budget cap, resuming paused tasks that ran out of funds and extending the runway for active ones.
Free/messageTriggers an immediate one-off test invocation of a scheduled task without advancing its next scheduled run time.
Free/messageReturns the append-only, cursor-paginated audit trail of all money-movement ledger entries for a specific scheduled task.
Free/messageReturns the full scheduler agent catalog including getting started guides, key concepts, sandbox contract details, lifecycle routes, error codes, and discovery URLs
—/messageClones an existing task's spec (schedule, runtime, source, entrypoint, etc.) into a new template with environment variable values masked.
Free/messagePulls a scheduled task's next run forward to now so the dispatch tick executes it within ~1 minute, without blocking the caller.
Free/messageGenerates or rotates a one-time-shown webhook secret for a scheduled task, enabling walletless trigger authentication via Bearer token.
Free/messageResumes a paused cron task, recomputes its next run time, and flips its status back to active — failing with 409 if balance is below the cost ceiling.
Free/messageAsynchronously triggers a scheduled task to run within ~1 minute by pulling its next_run_at time to now, returning immediately without waiting for the result.
Free/messagePartially updates a scheduled cron task by patching its notification email, end date/time, or tool list (additions only); all other fields remain immutable.
Free/messageDeletes and clears the webhook secret for a scheduled task, disabling webhook delivery idempotently.
Free/messageReturns a list of sibling API services related to the scheduler.withzero.xyz platform, including their names, descriptions, and OpenAPI URLs.
—/message