Svix

api.svix.com

Community

Webhooks-as-a-service platform for reliable webhook delivery. Manage applications, endpoints, messages, and message delivery attempts programmatically.

[catalog]Catalog only — enable via gateway with your own API key

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.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.svix.com

Last crawled

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

GET

List 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

GET

List 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

GET

List 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)

POSTapplication_create

Create a new webhook application.

DELETEapplication_delete

Delete an application.

GETapplication_get

Retrieve a specific application by ID.

GETapplication_list

List all webhook applications with pagination.

PATCHapplication_patch

Partially update an application.

PUTapplication_update

Update an existing application.

attempt (2)

GETattempt_list_by_endpoint

List delivery attempts for a specific endpoint.

GETattempt_list_by_message

List delivery attempts for a specific message.

endpoint (7)

POSTendpoint_create

Create a new webhook endpoint for an application.

DELETEendpoint_delete

Delete an endpoint.

GETendpoint_get

Retrieve a specific endpoint.

GETendpoint_list

List all endpoints for an application.

PATCHendpoint_patch

Partially update an endpoint.

POSTendpoint_replay_missing

Replay missing webhook messages to an endpoint.

PUTendpoint_update

Update an existing endpoint.

event_type (5)

POSTevent_type_create

Create a new event type.

DELETEevent_type_delete

Delete an event type.

GETevent_type_get

Retrieve a specific event type.

GETevent_type_list

List all event types.

PUTevent_type_update

Update an event type.

message (3)

POSTmessage_create

Create and send a new webhook message.

GETmessage_get

Retrieve a specific message by ID.

GETmessage_list

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