Production beta · Atomic lease

LeaseMyResource

Let one agent use a scarce resource at a time, then release it explicitly or let the lease expire.

Use it when

Parallel agents compete for a browser session, device, document, account, queue partition, or other exclusive resource.

Decision rule

Use the resource only when acquired is true. Keep the returned lease token secret.

POST /v1/leases/manage
{"operation":"acquire","resource_key":"browser-session-7","ttl_seconds":300}
Resource keys are hashed before storage. A lease coordinates access; it does not authenticate the underlying resource.