Skip to main content
POST
Execute Command

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

Query Parameters

cmd
string
required

Command to execute (can be repeated for command + args)

path
string

Explicit path to executable (defaults to first cmd value or bash)

stdin
boolean

Enable stdin from request body (default: false)

env
string

Environment variables in KEY=VALUE format (can be repeated)

dir
string

Working directory for the command

Body

application/octet-stream

Raw bytes forwarded to stdin when stdin=true. Empty or omitted when stdin is disabled.

The body is of type file.

Response

Success