clerk.create_svix_dashboard_url
Generate a temporary URL for accessing the Svix management dashboard for a connected Clerk application.
Sensitive — the returned URL grants access to webhook configuration; do not log or expose it.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns svix_url.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svix | No | Temporary Svix dashboard URL from the Clerk Backend API. |