Azure DevOps · Arazzo Workflow
Azure DevOps Provision and Inspect a Git Repository
Version 1.0.0
Create a Git repository, confirm it, and list its branches.
Provider
Workflows
provision-and-inspect-repository
Create a repository, confirm it, and list its branches.
Creates a Git repository in a project, retrieves it to confirm creation, and lists its branch refs.
1
createRepository
Create the Git repository in the target project. The response carries the new repository ID used by later steps.
2
confirmRepository
Fetch the repository by ID to confirm it exists and capture its default branch and web URL.
3
listBranches
List the repository refs filtered to heads/ so the initial branches are visible after provisioning.
Source API Descriptions
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.