Skip to main content
POST
Create order draft worker bootstrap

Authorizations

Authorization
string
header
required

workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens

Path Parameters

id
string
required

Order draft ID

Required string length: 1 - 55
Example:

"odft_j572abc..."

Body

application/json
ttl_seconds
integer
Required range: 60 <= x <= 86400

Response

Worker bootstrap data

token
string
required

Short-lived worker join token (one-time view).

expires_at
integer
required

Token expiry time (unix seconds).

Required range: x >= 0
command
string
required

Bash bootstrap command with the token already substituted, ready to run on a worker node.

cloud_init
string
required

Cloud-init YAML with the token already substituted, ready to use as worker-node user-data.

artifacts
object

Platform-specific bootstrap artifacts with tokens already substituted. Populated only on create responses.