---
title: "Manage agent runtime actions"
method: POST
path: "/api/agent-runtimes"
tags: ["Agents"]
---

# Manage agent runtime actions

`POST /api/agent-runtimes`

## Request body

- object
  - `action` 'install' | 'job-status' | 'docker-compose' | 'detect'
  - `runtime` 'openclaw' | 'hermes' | 'claude' | 'codex' | 'opencode'
  - `mode` 'local' | 'docker'
  - `jobId` string

## Response `200`

Runtime action response

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
