Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Application
svix:create_application
Create a new application for sending webhooks.
Write
Medium risk
Create Endpoint
svix:create_endpoint
Create a new webhook endpoint for an application.
Write
Medium risk
Create Event Type
svix:create_event_type
Create a new event type with optional JSON schema validation.
Write
Medium risk
Delete Application
svix:delete_application
Delete an application and all its associated endpoints and messages.
Write
High risk
Delete Endpoint
svix:delete_endpoint
Delete a webhook endpoint and stop all future deliveries.
Write
High risk
Delete Event Type
svix:delete_event_type
Delete an event type permanently.
Write
High risk
Get Application
svix:get_application
Fetch a single application by ID with its configuration and metadata.
Read
Low risk
Get Endpoint
svix:get_endpoint
Fetch a single endpoint by ID with its configuration and status.
Read
Low risk
Get Event Type
svix:get_event_type
Fetch a single event type by name with its schema and configuration.
Read
Low risk
Get Message
svix:get_message
Fetch a single message by ID with its payload and delivery status.
Read
Low risk
List Applications
svix:list_applications
List all applications with pagination support.
Read
Low risk
List Endpoints
svix:list_endpoints
List all endpoints for an application with pagination support.
Read
Low risk
List Event Types
svix:list_event_types
List all event types with pagination support.
Read
Low risk
List Message Attempts
svix:list_message_attempts
List all delivery attempts for a specific message with filtering and pagination.
Read
Low risk
List Messages
svix:list_messages
List messages for an application with filtering and pagination support.
Read
Low risk
Resend Webhook
svix:resend_webhook
Resend a webhook message to a specific endpoint.
Write
Medium risk
Send Message
svix:send_message
Send a webhook message to all matching endpoints in an application.
Write
Medium risk
Update Application
svix:update_application
Update an existing application's configuration.
Write
Medium risk
Update Endpoint
svix:update_endpoint
Update an existing webhook endpoint's configuration.
Write
Medium risk
Update Event Type
svix:update_event_type
Update an existing event type's configuration and schema.
Write
Medium risk