{"uid":"cap_7jt-SM5JO7flsBFitv2WW","slug":"jurat-dev-wake-scheduler-10cd1c0c","name":"jurat.dev Wake Scheduler","description":"Schedule a wakeup: jurat holds your payload and POSTs it to your webhook at time T. Cron for agents that cannot stay alive.","url":"https://jurat.dev/v1/wake/create","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["at","webhook"],"properties":{"at":{"type":"string"},"payload":{"type":"string"},"webhook":{"type":"string"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"at":"2026-07-21T06:00:00Z","id":"uuid","kind":"wake","status":"pending"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_06ITSWs0xAwL4laAMFzM3","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Schedule a future HTTP webhook delivery: store a payload and have it POSTed to your endpoint at a specified future time","exampleAgentPrompt":"Schedule a webhook wakeup for tomorrow at 9am UTC — POST the payload '{\"task\":\"daily-summary\"}' to https://myapp.example.com/hooks/wakeup when the time comes.","exampleUseCases":[{"title":"Reminder notification delivery pipeline","prompt":"Schedule a reminder webhook to fire 3 days from now at 2pm EST — I want you to POST {\"userId\":\"user123\",\"reminderType\":\"appointment\"} to our notification service at https://api.myapp.com/reminders so it can send the user an email alert"},{"title":"Delayed batch job trigger","prompt":"Set up a webhook that fires at next Monday 6am UTC to kick off our nightly data export — POST {\"batchId\":\"export-20250120\",\"format\":\"parquet\"} to https://jobs.company.com/batch/start and we'll process the overnight analytics"},{"title":"Scheduled agent task continuation","prompt":"I need you to schedule a wakeup webhook for exactly 24 hours from now — send {\"workflowId\":\"approval-flow-456\",\"action\":\"check-status\"} to https://workflows.internal.io/webhook so our agent can resume checking on that pending approval request"}],"resultDescription":"A confirmation that the wake job has been created, including the scheduled delivery time and a job identifier. At time T, jurat will POST the provided payload to the specified webhook URL.","failureModes":["Invalid or past datetime in 'at' parameter — job rejected or fires immediately","Webhook URL unreachable at delivery time — delivery may fail silently","Malformed webhook URL — validation error on creation","Payment failure via x402 — request blocked before job is created","Missing required 'at' or 'webhook' query parameters — 400-level error"],"whenToPreferThis":"Use this endpoint when an AI agent or serverless function cannot stay alive long enough to wait for a future event, and needs to schedule a one-shot HTTP callback at a specific future datetime. Ideal for agent workflows that need deferred execution, time-based triggers, or delayed payload delivery without running a persistent cron server.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T06:42:46.662Z","isFirstParty":false}