Signadot · Arazzo Workflow

Create and inspect a Signadot sandbox

Version 1.0.0

Create a sandbox, poll it until ready to read its preview endpoints, then delete it.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyDeveloper ToolsKubernetesTestingEphemeral EnvironmentsMicroservicesPreview EnvironmentsAgentic DevelopmentContinuous IntegrationDeveloper ExperienceArazzoWorkflows

Provider

signadot

Workflows

create-and-inspect-sandbox
Create a sandbox, retrieve it, and delete it.
3 steps inputs: orgName, sandboxName, sandboxSpec outputs: endpoints
1
create-sandbox
2
get-sandbox
3
delete-sandbox

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Create and inspect a Signadot sandbox
  version: 1.0.0
  summary: Create a sandbox, poll it until ready to read its preview endpoints, then delete it.
sourceDescriptions:
- name: sandboxesApi
  url: ../openapi/signadot-sandboxes-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-and-inspect-sandbox
  summary: Create a sandbox, retrieve it, and delete it.
  inputs:
    type: object
    properties:
      orgName:
        type: string
      sandboxName:
        type: string
      sandboxSpec:
        type: object
    required: [orgName, sandboxName, sandboxSpec]
  steps:
  - stepId: create-sandbox
    operationId: apply-sandbox
    parameters:
    - name: orgName
      in: path
      value: $inputs.orgName
    - name: sandboxName
      in: path
      value: $inputs.sandboxName
    requestBody:
      contentType: application/json
      payload: $inputs.sandboxSpec
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      name: $response.body#/name
  - stepId: get-sandbox
    operationId: get-sandbox
    parameters:
    - name: orgName
      in: path
      value: $inputs.orgName
    - name: sandboxName
      in: path
      value: $steps.create-sandbox.outputs.name
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      endpoints: $response.body#/endpoints
  - stepId: delete-sandbox
    operationId: delete-sandbox
    parameters:
    - name: orgName
      in: path
      value: $inputs.orgName
    - name: sandboxName
      in: path
      value: $inputs.sandboxName
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    endpoints: $steps.get-sandbox.outputs.endpoints

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/signadot-create-and-inspect-sandbox"
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.