Skip to main content
POST
Claim or renew a fenced maker lease

Authorizations

X-Monaco-Signature
string
header
required

Ed25519 session-key request signing. Every authenticated request carries three headers: X-Monaco-PublicKey (64-char lowercase-hex session public key), X-Monaco-Timestamp (Unix milliseconds, within 30s of server time), and X-Monaco-Signature (hex ed25519 signature). The signature is over METHOD\npath?query\ntimestamp_ms\nSHA256_hex(body), where the body hash is the SHA-256 of the empty byte string when there is no body. Obtain the session keypair from POST /api/v1/auth/challenge followed by POST /api/v1/auth/verify.

Path Parameters

launchId
string
required

Body

application/json
launchId
string | null
ownerId
string | null
expectedGeneration
string | null

Required when renewing an unexpired lease. Decimal string in JSON.

Response

OK

launchId
string | null
ownerId
string | null
generation
string | null

All uint64 fences are decimal strings in JSON to preserve exact values.

quoteRevision
string | null
expiresAt
string | null
refreshIntervalMs
integer<uint32> | null
phase
string | null