{
  "format": "delx/intent-card/v1",
  "id": "seeded-random-bytes-hex-api",
  "intent": "Seeded Random Bytes Hex for an agent workflow",
  "title": "Seeded Random Bytes Hex API for agents",
  "description": "Seeded Random Bytes Hex: Seeded Random Bytes Hex returns reproducible non-cryptographic bytes encoded as hex from bounded caller-supplied values without an external provider. Call Seeded Random Bytes Hex when an agent needs a reproducible decision that another run can independently replay. Returns the deterministic selection plus seed provenance, population bounds, and the operation-specific outcome for Seeded Random Bytes Hex as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Uses Python pseudorandomness for reproducibility, not cryptography, lotteries with value, security tokens, gambling, or custody. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "Seeded Random Bytes Hex API",
    "Seeded Random Bytes Hex for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/seeded-random-bytes-hex-api",
  "machine_url": "https://commerce.delx.ai/intents/seeded-random-bytes-hex-api.json",
  "recommendation": {
    "tool_name": "util_seeded_random_bytes_hex",
    "service_name": "Seeded Random Bytes Hex",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/seeded-random-bytes-hex",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "byte_count": {
          "type": "integer",
          "description": "Byte Count supplied to Seeded Random Bytes Hex; used only for this bounded calculation and processed in memory without retention."
        },
        "seed": {
          "type": "string",
          "maxLength": 8192,
          "description": "Seed supplied to Seeded Random Bytes Hex; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "byte_count",
        "seed"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "byte_count": 16,
      "seed": "bytes-4"
    },
    "example_output": {
      "schema": "delx/util-seeded-random-bytes-hex/v1",
      "operation": "seeded_decision:seeded_random_bytes_hex",
      "status": "pass",
      "result": {
        "hex": "3453b588df76660a7f2f43b352d4aa07",
        "byte_count": 16,
        "cryptographic": false
      },
      "evidence": {
        "input_sha256": "1e3b9279f92425f828e6fdd3e438f00a5b856edba6d54ba0faef18c330d43845",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/seeded-random-bytes-hex -m POST -H 'x-delx-source: intent-card-seeded-random-bytes-hex-api' --max-amount 0.001 -b '{\"byte_count\":16,\"seed\":\"bytes-4\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-seeded-random-bytes-hex-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/seeded-random-bytes-hex"
  }
}
