Codesphere · Arazzo Workflow

Deploy an application to a Codesphere workspace

Version 1.0.0

Create a workspace, run the prepare and run pipeline stages, and confirm it is live.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanySaasCloudDeploymentDeveloper ToolsPlatform-as-a-ServiceInfrastructureSovereign CloudCI/CDManaged ServiceArazzoWorkflows

Provider

codesphere

Workflows

deploy-workspace
Create a workspace and deploy it through the CI pipeline.
5 steps inputs: teamId, workspaceId
1
createWorkspace
3
pipelineStatus

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Deploy an application to a Codesphere workspace
  version: 1.0.0
  summary: Create a workspace, run the prepare and run pipeline stages, and confirm it is live.
sourceDescriptions:
- name: workspacesApi
  url: ../openapi/codesphere-workspaces-api-openapi.yml
  type: openapi
workflows:
- workflowId: deploy-workspace
  summary: Create a workspace and deploy it through the CI pipeline.
  inputs:
    type: object
    properties:
      teamId: {type: integer}
      workspaceId: {type: integer}
  steps:
  - stepId: createWorkspace
    operationId: workspaces-createWorkspace
    requestBody:
      contentType: application/json
      payload:
        teamId: $inputs.teamId
    outputs:
      workspaceId: $response.body#/id
  - stepId: prepare
    operationId: workspaces-startPipelineStage
    parameters:
    - name: workspaceId
      in: path
      value: $steps.createWorkspace.outputs.workspaceId
    - name: stage
      in: path
      value: prepare
  - stepId: pipelineStatus
    operationId: workspaces-pipelineStatus
    parameters:
    - name: workspaceId
      in: path
      value: $steps.createWorkspace.outputs.workspaceId
    - name: stage
      in: path
      value: prepare
  - stepId: run
    operationId: workspaces-startPipelineStage
    parameters:
    - name: workspaceId
      in: path
      value: $steps.createWorkspace.outputs.workspaceId
    - name: stage
      in: path
      value: run
  - stepId: status
    operationId: workspaces-getWorkspaceStatus
    parameters:
    - name: workspaceId
      in: path
      value: $steps.createWorkspace.outputs.workspaceId

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/codesphere-deploy-workspace"
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 email required.

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