Auth0 · Arazzo Workflow
Auth0 Provision Machine-to-Machine Application
Version 1.0.0
Create an API (resource server), create a non-interactive client, and grant the client access to the API.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
provision-m2m-app
Register an API, create a client, and authorize the client for the API.
Creates a resource server with scopes, creates a client, and creates a client grant binding the client to the API audience with the requested scopes.
1
createApi
Register a new API (resource server) with the supplied audience identifier and scopes.
2
3
createGrant
Authorize the client to obtain tokens for the API audience with the requested scopes.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.