Flow Container Control

Use the existing server APIs from one page. Create a runner, list managed containers, and destroy a container without leaving the browser.

Create

Launch a managed runner container with the same payload accepted by POST /containers. The API key is required on every create request.

List

Fetch the current managed container list from GET /containers and refresh the table below.

Destroy

Stop and remove a managed runner with POST /containers/:id/stop using { "remove": true }.

Containers

Loading current state...

ID Name Room State Created Action

Response

Waiting for an API call.

No response yet.