§ docs · http
HTTP API.
any language
§ reference
Every endpoint. Every parameter.
A minimal, typed reference. Full OpenAPI spec is at /openapi.json.
~1,380 tok/opContext comparison →
| Method | Path | Description |
|---|---|---|
| POST | /v1/locker/create | Provision a new locker on a named provider. |
| GET | /v1/locker/:id | Locker metadata · owner · provider · TTL · durability. |
| POST | /v1/storage/put | Store bytes. Returns receipt + SHA + merkle root. |
| GET | /v1/storage/get | Retrieve bytes by receipt id. Streamable. |
| GET | /v1/storage/verification-bundle | Merkle proof + signature + Solana slot. |
| POST | /v1/attest/push | Force-push an attestation to Switchboard (agent only). |
| GET | /v1/attest/latest | Latest published attestation for health checks. |
| POST | /v1/locker/rotate | Rotate the signing pubkey bound to a locker. |
| POST | /v1/locker/rebind | Rebind 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.
