create_bin
Create a new webhook bin to capture HTTP requests. Returns a URL you can use as a webhook endpoint.
Instructions
Create a new webhook bin to capture HTTP requests. Returns the bin URL you can use as a webhook endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the bin (e.g. "Stripe Webhooks", "GitHub Events") | |
| serverId | Yes | Server ID to create the bin on. Use list_servers to find available servers. | |
| note | No | Optional note/description for the bin |