Nukez

§ docs · http

HTTP API.

any language

§ reference

Every endpoint. Every parameter.

A minimal, typed reference. Full OpenAPI spec is at /openapi.json.

MethodPathDescription
POST/v1/locker/createProvision a new locker on a named provider.
GET/v1/locker/:idLocker metadata · owner · provider · TTL · durability.
POST/v1/storage/putStore bytes. Returns receipt + SHA + merkle root.
GET/v1/storage/getRetrieve bytes by receipt id. Streamable.
GET/v1/storage/verification-bundleMerkle proof + signature + Solana slot.
POST/v1/attest/pushForce-push an attestation to Switchboard (agent only).
GET/v1/attest/latestLatest published attestation for health checks.
POST/v1/locker/rotateRotate the signing pubkey bound to a locker.
POST/v1/locker/rebindRebind a locker to a different provider without migration.

Envelope signature is supplied via the Authorization: Nukez-Envelope <algo> header where <algo> is either ed25519 or secp256k1. Both are first-class; the gateway does not prefer one.