---
title: "Bootstrap"
method: POST
path: "/api/luria/bootstrap"
tags: ["luria"]
---

# Bootstrap

`POST /api/luria/bootstrap`

Sandbox-side: exchange the single-use claim token for the token pair
luria-core's cloud_login.json expects. Mirrors /api/auth/cli-poll's
approved response so the core's existing plumbing works unchanged; the
user token is short-TTL (sandbox lifetime is bounded by credits anyway).

Unauthenticated by design — the claim token IS the credential. Atomic
single-use: the UPDATE both consumes the hash and flips the lease to
`ready`, so a replayed token finds no row.

## Request body

- BootstrapIn
  - `claim_token` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
