Svix · Arazzo Workflow
Svix Rotate Endpoint Signing Secret
Version 1.0.0
Rotate a webhook endpoint's signing secret and read back the new secret value.
View Spec
View on GitHub
WebhookWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent-DrivenEventingMessagingPub-SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti-TenantMulti-RegionEnterpriseSoftware-as-a-ServiceDeveloper PlatformRESTSOC 2HIPAAPCI DSSGDPROpen-SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
rotate-endpoint-secret
Rotate an endpoint signing secret and retrieve the new value.
Fetches the endpoint to confirm it exists, triggers a secret rotation (returning 204 No Content), then reads the new signing secret back.
1
getEndpoint
Confirm the target endpoint exists before rotating its secret. Returns 200 with the endpoint object.
2
rotateSecret
Rotate the endpoint signing secret, letting Svix generate a new value by sending a null key. Returns 204 No Content on success.
3
getNewSecret
Read the endpoint's current signing secret so the rotated value can be distributed. Returns 200 with the secret key.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.