Mux · Arazzo Workflow
Mux Rotate URL Signing Key
Version 1.0.0
Create a new URL signing key, read it back, list all keys, then delete the previous key to complete a rotation.
View Spec
View on GitHub
Video InfrastructureVideo StreamingLive StreamingVideo AnalyticsVideo AIEncodingArazzoWorkflows
Provider
Workflows
url-signing-key-rotation
Create a new URL signing key and retire the previous one.
Creates a new URL signing key, reads it back, lists keys, and deletes the previous key to finish the rotation.
1
createKey
Create a new URL signing key, returning its id, private key, and public key.
2
getKey
Read the newly created signing key back to capture its public key for distribution to verifiers.
3
listKeys
List the URL signing keys in the environment to confirm both the new and previous keys are present before retiring the old one.
4
deletePreviousKey
Delete the previous signing key so signed playback tokens must be minted with the new key going forward.
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.