Svix
Svix is an enterprise-ready webhooks service that enables developers to send webhooks reliably and securely.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Svix authenticates with an API key. Generate the credential in your Svix account, then paste it into FlyMyAI the first time an agent uses a Svix action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Svix API Token | The secret API key used to authenticate requests to the Svix API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SVIX_APP_CREATE | Tool to create a new svix application. use when you need to register an application with specific settings. | name |
SVIX_APP_DELETE | Tool to delete an application by its id. use when you need to permanently remove a svix application after confirming its id. | app_id |
SVIX_APP_GET | Tool to retrieve details of a specific svix application by its id. use when you need application metadata after authenticating with svix. | app_id |
SVIX_APP_LIST | Tool to list all applications. use when you need to retrieve or paginate through your svix applications. | - |
SVIX_APP_UPDATE | Tool to update an existing svix application by id. use when you need to modify properties like name, rate limit, uid, or metadata. call after confirming the correct app id. | app_id |
SVIX_ATTEMPT_GET | Tool to retrieve details of a specific message attempt. use after confirming app id, msg id, and attempt id. | app_id, msg_id, attempt_id |
SVIX_ATTEMPT_LIST | Tool to list all delivery attempts for a specific message. use after confirming message id to debug attempts. | app_id, msg_id |
SVIX_ENDPOINT_CREATE | Tool to create a new svix webhook endpoint. use after obtaining the app id to register your webhook receiver url. | app_id, url |
SVIX_ENDPOINT_DELETE | Tool to delete an endpoint. use when you need to remove a specific endpoint after confirming its application and endpoint ids. | app_id, endpoint_id |
SVIX_ENDPOINT_GET | Tool to retrieve details of a specific endpoint. use after confirming app id and endpoint id. | app_id, endpoint_id |
SVIX_ENDPOINT_LIST | Tool to list all endpoints for a specific application. use after obtaining the application id to retrieve its endpoints. | app_id |
SVIX_ENDPOINT_PATCH | Tool to partially update an endpoint’s configuration. use when you need to adjust endpoint settings without full replacement. | app_id, endpoint_id |
SVIX_ENDPOINT_PATCH_HEADERS | Tool to partially update headers for a specific endpoint. use when you need to add, modify, or remove custom headers after endpoint creation. | app_id, endpoint_id, headers |
SVIX_ENDPOINT_RECOVER_FAILED_WEBHOOKS | Tool to recover messages that failed to send to an endpoint. use when you need to retry webhook delivery for failed events after identifying delivery failures. | app_id, endpoint_id, since |
SVIX_ENDPOINT_REPLAY_MISSING | Tool to replay missing webhooks for a specific endpoint. use when some webhooks failed or were lost and need to be resent. | app_id, endpoint_id, since |
SVIX_ENDPOINT_SECRET_GET | Tool to retrieve the secret for a specific endpoint. use after confirming app id and endpoint id. | app_id, endpoint_id |
SVIX_ENDPOINT_SECRET_ROTATE | Tool to rotate the signing secret key for an endpoint. use when you need to invalidate the current secret and generate or supply a new one. call after confirming app id and endpoint id. | app_id, endpoint_id |
SVIX_ENDPOINT_SEND_EXAMPLE_MESSAGE | Tool to send a test message for a specific event type to an endpoint. use after setting up an endpoint to verify its configuration. | app_id, endpoint_id, event_type |
SVIX_ENDPOINT_STATS_GET | Tool to retrieve basic statistics for a specific endpoint. use after confirming app id and endpoint id. | app_id, endpoint_id |
SVIX_ENDPOINT_TRANSFORMATION_GET | Tool to retrieve transformation settings for a specific endpoint. use after confirming app id and endpoint id. | app_id, endpoint_id |
SVIX_ENDPOINT_TRANSFORMATION_SET | Tool to set or update transformation settings for an endpoint. use when you need to configure or toggle an endpoint's transformation code after creation. | app_id, endpoint_id |
SVIX_ENDPOINT_UPDATE | Tool to update an existing endpoint. use when you need to modify endpoint settings after creation. | app_id, endpoint_id, url |
SVIX_ENDPOINT_UPDATE_HEADERS | Tool to completely replace headers for a specific endpoint. use when you need to set a full new header mapping. | app_id, endpoint_id, headers |
SVIX_EVENT_TYPE_CREATE | Tool to create a new event type or unarchive an existing one. use after confirming application context to register or revive an event type. | name |
SVIX_EVENT_TYPE_DELETE | Tool to delete an event type. use when you need to archive or permanently expunge a specific event type after confirming its name. | event_type_name |
SVIX_EVENT_TYPE_GET | Tool to retrieve details of a specific event type by its id. use when you need to inspect an existing event type after confirming its id. | event_type_id |
SVIX_EVENT_TYPE_LIST | Tool to retrieve a list of all event types. use when you need to inspect available event types, optionally including their json schemas. use after authenticating the client. | - |
SVIX_EVENT_TYPE_UPDATE | Tool to update an existing event type by id. use after confirming event type id to modify name, description, schemas, feature flag, or archive status. | event_type_id, name |
SVIX_INTEGRATION_CREATE | Tool to create a new integration for a specific application. use after confirming the application id. | app_id, name |
SVIX_INTEGRATION_DELETE | Tool to delete an integration. use when you need to remove a specific integration after confirming its application and integration ids. | app_id, integration_id |
SVIX_INTEGRATION_GET | Tool to retrieve details of a specific integration. use after confirming app id and integration id. | app_id, integration_id |
SVIX_INTEGRATION_LIST | Tool to list all integrations for a specific application. use after confirming the application id, supporting pagination via limit and iterator. use when you need to enumerate integrations. | app_id |
SVIX_INTEGRATION_UPDATE | Tool to update an existing integration by id. use when you need to modify integration settings like name, key, enabled status, or metadata after confirming the integration id. | app_id, integration_id |
SVIX_MESSAGE_CREATE | Tool to create a new message for a specific application in svix. use after confirming app id and event details. | app_id, eventType, payload |
SVIX_MESSAGE_GET | Tool to retrieve details of a specific message by its id. use when you need message metadata and status after dispatch. | app_id, msg_id |
SVIX_MESSAGE_LIST | Tool to list all messages for a specific application. use when you need to fetch or paginate messages after obtaining the application id. | app_id |
SVIX_SOURCE_CREATE | Tool to create a source for message ingestion. use to register a new source before creating ingest endpoints. | name |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Svix!