---
name: amt-webhooks
description: Create webhook inboxes to receive HTTP POSTs for agents, CI, and n8n. Use when an agent needs a public URL to collect callbacks.
---

# Webhook inbox (Agent Media Tools)

## When to use
- Receive POSTs from CI, Stripe-like services, or agent callbacks
- Poll payloads from scripts without running your own server

## API (auth for create)
- Create: `POST /api/webhook-inbox` `{ "name": "my-inbox" }` (session or documented auth)
- List: `GET /api/webhook-inboxes`
- Browser/docs: https://agentmediatools.com/blog/build-webhook-inbox-30-seconds

## Pattern
1. Create inbox → receive public hook URL
2. Point external service POST to that URL
3. Poll or inspect payloads; pass into agent steps

## Related
- Website monitoring webhooks: `/workflows/website-monitoring-alerts`
- Skills hub: https://agentmediatools.com/skills/
- Usage remaining: `GET /api/usage`
