Developer Tools37 toolsPaste one API key
Svix integration for AI agents
Svix is an enterprise-ready webhooks service that enables developers to send webhooks reliably and securely.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Svix once and call the same tools from all of them.
Setup
Connect Svix through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Svix exposes 37 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
svix_app_get | Retrieve details of a specific Svix application by its ID | Read |
svix_app_list | List all applications | Read |
svix_attempt_get | Retrieve details of a specific message attempt | Read |
svix_attempt_list | List all delivery attempts for a specific message | Read |
svix_endpoint_get | Retrieve details of a specific endpoint | Read |
svix_endpoint_list | List all endpoints for a specific application | Read |
svix_endpoint_secret_get | Retrieve the secret for a specific endpoint | Read |
svix_endpoint_stats_get | Retrieve basic statistics for a specific endpoint | Read |
svix_endpoint_transformation_get | Retrieve transformation settings for a specific endpoint | Read |
svix_event_type_get | Retrieve details of a specific event type by its name | Read |
svix_event_type_list | Retrieve a list of all event types | Read |
svix_integration_get | Retrieve details of a specific integration | Read |
svix_integration_list | List all integrations for a specific application | Read |
svix_message_get | Retrieve details of a specific message by its ID | Read |
svix_message_list | List all messages for a specific application | Read |
svix_app_create | Create a new Svix application | Read |
svix_app_update | Update an existing Svix application by ID | Read |
svix_endpoint_create | Create a new Svix webhook endpoint | Read |
svix_endpoint_patch | Partially update an endpoint’s configuration | Read |
svix_endpoint_patch_headers | Partially update headers for a specific endpoint | Read |
svix_endpoint_recover_failed_webhooks | Recover messages that failed to send to an endpoint | Read |
svix_endpoint_replay_missing | Replay missing webhooks for a specific endpoint | Read |
svix_endpoint_send_example_message | Send a test message for a specific event type to an endpoint | Read |
svix_endpoint_transformation_set | Set or update transformation settings for an endpoint | Read |
svix_endpoint_update | Update an existing endpoint or create it if it doesn't exist (upsert) | Read |
svix_endpoint_update_headers | Completely replace headers for a specific endpoint | Read |
svix_event_type_create | Create a new event type in Svix or unarchive an existing one | Read |
svix_event_type_update | Update an existing event type's description, schema, feature flags, or archive status | Read |
svix_integration_create | Create a new integration for a specific application | Read |
svix_integration_update | Update an existing integration by ID | Read |