Atlassian · Arazzo Workflow

Atlassian Confluence Create Space and Inventory Content

Version 1.0.0

Create a Confluence space, confirm it, then list the content it contains.

1 workflow 1 source API 1 provider
View Spec View on GitHub CodeCollaborationPlatformProductivitySoftware DevelopmentArazzoWorkflows

Provider

atlassian

Workflows

create-space-and-inventory-content
Create a Confluence space and list its content.
Creates a space, confirms it by key, and lists the content it contains.
3 steps inputs: authorization, spaceKey, spaceName outputs: spaceKey, spaceName
1
createSpace
Create a new space with the supplied key and name.
2
getSpace
Read the space back by key to confirm it was created.
3
listContent
List the content currently contained in the space.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Atlassian Confluence Create Space and Inventory Content
  summary: Create a Confluence space, confirm it, then list the content it contains.
  description: >-
    Creates a new Confluence space, reads it back to confirm it exists, and lists
    the content currently in the space. This is the bootstrap and audit pattern
    for a freshly created space. Each step inlines its Basic authentication
    header, request body and documented success criteria.
  version: 1.0.0
sourceDescriptions:
- name: spaceApi
  url: ../openapi/atlassian-space-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-space-and-inventory-content
  summary: Create a Confluence space and list its content.
  description: >-
    Creates a space, confirms it by key, and lists the content it contains.
  inputs:
    type: object
    required:
    - authorization
    - spaceKey
    - spaceName
    properties:
      authorization:
        type: string
        description: HTTP Basic auth header value.
      spaceKey:
        type: string
        description: The key for the new space.
      spaceName:
        type: string
        description: The display name for the new space.
  steps:
  - stepId: createSpace
    description: Create a new space with the supplied key and name.
    operationId: atlassianCreatespace
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    requestBody:
      contentType: application/json
      payload:
        key: $inputs.spaceKey
        name: $inputs.spaceName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      spaceKey: $response.body#/key
  - stepId: getSpace
    description: Read the space back by key to confirm it was created.
    operationId: atlassianGetspace
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: spaceKey
      in: path
      value: $steps.createSpace.outputs.spaceKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      key: $response.body#/key
      name: $response.body#/name
  - stepId: listContent
    description: List the content currently contained in the space.
    operationId: atlassianGetcontentforspace
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: spaceKey
      in: path
      value: $steps.createSpace.outputs.spaceKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      page: $response.body#/page
  outputs:
    spaceKey: $steps.createSpace.outputs.spaceKey
    spaceName: $steps.getSpace.outputs.name

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/atlassian-inventory-space-content-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.