v2
latestOpenAPI 3.1.02026-08-07139158192.4 KBProvider
One-command node onboarding installer (auth = org API key bearer, OR a pre-minted provisioning token via ?token=)
Returns a self-contained shell installer (curl | sudo bash). With a bearer org API key it mints a fresh single-use provisioning token; with ?token=vtk_… (e.g. minted from the dashboard) it self-auths and embeds that token instead. name only applies when minting (the token already carries it). Nodes always enroll as QEMU VM hosts in the community pool.
get/v1/provider/bootstrap
Query parameters
tokenstring
Pre-minted provisioning token (vtk_…); replaces bearer auth
gpustring
Truthy → run the GPU passthrough (IOMMU + vfio-pci) setup. Safe on CPU-only hosts (self-skips when no GPU is present).
namestring
Token label; mint path only
Response
The installer script (contains a secret provisioning token — never cached)