Nukez

§ docs · nukezagent

Nukez Agent

$500 / mo flatzero keys heldProduct page · /nukezagent →

Hosted Agent

Your storage specialist. Zero protocol overhead.

A managed, per-developer storage agent that handles the full Nukez protocol on your behalf. You send natural language. It handles envelope construction, upload, hash confirmation, merkle tree computation, Switchboard oracle push — and returns the receipt.

The endpoint

POST /v1/delegate
Content-Type: application/json

{
  "intent": "Store this file and verify it.",
  "payload": "base64..."
}

# Response includes the receipt, the verification bundle, and the
# natural-language narration of what the agent did.

Architecture

Router

Sonnet

Intent classification in ~1 second. Stateless. Chooses the right tool-chain per intent.

Runtime

Monty (Python)

Deterministic execution. Pulls from Redis. No LLM on the hot path — it's just typed Python.

Supervisor

Opus

Conversation history. Non-blocking. Summarizes sessions into reusable context chunks.

Why zero keys held

The hosted service never holds a customer signing key. See the signing bridge page for the architecture — envelopes are constructed by the agent but signed by the customer's hardware / passkey / wallet client.