set_delivery_endpoint
Register and verify your BROKER delivery endpoint. Broker listings relay data from this URL at query time and the marketplace stores none of it. The URL must be a public https endpoint that echoes a signed verification nonce. Requires a seller API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your vm_live_ seller API key | |
| callback_url | Yes | Public https URL your agent serves for delivery + verification | |
| callback_type | No | webhook (default), polling, or mcp |