---
title: "svix"
description: "Teaches AI agents to send and receive webhooks the way Svix's own engineers would."
canonical: https://agentpluginsdirectory.com/plugins/svix
last-updated: 2026-09-21
---

# svix
Teaches AI agents to send and receive webhooks the way Svix's own engineers would.
- Slug: svix
- Publisher: Svix
- Repository: https://github.com/svix/ai
- Manifest: plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): integrations
- Skills: 2 (receiving-webhooks, svix-sending-webhooks)
- MCP servers: 0
- Stars: 18
- Repository created: 2026-05-11
- Repository last pushed: 2026-09-14
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/svix
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What svix does, in the publisher's words

Everything Svix builds to make AI agents good at webhooks: teaching them how to send and receive webhooks the way Svix's own engineers would, giving them tools to debug a broken delivery, and letting them receive webhooks without hosting a public HTTP server.

Three kinds of things live here:

This repo is itself an Agent Plugins package, with dedicated manifests for other clients:

- svix-openclaw: OpenClaw plugin. Polled payloads become TaskFlow actions, or get POSTed to the gateway's /hooks/wake and /hooks/agent automation hooks.
- svix-hermes: Hermes Agent gateway plugin. Each event flows through a route, prompt, and delivery pipeline, with responses going to a log, a GitHub comment, or any connected platform.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/svix/ai/HEAD/README.md

## Skills

- receiving-webhooks: General guidelines for building a robust webhook receiver/handler: verifying signatures, raw-body access, replay protection, async processing, retries and endpoint auto-disabling. Use whenever you write, review, or debug a handler that consumes incoming webhooks from any provider.
- svix-sending-webhooks: Everything for working with Svix webhooks: first-time setup (API key, SDK install, first message), Dispatch (sending webhooks to your customers), Ingest (receiving third-party webhooks), Applications, Channels, customer UIDs, idempotency, App Portal embedding, operational webhooks, the Svix CLI, an…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
