schedule
Webhook Scheduler: schedule a future HTTP callback. At fireAt, we call your url with the payload. Agents' alarm clock for async work. Send { token, url, fireAt (ISO-8601), payload?, method? }. [x402 paid tool — price $0.003; POST /api/schedule]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) callback URL | |
| token | Yes | Your secret token (gates status reads) | |
| fireAt | Yes | ISO-8601 time to fire (max 30 days out) | |
| method | No | POST (default) or GET | |
| payload | No | JSON body to POST (16KB max) |