Drives
Claim Drive
Claim an unclaimed drive and attach it to your account.
POST
When an agent provisions a drive, the response includes a
claim_url. The human visits that URL, logs in, and the drive attaches to their account. This endpoint handles the API side of that flow.
Request Body
string
required
The claim token from the claim URL (the
clm_... part).Notes
- Requires authentication (dashboard session key)
- Claim tokens are one-time use
- Expired tokens return
410 Gone - After claiming, the drive’s
expires_atis cleared and a slug is activated
