{
  "schema_version": "v1",
  "name_for_human": "Nukez",
  "name_for_model": "nukez",
  "description_for_human": "Pay-per-use persistent storage with verifiable receipts (x402) and signed URLs. Multi-chain payments (Solana and EVM/Monad).",
  "description_for_model": "Nukez is an HTTP-first storage service. Payment flow: POST /v1/storage/request (may return HTTP 402 with payment instructions, accepts optional pay_network and pay_asset for multi-chain selection) -> pay on Solana or EVM -> POST /v1/storage/confirm (X402-TX header, accepts both Solana signatures and EVM tx hashes) -> receipt_id. Provision: POST /v1/storage/signed_provision (signed envelope headers) -> locker_id and file_api. File ops: POST/GET/DELETE /v1/lockers/{locker_id}/files... return signed upload/download URLs; bytes transfer via HTTP PUT/GET to signed URLs. Auth: some endpoints are public; privileged endpoints require signed-envelope headers (X-Nukez-Envelope + X-Nukez-Signature). See /.well-known/nukez.json for full discovery.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://docs.nukez.xyz/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://api.nukez.xyz/static/logo.png",
  "contact_email": "support@nukez.xyz",
  "legal_info_url": "https://api.nukez.xyz/legal"
}
