KosmoKrator

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_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Svix MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Svix.

Svix CLI Matrix

Use these pages for direct Svix CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.