bootload

🔌 API reference

Everything bootload does is a REST call with a scoped token — the CLI and portal are just clients. The full OpenAPI document is on its way; until then, the shape:

curl
$ curl https://api.bootload.io/v1/services \ -H "Authorization: Bearer blt_…" # tokens come from `bootload login` or the portal — scoped per # spec (deploy:write, logs:read, billing:read, …)

📦 surface

Organizations, projects, services & deployments, logs, metrics, volumes, backups, domains, secrets (write-only), registries, SMTP, wallet & ledger, app library. The machine-readable OpenAPI 3 document (/v1/openapi.json) ships with the public API launch and will render here.