Svix
api.svix.com
Webhooks-as-a-service platform for reliable webhook delivery. Manage applications, endpoints, messages, and message delivery attempts programmatically.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
api_key
free
1.0
https://api.svix.com
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
application_list
GETList all webhook applications with pagination.
GET https://api.svix.com/api/v1/app
limit (integer) — Number of results (default 50).
iterator (string) — Pagination cursor from previous response.
order (string) — Sort order: ascending or descending.
endpoint_list
GETList all endpoints for an application.
GET https://api.svix.com/api/v1/app/{app_id}/endpoint
app_id (string, required) — Application ID or UID (path parameter).
limit (integer) — Number of results.
iterator (string) — Pagination cursor.
order (string) — Sort order.
event_type_list
GETList all event types.
GET https://api.svix.com/api/v1/event-type
limit (integer) — Number of results.
iterator (string) — Pagination cursor.
All Capabilities (23)
application (6)
Create a new webhook application.
Delete an application.
Retrieve a specific application by ID.
List all webhook applications with pagination.
Partially update an application.
Update an existing application.
attempt (2)
List delivery attempts for a specific endpoint.
List delivery attempts for a specific message.
endpoint (7)
Create a new webhook endpoint for an application.
Delete an endpoint.
Retrieve a specific endpoint.
List all endpoints for an application.
Partially update an endpoint.
Replay missing webhook messages to an endpoint.
Update an existing endpoint.
event_type (5)
Create a new event type.
Delete an event type.
Retrieve a specific event type.
List all event types.
Update an event type.
message (3)
Create and send a new webhook message.
Retrieve a specific message by ID.
List all messages for an application.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Svix
Description: Webhooks-as-a-service platform for reliable webhook delivery. Manage applications, endpoints, messages, and message delivery attempts programmatically.
Auth: api_key
Capabilities (23 total):
application (6):
- application_create: Create a new webhook application.
- application_delete: Delete an application.
- application_get: Retrieve a specific application by ID.
- application_list: List all webhook applications with pagination.
- application_patch: Partially update an application.
- application_update: Update an existing application.
attempt (2):
- attempt_list_by_endpoint: List delivery attempts for a specific endpoint.
- attempt_list_by_message: List delivery attempts for a specific message.
endpoint (7):
- endpoint_create: Create a new webhook endpoint for an application.
- endpoint_delete: Delete an endpoint.
- endpoint_get: Retrieve a specific endpoint.
- endpoint_list: List all endpoints for an application.
- endpoint_patch: Partially update an endpoint.
- endpoint_replay_missing: Replay missing webhook messages to an endpoint.
- endpoint_update: Update an existing endpoint.
event_type (5):
- event_type_create: Create a new event type.
- event_type_delete: Delete an event type.
- event_type_get: Retrieve a specific event type.
- event_type_list: List all event types.
- event_type_update: Update an event type.
message (3):
- message_create: Create and send a new webhook message.
- message_get: Retrieve a specific message by ID.
- message_list: List all messages for an application.
Top capabilities (ready to call):
- application_list: GET /api/v1/app
- endpoint_list: GET /api/v1/app/{app_id}/endpoint
- event_type_list: GET /api/v1/event-type