ReadMe · Arazzo Workflow
ReadMe Stand Up A New Version With Starter Docs
Version 1.0.0
Create a branch (version), add a category, and seed it with a first guide.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalAnalyticsArtificial IntelligenceMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
create-branch-with-guide
Create a new branch, a category on it, and a starter guide in the category.
Creates a branch, then a category on the new branch, then a guide page assigned to that category to seed the version with starter content.
1
createBranch
{$sourceDescriptions.branchesApi.url}#/paths/~1branches/post
Create a new branch (version) to hold the starter documentation.
2
createCategory
{$sourceDescriptions.categoriesApi.url}#/paths/~1branches~1{branch}~1categories/post
Create a guide-type category on the newly created branch.
3
createGuide
{$sourceDescriptions.guidesApi.url}#/paths/~1branches~1{branch}~1guides/post
Create a starter guide assigned to the new category.
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.