{"uid":"cap_q2TwxfJZ6eTSBVQWEic8W","slug":"halowerk-wakeup-scheduler-abb50692","name":"Halowerk Wakeup Scheduler","description":"Books a single POST to a URL you own, at a time you name, with a payload you supply. Delivery is retried up to five times with growing gaps and every attempt is recorded with its status. Lead time is between 10 seconds and 30 days, and at most 200 pending wakeups per target URL. The target must be a public https address: private, loopback and link-local addresses are refused, so this cannot be pointed at an internal network.","url":"https://agent.halowerk.com/v1/wakeup","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"note":{"type":"string","maxLength":200,"description":"Free label carried through."},"limit":{"type":"integer","default":25,"maximum":100,"minimum":1,"description":"Maximum entries returned by list."},"action":{"enum":["schedule","status","cancel","list"],"type":"string","description":"What to do."},"due_at":{"type":"string","description":"Absolute time as ISO 8601, e.g. 2026-08-12T09:00:00Z. Either this or delay_seconds."},"payload":{"description":"JSON body delivered with the callback. Up to 16 KB."},"wakeup_id":{"type":"string","maxLength":64,"minLength":8,"description":"Required for status and cancel."},"target_url":{"type":"string","maxLength":2000,"description":"Public https URL that receives the POST. Required for schedule and list."},"header_name":{"type":"string","maxLength":64,"description":"Optional header name sent with the callback, e.g. X-Agent-Token."},"header_value":{"type":"string","maxLength":512,"description":"Value for that header. Stored as given."},"delay_seconds":{"type":"integer","maximum":2592000,"minimum":10,"description":"Relative lead time in seconds. Either this or due_at."}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_8awByFMDlHhseO3ccMzwK","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Schedules a one-time HTTP POST callback to a caller-supplied public HTTPS URL at a specified future time, with automatic retry on failure and full attempt logging.","exampleAgentPrompt":"Schedule a wakeup call to https://myapp.example.com/hooks/resume in exactly 2 hours with this JSON payload: {\"task\":\"send_report\",\"user_id\":\"42\"} — retry up to 5 times if it fails.","exampleUseCases":[{"title":"Resume paused agent after delay","prompt":"In 15 minutes, POST {\"resume\":true,\"session\":\"abc123\"} to https://myagent.example.com/continue — keep retrying if the first attempt doesn't land."},{"title":"Timed payment reminder webhook","prompt":"Schedule a webhook to fire tomorrow at 9am UTC to https://billing.mycompany.com/remind with the payload {\"invoice_id\":\"INV-9901\",\"action\":\"remind\"} so the billing service can send a payment reminder."},{"title":"Delay orchestration step in multi-agent pipeline","prompt":"I need my orchestration endpoint at https://pipeline.example.com/step/next triggered in 4 hours with the payload {\"pipeline_id\":\"p77\",\"step\":3} — make sure it retries if it doesn't respond."}],"resultDescription":"Returns a wakeup job record including a unique job ID, the scheduled delivery time, the target URL, and a log of each delivery attempt with its HTTP status and timestamp. On failure, up to five retries are made with exponentially growing gaps between attempts.","failureModes":["Target URL is private, loopback, or link-local — request refused","Target URL is not HTTPS — request refused","Scheduled time is less than 10 seconds or more than 30 days in the future — rejected","Caller has reached the 200 pending wakeup limit for the target URL","All 5 retry attempts exhausted without a 2xx response from target","Target server returns non-2xx on all attempts — logged as failed delivery"],"whenToPreferThis":"Use this endpoint when an agent or workflow needs to defer execution by triggering a future HTTP POST to a known public endpoint — especially when retry-on-failure and delivery audit logs are required. Prefer this over cron-based alternatives when lead times are short (10 seconds to 30 days) and the target must be a public HTTPS address. Not suitable for internal network callbacks or recurring schedules.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:48:36.655Z","isFirstParty":false}