create_callback_endpoint
Creates a callback endpoint URL for async jobs or webhook providers, enabling result retrieval via wait_for_callback.
Instructions
Create a callback endpoint and return its URL. Hand this URL to a long-running/async job (or another agent) as its webhook/callback target, then await the result with wait_for_callback. Also works as a plain webhook capture URL for any provider (Stripe, GitHub, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Optional human-readable slug (3-32 chars, letters/numbers/hyphens). Requires Hook plan or above. Auto-generated if omitted. |