---
title: "Provision Inbound Webhook"
description: "Provision a standalone inbound webhook and get its public receive URL (inboundUrl) BEFORE creating an automation."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Provision Inbound Webhook

Use the Speak AI MCP server tool `provision_inbound_webhook` to provision a
standalone inbound webhook and get its public receive URL (inboundUrl) BEFORE
creating an automation.

## What does it do?

Provision a standalone inbound webhook and get its public receive URL (inboundUrl)
BEFORE creating an automation. Webhook-first flow: provision, send a test payload to
the URL (append ?test=1 to only capture a sample without running anything), inspect
mappable payload paths with `get_inbound_webhook`, then pass the webhookId as
trigger.webhookId to `create_automation`.

## Parameters

`provision_inbound_webhook` takes no parameters.

## Behaviour

The Speak AI MCP server publishes these behaviour hints for
`provision_inbound_webhook`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Can reach systems outside Speak AI.

## Related

- [Webhooks](/mcp/tools/webhooks/) lists the rest of the Webhooks category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/webhooks/provision_inbound_webhook/index.mdx
