Svix is an enterprise-ready webhooks service that enables developers to send webhooks reliably and securely.
Tool to create a new svix application. use when you need to register an application with specific settings.
Tool to delete an application by its id. use when you need to permanently remove a svix application after confirming its id.
Tool to retrieve details of a specific svix application by its id. use when you need application metadata after authenticating with svix.
Tool to list all applications. use when you need to retrieve or paginate through your svix applications.
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.
Tool to retrieve details of a specific message attempt. use after confirming app id, msg id, and attempt id.