Sanity · Arazzo Workflow
Sanity Issue Token for Project
Version 1.0.0
Confirm a project exists, mint an API token on it, then list its tokens.
View Spec
View on GitHub
Headless CMSContent ManagementGROQReal-TimeStructured ContentDeveloper PlatformArazzoWorkflows
Provider
Workflows
issue-token-for-project
Verify a project, create an API token on it, and list the tokens.
Reads the project to confirm access, creates a token with the supplied label and role, captures the one-time key, and lists the project's tokens to confirm registration.
1
getProject
getProject
Fetch the project to confirm it exists and is reachable.
2
createToken
createToken
Mint a new API token with the requested role and capture the one-time token key returned only at creation.
3
listTokens
listTokens
List the project's tokens to confirm the new token is registered.