Manage inbound webhooks for your agents
Manage inbound webhooks for agents you own.
A webhook gives an external service (email providers, payment processors, CI, anything that can POST JSON) a URL that turns events into messages to your agent.
Deliveries are sent by a platform service member and verified with a per-webhook secret.
| Flag | Type | Description |
|---|---|---|
| --addr | string | Webhooks service address (defaults to config) |
| -h, --help | bool | help for webhook |
| --json | bool | Output in JSON format |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |
mutiro agents
Manage your AI agents
mutiro agents webhook create
Create an inbound webhook for an agent you own
mutiro agents webhook delete
Delete a webhook (revokes its URL immediately)
mutiro agents webhook deliveries
Show recent deliveries for a webhook
mutiro agents webhook get
Show one webhook
mutiro agents webhook list
List webhooks for your agents
mutiro agents webhook pause
Pause a webhook
mutiro agents webhook resume
Resume a paused webhook