developer
Svix MCP, CLI, and Lua Integration for AI Agents
Svix integration docs for AI agents: MCP gateway setup, Svix CLI commands, Lua API reference, credentials, and function schemas.
7 functions 5 read 2 write API token auth
Svix for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
svix- route_slug
svix- package
svix- auth_strategy
api_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Svix CLIHeadless setup and direct function calls. Svix MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Svix MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Svix.
Claude Code Svix MCP setup for Claude Code. Cursor Svix MCP setup for Cursor. Codex Svix MCP setup for Codex. OpenAI Agents Svix MCP setup for OpenAI Agents SDK. Claude Agent SDK Svix MCP setup for Claude Agent SDK. Vercel AI SDK Svix MCP setup for Vercel AI SDK. LangChain Svix MCP setup for LangChain. LangGraph Svix MCP setup for LangGraph. CrewAI Svix MCP setup for CrewAI. MCP clients Svix MCP setup for Generic MCP Clients.
Svix CLI Matrix
Use these pages for direct Svix CLI workflows in scripts, CI, cron, and agent wrappers.
CI Svix CLI for CI. Cron Jobs Svix CLI for cron jobs. Shell Scripts Svix CLI for shell scripts. Headless Automation Svix CLI for headless automation. Coding Agents Svix CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
svix.svix_list_applications | Read read | 2 | List all Svix applications. Returns application IDs, names, and UIDs that you can use to manage endpoints and messages. |
svix.svix_get_application | Read read | 1 | Get details of a specific Svix application by its ID, including name, UID, and created timestamp. |
svix.svix_create_application | Write write | 2 | Create a new Svix application. Each application represents a webhook sender with its own set of endpoints. |
svix.svix_list_messages | Read read | 3 | List messages for a Svix application. Returns message IDs, event types, payloads, and delivery status. |
svix.svix_list_endpoints | Read read | 3 | List webhook endpoints for a Svix application. Returns endpoint IDs, URLs, and descriptions. |
svix.svix_create_endpoint | Write write | 4 | Create a new webhook endpoint for a Svix application. Webhook events will be delivered to the specified URL. |
svix.svix_get_current_user | Read read | 0 | Get the current authenticated Svix user and dashboard usage information. |