Now available for JetBrains IDEs
Webhook Testing for
JetBrains IDEs
Debug webhooks directly in IntelliJ IDEA, WebStorm, PyCharm, and all JetBrains IDEs. Seamless integration with your development workflow.
Empower Your Webhook Development
Test webhooks locally, share URLs with your team, and monitor everything in real-time.
Inspect Webhook Events
Inspect webhook events in real-time. Inspect payloads, headers, and routing information.
Provider Integrations
Built-in support for major webhook providers like Stripe, GitHub, and Clerk. Easy to extend for custom providers.
Local Event Routing
Automatically route webhooks to local development environments based on routing rules.
Replay Webhook Events
Replay webhook events to test your webhooks in different scenarios.
One Webhook URL, Entire Team
Share the same webhook URL across all services and team members. No more hunting for the right URL or managing individual endpoints.
Universal Webhook URL
Use the same webhook URL across Stripe, GitHub, Clerk, and all your services. One URL that routes to the right developer automatically.
Config File in Your Repo
Check in your webhook configuration with your code. New team members get instant access without manual setup or URL sharing.
Intelligent Routing
Webhooks automatically route to active developers. No conflicts, no confusion - just seamless team collaboration.
webhookId: wh_1bad2
destination:
- name: default
url: http://localhost:3000/api/webhooks/clerk
delivery:
- source: clerk
destination: default
Config lives in your repo alongside your code
New team members get instant access
❌ The Old Way (Other Tools)
- •Different webhook URLs for each developer
- •Manual URL sharing via Slack/email
- •New team members need manual setup
- •URLs get lost or become outdated
✅ The Unhook Way
- •One URL shared across all services and team members
- •Config file checked into your repository
- •Automatic access for new team members
- •Intelligent routing to active developers
Powerful Features for JetBrains IDEs
Everything you need to debug webhooks efficiently, right in your favorite IDE
Native Tool Window
Seamlessly integrates with all JetBrains IDEs
Smart IDE Integration
Built specifically for JetBrains IDEs with native tool windows and seamless UX.
Lightning Fast
Instant webhook replay and real-time event monitoring across all IDEs.
Universal Support
Works with IntelliJ IDEA, WebStorm, PyCharm, PhpStorm, and all JetBrains IDEs.
Test AI Agents with MCP Servers
Debug AI agent workflows by testing webhooks triggered by Model Context Protocol (MCP) servers. Perfect for validating AI-driven automations and agentic systems.
AI agent receives user request and needs to execute actions via MCP tools
MCP server processes tool calls and triggers webhooks to external services
Capture, inspect, and replay webhook events triggered by AI actions
// AI Agent triggers MCP tool
await mcp.callTool('webhook-trigger', {
endpoint: 'https://unhook.sh/wh_abc123',
action: 'user_created',
data: { userId: '12345', email: 'user@example.com' }
});
// Unhook captures the webhook
POST /wh_abc123
{
"event": "user_created",
"data": { "userId": "12345", "email": "user@example.com" },
"timestamp": "2025-01-09T10:30:00Z"
}AI Agent Testing
Test AI agents that trigger webhooks through MCP tools. Validate that your AI correctly executes actions and handles responses.
MCP Tool Validation
Debug MCP server tools that call external APIs. Ensure your tools properly format requests and handle webhook responses.
End-to-End AI Workflows
Test complete AI workflows from trigger to completion. Monitor webhook chains and validate multi-step AI processes.
Ready to test your AI-powered webhooks?
Set up Unhook in VS Code and start debugging your MCP-powered AI agents today.
Built for Secure Development
Where advanced security meets team collaboration—designed to protect your webhooks and empower your development.
Seamless Workflow Integration
Debug webhooks without leaving your editor. Keep your focus on code while monitoring webhook events in real-time.
Universal Compatibility
Works with VS Code, JetBrains IDEs, Cursor, and other editors. Compatible with all major webhook providers and development environments.
Frequently Asked Questions
Answers to common questions about Unhook and its features. If you have any other questions, please don't hesitate to contact us.