Delete Endpoint
Tool to delete an endpoint. use when you need to remove a specific endpoint after confirming its application and endpoint ids.
Get Endpoint
Tool to retrieve details of a specific endpoint. use after confirming app id and endpoint id.
List Endpoints
Tool to list all endpoints for a specific application. use after obtaining the application id to retrieve its endpoints.
Patch Endpoint
Tool to partially update an endpoint’s configuration. use when you need to adjust endpoint settings without full replacement.
Patch Endpoint Headers
Tool to partially update headers for a specific endpoint. use when you need to add, modify, or remove custom headers after endpoint creation.
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.
Replay Missing Webhooks
Tool to replay missing webhooks for a specific endpoint. use when some webhooks failed or were lost and need to be resent.
Get Endpoint Secret
Tool to retrieve the secret for a specific endpoint. use after confirming app id and endpoint id.
Rotate Endpoint Secret
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 endpo…
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.
Get Endpoint Stats
Tool to retrieve basic statistics for a specific endpoint. use after confirming app id and endpoint id.
Get Endpoint Transformation
Tool to retrieve transformation settings for a specific endpoint. use after confirming app id and endpoint id.
Set Endpoint Transformation
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.
Update Endpoint
Tool to update an existing endpoint. use when you need to modify endpoint settings after creation.
Update Endpoint Headers
Tool to completely replace headers for a specific endpoint. use when you need to set a full new header mapping.
Create Event Type
Tool to create a new event type or unarchive an existing one. use after confirming application context to register or revive an event type.
Delete Event Type
Tool to delete an event type. use when you need to archive or permanently expunge a specific event type after confirming its name.
Get Event Type
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.
List Event Types
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.
Update Event Type
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.
Create Integration
Tool to create a new integration for a specific application. use after confirming the application id.
Delete Integration
Tool to delete an integration. use when you need to remove a specific integration after confirming its application and integration ids.
Get Integration
Tool to retrieve details of a specific integration. use after confirming app id and integration id.
List Integrations
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 in…
Update Integration
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.
Create Message
Tool to create a new message for a specific application in svix. use after confirming app id and event details.
Get Message
Tool to retrieve details of a specific message by its id. use when you need message metadata and status after dispatch.
List Messages
Tool to list all messages for a specific application. use when you need to fetch or paginate messages after obtaining the application id.
Create Source
Tool to create a source for message ingestion. use to register a new source before creating ingest endpoints.