The Webhook Mailbox for AI Agents
We receive your webhooks. You pull them via a simple API when your code or agent is ready.
See How It Works
Watch webhooks flow into FetchHook, then pull them when you're ready
No server needed. No exposed ports. No missed webhooks.
They arrive automatically, you fetch them on your schedule.
Get Started in Seconds
Get your API key, configure webhooks, and start fetching.
Get your API key
Click "Get Started" to instantly receive:
- •Your API key (keep this secret)
- •Your unique webhook URL
No account required. Start using it immediately.
Configure webhooks
Point your services to your unique URL:
https://fetchhook.app/ in/your_stash_id
Webhooks start collecting automatically.
Fetch in your code
Use your API key to fetch:
Authorization: Bearer fh_xxx
Returns all webhooks from the last 24 hours.
Copy-paste ready examples
# Set your API key export FETCHHOOK_API_KEY="fh_xxx" # Fetch all waiting webhooks curl https://fetchhook.app/api/v1/stash_abc123 \ -H "Authorization: Bearer $FETCHHOOK_API_KEY"
Works anywhere you can make an HTTP request. No server required.
Why FetchHook?
Skip all the infrastructure headaches
Infrastructure Needed
Traditional approach
Server + tunnel + process manager + firewall + load balancer
With FetchHook
None
Zero infrastructure to maintain
Lines of Code
Traditional approach
~200 lines for server, auth, retries, signatures
With FetchHook
3 lines
98% less code
Monthly Cost
Traditional approach
$15-80/month for tunnels and hosting
With FetchHook
Free
1000 fetches/month included
Security Risk
Traditional approach
Public endpoints with exposed ports
With FetchHook
Zero exposed ports
Pull-based = inherently secure
Uptime Requirement
Traditional approach
Must be online 24/7 or lose events
With FetchHook
Can be offline
24h retention, fetch when ready
Setup Time
Traditional approach
30-60 minutes to configure and deploy
With FetchHook
30 seconds
Just paste your URL and fetch
Perfect for when you can't run a server
Simple, Transparent Pricing
Start free, scale when you need to. Cancel anytime.
Free
Daily jobs and simple automation
forever
- ✓100 fetches/month
- ✓24h webhook retention
- ✓3 sources
- ✓Manual signature verification
Starter
Tools running multiple times a day
per month
- ✓1000 fetches/month
- ✓48h webhook retention
- ✓10 sources
- ✓Native verification drivers
Pro
Multiple tools running every hour
per month
- ✓10,000 fetches/month
- ✓7d webhook retention
- ✓Unlimited sources
- ✓Custom verification drivers
- ✓Custom webhook filters
Need more fetches? Add-ons available at $1 per 100 fetches
Looking for pay as you go options, longer retention, or dedicated infrastructure?
Contact UsWe're putting the final touches on FetchHook