How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dedalus Labs Machine Lifecycle API

The Machine Lifecycle API from Dedalus Labs — 18 operation(s) for machine lifecycle.

Dedalus Labs Machine Lifecycle API is one of 16 APIs that Dedalus Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Machine Lifecycle. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 30 operations across 18 paths, and defines 28 schemas. It is described by OpenAPI 3.1.0, at version 0.0.1.

Requests are made against a single base URL, https://api.dedaluslabs.ai.

30 operations 18 paths 28 schemas 6 DELETE16 GET1 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1
Base URL
https://api.dedaluslabs.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Dedalus Labs Machine Lifecycle API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer).

Paths & Operations 30

Across 18 paths, the API surfaces 30 operations — 6 DELETE, 16 GET, 1 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

Machine Lifecycle 30
GET
/v1/machines
List machines
listMachines 3 params → 200401403429503default
POST
/v1/machines
Create machine
createMachine 2 params body → 200202401403409429503default
DELETE
/v1/machines/{machine_id}
Destroy machine
deleteMachine 4 params → 200202401403409429503default
GET
/v1/machines/{machine_id}
Get machine
getMachine 2 params → 200401403429503default
PATCH
/v1/machines/{machine_id}
Update machine
patchMachine 4 params body → 200202401403409429503default
GET
/v1/machines/{machine_id}/artifacts
List artifacts
listMachineArtifacts 4 params → 200401403429503default
DELETE
/v1/machines/{machine_id}/artifacts/{artifact_id}
Delete artifact
deleteMachineArtifact 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/artifacts/{artifact_id}
Get artifact
getMachineArtifact 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/executions
List executions
listMachineExecutions 4 params → 200401403429503default
POST
/v1/machines/{machine_id}/executions
Create execution
createMachineExecution 3 params body → 200401403409429503default
DELETE
/v1/machines/{machine_id}/executions/{execution_id}
Delete execution
deleteMachineExecution 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/executions/{execution_id}
Get execution
getMachineExecution 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/executions/{execution_id}/events
List execution events
listMachineExecutionEvents 5 params → 200401403429503default
GET
/v1/machines/{machine_id}/executions/{execution_id}/output
Get execution output
getMachineExecutionOutput 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/previews
List previews
listMachinePreviews 4 params → 200401403429503default
POST
/v1/machines/{machine_id}/previews
Create preview
createMachinePreview 3 params body → 200401403409429503default
DELETE
/v1/machines/{machine_id}/previews/{preview_id}
Delete preview
deleteMachinePreview 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/previews/{preview_id}
Get preview
getMachinePreview 3 params → 200401403429503default
POST
/v1/machines/{machine_id}/sleep
Sleep a running machine
sleepMachine 4 params → 200202401403409429503default
GET
/v1/machines/{machine_id}/ssh
List SSH sessions
listMachineSSHSessions 4 params → 200401403429503default
POST
/v1/machines/{machine_id}/ssh
Create SSH session
createMachineSSHSession 3 params body → 200401403409429503default
DELETE
/v1/machines/{machine_id}/ssh/{session_id}
Delete SSH session
deleteMachineSSHSession 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/ssh/{session_id}
Get SSH session
getMachineSSHSession 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/status/stream
Watch machine lifecycle status
watchMachineStatus 3 params → 200401403
GET
/v1/machines/{machine_id}/terminals
List terminals
listMachineTerminals 4 params → 200401403429503default
POST
/v1/machines/{machine_id}/terminals
Create terminal
createMachineTerminal 3 params body → 200401403409429503default
DELETE
/v1/machines/{machine_id}/terminals/{terminal_id}
Delete terminal
deleteMachineTerminal 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/terminals/{terminal_id}
Get terminal
getMachineTerminal 3 params → 200401403429503default
GET
/v1/machines/{machine_id}/terminals/{terminal_id}/stream
Connect to terminal WebSocket stream
connectMachineTerminal 3 params → 101401403409429503
POST
/v1/machines/{machine_id}/wake
Wake a sleeping machine
wakeMachine 4 params → 200202401403409429503default

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are ExecutionResponse (20 properties), PreviewResponse (13 properties), TerminalResponse (13 properties), ArtifactResponse (10 properties). Each schema is shown below with its type and property counts.

SSHConnection
object
5 properties 3 required
PreviewListResponse
object
2 properties 1 required
ExecutionEventsResponse
object
2 properties 1 required
SSHHostTrust
object
3 properties 3 required
MachineListResponse
object
2 properties 1 required
LifecycleStatus
object
7 properties 6 required
CreateSSHSessionRequest
object
1 property 1 required
ExecutionOutputResponse
object
7 properties 1 required
ArtifactResponse
object
10 properties 5 required
TerminalResponse
object
13 properties 6 required
ArtifactRef
object
2 properties 2 required
ExecutionResponse
object
20 properties 5 required
TerminalListResponse
object
2 properties 1 required
PreviewResponse
object
13 properties 6 required
ExecutionEvent
object
9 properties 3 required
ErrorDetail
object
3 properties
SSHSessionListResponse
object
2 properties 1 required
SSHSessionResponse
object
10 properties 4 required
UpdateMachineRequest
object
3 properties
ExecutionListResponse
object
2 properties 1 required
MachineListItem
object
7 properties 7 required
CreatePreviewRequest
object
3 properties 1 required
ErrorModel
object
6 properties
CreateTerminalRequest
object
5 properties 2 required
CreateExecutionRequest
object
5 properties 1 required
CreateMachineRequest
object
3 properties 3 required
LifecycleResponse
object
6 properties 6 required
ArtifactListResponse
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dedaluslabs-machine-lifecycle-api-openapi.yml Raw ↑

Other APIs Dedalus Labs publishes across the network.

Dedalus Labs Audio API
Dedalus Labs Chat API
Dedalus Labs Dedalus API API
Dedalus Labs Health API
Dedalus Labs Images API
Dedalus Labs Machine Artifacts API
Dedalus Labs Machine Executions API
Dedalus Labs Machine Previews API
Dedalus Labs Machine SSH API
Dedalus Labs Machine Terminals API
Dedalus Labs Marketplace API
Dedalus Labs OCR API
Where this information came from

This is an independent, third-party profile of Dedalus Labs Machine Lifecycle API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.