Create order draft worker bootstrap
Creates a short-lived worker bootstrap token and renders command/cloud-init data for the cluster allocated to this order draft. Only valid while the draft is waiting for compute bootstrap.
Documentation Index
Fetch the complete documentation index at: https://akua-1dce587a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens
Headers
The etag of the resource version the client last read. Required on writes when the resource exposes an etag field. Mismatch returns 409 ABORTED with the current etag in the error metadata.
1 - 256"42"
Path Parameters
Order draft ID
1 - 55"odft_j572abc..."
Body
60 <= x <= 86400Response
Worker bootstrap data
Short-lived worker join token (one-time view).
Token expiry time (unix seconds).
x >= 0Bash bootstrap command with the token already substituted, ready to run on a worker node.
Cloud-init YAML with the token already substituted, ready to use as worker-node user-data.