Microsoft Azure API Management · Arazzo Workflow
Azure API Management Provision Workspace API
Version 1.0.0
Create a workspace, register an API inside it, then read the workspace API back.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
provision-workspace-api
Create a workspace and register an API inside it.
Creates or updates a workspace, registers a workspace-scoped API, then reads the API back to confirm.
1
createWorkspace
Workspace_CreateOrUpdate
Create or update the workspace that will contain the API.
2
createWorkspaceApi
WorkspaceApi_CreateOrUpdate
Create the API scoped to the workspace with a display name, path, and backend URL.
3
confirmWorkspaceApi
WorkspaceApi_Get
Read the workspace API back to confirm it was registered.