{
  "format": "9192_pricebook_pointer_v1",
  "active_price_book": "competitive_v6",
  "price_version": "9192C_REF_USD_WORK_V6",
  "quote_terms_version": 5,
  "unit_scale": "100000000_internal_units_per_9192C",
  "reference_value_usd_per_9192C": "1.00",
  "9192C_policy": "internal_quote_reference_not_parity_not_backed_not_redeemable_not_yield",
  "pricing_dimensions": {
    "bits": "coefficient_times_sqrt_bits_over_256",
    "data": "units_per_KiB",
    "time": "units_per_ms",
    "priority": "standard_1x_priority_2x_critical_4x"
  },
  "examples": [
    {
      "service": "GET_PULSE",
      "bits": 65536,
      "input_bytes": 0,
      "estimated_ms": 0,
      "priority_class": "standard",
      "quote_units": 10000,
      "usd_estimate": "0.00010000"
    },
    {
      "service": "BVM_EXEC",
      "bits": 2097152,
      "input_bytes": 1048576,
      "estimated_ms": 20,
      "priority_class": "standard",
      "quote_units": 628309,
      "usd_estimate": "0.00628309"
    }
  ],
  "freemium_policy": {
    "positioning": "open_protocol_paid_execution",
    "summary": "Free to discover. Free to quote. Free to verify. Free to integrate. Paid to execute at scale.",
    "free_discovery": true,
    "free_receipt_verification": true,
    "quote_generation": "free_limited",
    "sandbox_available": true,
    "anonymous_sandbox": true,
    "anonymous_execution": false,
    "paid_execution_required": true,
    "execution_requires_balance": true,
    "commercial_tiers": "planned",
    "legal_policy_9192C": "9192C is an internal accounting and pricing reference unit. It is not a token, currency, stablecoin, security, stored value, investment product, or redeemable asset."
  },
  "quote_generation": "free_limited",
  "execution_requires_balance": true,
  "anonymous_sandbox": true,
  "anonymous_execution": false,
  "sandbox_limits": {
    "max_bits": 65536,
    "max_output_bytes": 8192,
    "max_input_bytes": 4096,
    "ttl_seconds": 300
  },
  "free_public_surfaces": [
    "discovery",
    "openapi",
    "mcp_metadata",
    "pricebook",
    "quotes_limited",
    "receipt_verification",
    "client_kit"
  ],
  "paid_surfaces": [
    "real_execution",
    "priority",
    "high_volume",
    "commercial_operation"
  ],
  "sandbox_available": true,
  "free_discovery": true,
  "free_receipt_verification": true,
  "paid_execution_required": true,
  "commercial_tiers": "planned",
  "public_site_pages": {
    "home": "https://nineoneninetwo.com.br/",
    "docs": "https://nineoneninetwo.com.br/docs",
    "protocol": "https://nineoneninetwo.com.br/protocol",
    "for_agents": "https://nineoneninetwo.com.br/for-agents",
    "pricing": "https://nineoneninetwo.com.br/pricing",
    "status": "https://nineoneninetwo.com.br/status",
    "trust": "https://nineoneninetwo.com.br/trust",
    "openapi": "https://nineoneninetwo.com.br/openapi.json",
    "llms": "https://nineoneninetwo.com.br/llms.txt",
    "sitemap": "https://nineoneninetwo.com.br/sitemap.xml",
    "robots": "https://nineoneninetwo.com.br/robots.txt"
  },
  "manifest_file_sha256": "eb51bb07a250465cb2355075ba13a28962a9e728d6f15715a5cce827034cd9ab",
  "manifest_hash_policy": "sha256_of_9192_public_manifest_json_file_bytes_published_in_dns_txt",
  "discovery_version": "1.0.5",
  "public_client_kit_version": "v1.0.5",
  "capabilities": [
    "HELLO",
    "CAPS",
    "BALANCE",
    "QUOTE",
    "ACCEPT_QUOTE",
    "GET_PULSE",
    "MAKE_BCT",
    "VERIFY_BCT",
    "VERIFY_RESULT",
    "ATTEST_EVENT",
    "SUBMIT_ID",
    "BVM_EXEC",
    "SEALED_MESSAGE",
    "TIMESTAMP_PROOF",
    "MACHINE_EVENT_LOG",
    "GET_RECEIPT",
    "VERIFY_RECEIPT",
    "FUND_ACCOUNT",
    "INVOICE_STATUS",
    "SETTLE_INVOICE",
    "RECOVER_RUNTIME"
  ],
  "capability_count": 21,
  "capability_matrix": [
    {
      "command": "HELLO",
      "group": "Discovery",
      "access": "public",
      "http": "GET /api/v1/hello",
      "http_available": true,
      "cli": "hello",
      "cli_available": true,
      "purpose": "Protocol greeting and public edge proof."
    },
    {
      "command": "CAPS",
      "group": "Discovery",
      "access": "public",
      "http": "GET /api/v1/caps",
      "http_available": true,
      "cli": "caps",
      "cli_available": true,
      "purpose": "Machine-readable capability advertisement."
    },
    {
      "command": "BALANCE",
      "group": "Finance",
      "access": "auth",
      "http": "POST /api/v1/balance",
      "http_available": true,
      "cli": "balance",
      "cli_available": true,
      "purpose": "Authenticated account balance view."
    },
    {
      "command": "QUOTE",
      "group": "Finance",
      "access": "public",
      "http": "POST /api/v1/quotes/*",
      "http_available": true,
      "cli": "quote-*",
      "cli_available": true,
      "purpose": "Price and reservation preview before execution."
    },
    {
      "command": "ACCEPT_QUOTE",
      "group": "Finance",
      "access": "auth",
      "http": "POST /api/v1/quotes/{quote_id}/accept",
      "http_available": true,
      "cli": "accept-quote",
      "cli_available": true,
      "purpose": "Accept an issued quote after funding."
    },
    {
      "command": "GET_PULSE",
      "group": "Execution",
      "access": "paid",
      "http": "POST /api/v1/executions/get-pulse",
      "http_available": true,
      "cli": "get-pulse",
      "cli_available": true,
      "purpose": "Baseline proof workload."
    },
    {
      "command": "MAKE_BCT",
      "group": "Execution",
      "access": "paid",
      "http": "POST /api/v1/executions/make-bct",
      "http_available": true,
      "cli": "make-bct",
      "cli_available": true,
      "purpose": "Create a sealed BCT packet."
    },
    {
      "command": "VERIFY_BCT",
      "group": "Execution",
      "access": "paid",
      "http": "POST /api/v1/executions/verify-bct",
      "http_available": true,
      "cli": "verify-bct",
      "cli_available": true,
      "purpose": "Verify and open a BCT packet."
    },
    {
      "command": "VERIFY_RESULT",
      "group": "Proof",
      "access": "paid",
      "http": "POST /api/v1/executions/verify-result",
      "http_available": true,
      "cli": "verify-result",
      "cli_available": true,
      "purpose": "Verify an execution result tag."
    },
    {
      "command": "ATTEST_EVENT",
      "group": "Proof",
      "access": "paid",
      "http": "POST /api/v1/executions/attest-event",
      "http_available": true,
      "cli": "attest-event",
      "cli_available": true,
      "purpose": "Create event attestation fields."
    },
    {
      "command": "SUBMIT_ID",
      "group": "Identity",
      "access": "paid",
      "http": "POST /api/v1/executions/submit-id",
      "http_available": true,
      "cli": "submit-id",
      "cli_available": true,
      "purpose": "Execute the ID service."
    },
    {
      "command": "BVM_EXEC",
      "group": "Execution",
      "access": "paid",
      "http": "POST /api/v1/executions/bvm-exec",
      "http_available": true,
      "cli": "bvm-exec",
      "cli_available": true,
      "purpose": "Run bounded BVM bytecode."
    },
    {
      "command": "SEALED_MESSAGE",
      "group": "Execution",
      "access": "paid",
      "http": "POST /api/v1/executions/sealed-message",
      "http_available": true,
      "cli": "sealed-message",
      "cli_available": true,
      "purpose": "Seal message payloads."
    },
    {
      "command": "TIMESTAMP_PROOF",
      "group": "Proof",
      "access": "paid",
      "http": "POST /api/v1/executions/timestamp-proof",
      "http_available": true,
      "cli": "timestamp-proof",
      "cli_available": true,
      "purpose": "Issue timestamp proof metadata."
    },
    {
      "command": "MACHINE_EVENT_LOG",
      "group": "Proof",
      "access": "paid",
      "http": "POST /api/v1/executions/machine-event-log",
      "http_available": true,
      "cli": "machine-event-log",
      "cli_available": true,
      "purpose": "Commit machine event log summaries."
    },
    {
      "command": "GET_RECEIPT",
      "group": "Receipt",
      "access": "reserved",
      "http": "not public",
      "http_available": false,
      "cli": "get-receipt",
      "cli_available": true,
      "purpose": "Reserved receipt fetch command; public HTTP receipt fetch is not exposed."
    },
    {
      "command": "VERIFY_RECEIPT",
      "group": "Receipt",
      "access": "public",
      "http": "POST /api/v1/receipts/verify",
      "http_available": true,
      "cli": "verify-receipt",
      "cli_available": true,
      "purpose": "Verify receipt material for free."
    },
    {
      "command": "FUND_ACCOUNT",
      "group": "Finance",
      "access": "auth",
      "http": "POST /api/v1/invoices",
      "http_available": true,
      "cli": "fund-account",
      "cli_available": true,
      "purpose": "Create account funding invoice."
    },
    {
      "command": "INVOICE_STATUS",
      "group": "Finance",
      "access": "auth",
      "http": "GET /api/v1/invoices/{invoice_id}",
      "http_available": true,
      "cli": "invoice-status",
      "cli_available": true,
      "purpose": "Check invoice settlement state."
    },
    {
      "command": "SETTLE_INVOICE",
      "group": "Admin",
      "access": "admin",
      "http": "not public",
      "http_available": false,
      "cli": "settle-invoice",
      "cli_available": false,
      "purpose": "Administrative settlement command; not exposed on public HTTP or public CLI."
    },
    {
      "command": "RECOVER_RUNTIME",
      "group": "Admin",
      "access": "admin",
      "http": "not public",
      "http_available": false,
      "cli": "recover-runtime",
      "cli_available": false,
      "purpose": "Administrative runtime recovery command; not exposed on public HTTP or public CLI."
    }
  ]
}
