A job calls any HTTP URL on your schedule. Run it once (omit schedule) or on a repeat (5m / 1h / 1d). Each run costs $0.01, retries on failure, and is stored or POSTed to your callback. Create jobs with an API key, or from your agent over MCP.
# one-shot: omit "schedule". recurring: add "schedule":"5m" | "1h" | "1d"
curl -X POST https://omniyond.com/v1/schedule \
-H "Authorization: Bearer omni_your_key" -H "Content-Type: application/json" \
-d '{"url":"https://example.com/ping","schedule":"1h"}'POST /v1/schedule.