create_bucket
Provision a new webhook endpoint (a "bucket") that captures incoming HTTP requests. Returns its id, public ingest url to point a provider at, inbox_url (the live human view to hand back), and signing secret. Pass external_ref — your own stable name like "acme-api:stripe" — so you can re-find this exact bucket later with list_buckets after losing context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human label for the bucket. | |
| environment | No | Deployment environment. | |
| external_ref | No | Your own stable identifier (unique per account) for idempotent re-provisioning and re-finding. |