Create Clerk Svix dashboard URL
Generate a temporary Svix management dashboard URL for a connected Clerk application.
← All Clerk endpoints · Capability overview
POST
/v1/clerk/webhooks/svix/dashboardhttps://api.vee3.io/v1/clerk/webhooks/svix/dashboard
Generate a temporary Svix management dashboard URL for a connected Clerk application.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.create_svix_dashboard_urlParameters1 field
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
Response2 fields
svixobject1 fieldTemporary Svix dashboard URL from the Clerk Backend API.
svixobjectsvix_urlstringTemporary Svix URL. Treat as sensitive — do not log.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required