Codesphere · Arazzo Workflow

Provision a Codesphere managed service

Version 1.0.0

Discover providers, create a managed service, and confirm it is running.

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

Provider

codesphere

Workflows

provision-managed-service
List providers, create a managed service, and poll its status.
3 steps inputs: plan, provider, teamId

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Provision a Codesphere managed service
  version: 1.0.0
  summary: Discover providers, create a managed service, and confirm it is running.
sourceDescriptions:
- name: managedServicesApi
  url: ../openapi/codesphere-managed-services-api-openapi.yml
  type: openapi
workflows:
- workflowId: provision-managed-service
  summary: List providers, create a managed service, and poll its status.
  inputs:
    type: object
    properties:
      teamId: {type: integer}
      provider: {type: string}
      plan: {type: string}
  steps:
  - stepId: listProviders
    operationId: managed-services-listProviders
  - stepId: create
    operationId: managed-services-create
    requestBody:
      contentType: application/json
      payload:
        team: $inputs.teamId
        provider: $inputs.provider
        plan: $inputs.plan
    outputs:
      serviceId: $response.body#/id
  - stepId: getDetails
    operationId: managed-services-getDetails
    parameters:
    - name: id
      in: path
      value: $steps.create.outputs.serviceId

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-provision-managed-service"
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.