Dedalus Labs · Arazzo Workflow

Create a Dedalus Machine, run a command, and sleep it

Version 1.0.0

Provision a persistent Linux VM, execute a command, read the output, then sleep it to pause billing.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyArtificial IntelligenceAgentsMCPLLMInferenceGatewayComputeSandboxDeveloper ToolsArazzoWorkflows

Provider

dedaluslabs

Workflows

machineRunAndSleep
Create a machine, run a shell command, fetch output, and sleep the machine.
4 steps inputs: command outputs: machineId
1
createMachine
2
createExecution
4
sleepMachine

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Create a Dedalus Machine, run a command, and sleep it
  version: 1.0.0
  summary: Provision a persistent Linux VM, execute a command, read the output, then sleep it to pause billing.
sourceDescriptions:
- name: machineLifecycleApi
  url: ../openapi/dedaluslabs-machine-lifecycle-api-openapi.yml
  type: openapi
workflows:
- workflowId: machineRunAndSleep
  summary: Create a machine, run a shell command, fetch output, and sleep the machine.
  inputs:
    type: object
    properties:
      command:
        type: string
        description: Shell command to run on the machine.
  steps:
  - stepId: createMachine
    operationId: createMachine
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      machineId: $response.body#/id
  - stepId: createExecution
    operationId: createMachineExecution
    parameters:
    - name: machine_id
      in: path
      value: $steps.createMachine.outputs.machineId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      executionId: $response.body#/id
  - stepId: getOutput
    operationId: getMachineExecutionOutput
    parameters:
    - name: machine_id
      in: path
      value: $steps.createMachine.outputs.machineId
    - name: execution_id
      in: path
      value: $steps.createExecution.outputs.executionId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: sleepMachine
    operationId: sleepMachine
    parameters:
    - name: machine_id
      in: path
      value: $steps.createMachine.outputs.machineId
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    machineId: $steps.createMachine.outputs.machineId

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/dedaluslabs-machine-run-and-sleep"
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.