ReadMe · Arazzo Workflow
ReadMe Create A Category With A Guide
Version 1.0.0
Create a sidebar category and immediately add a guide page to it.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalAnalyticsArtificial IntelligenceMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
create-category-with-guide
Create a category then create a guide inside it and verify the guide.
Creates a category on the supplied branch, creates a guide page assigned to that category, and reads the guide back by slug to confirm creation.
1
createCategory
{$sourceDescriptions.categoriesApi.url}#/paths/~1branches~1{branch}~1categories/post
Create a guide-type sidebar category on the target branch to group the new guide under.
2
createGuide
{$sourceDescriptions.guidesApi.url}#/paths/~1branches~1{branch}~1guides/post
Create a guide page on the same branch assigned to the category just created.
3
getGuide
{$sourceDescriptions.guidesApi.url}#/paths/~1branches~1{branch}~1guides~1{slug}/get
Read the created guide back by slug to confirm it was published.
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.