---
title: "Claim a provisional workspace"
method: POST
path: "/v1/bootstrap/claims/accept"
tags: ["Bootstrap"]
---

# Claim a provisional workspace

`POST /v1/bootstrap/claims/accept`

Lets a signed-in human claim ownership or membership of a provisional agent-created workspace.

## Request body

- object
  - `token` string, required

## Response `200`

Workspace claim accepted.

- object
  - `ok` true, required
  - `organization` object, required
    - `id` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `name` string, required
    - `slug` string, required
    - `role` string, required

## Other responses

- `400` — The claim request body was invalid.
- `401` — The caller must be signed in to claim a workspace.
- `403` — The caller cannot accept this claim.
- `404` — The claim token was missing, expired, or already used.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
