{
  "schema": "noetfield.deterministic-api-catalog.v1.1",
  "product_id": "nf-deterministic-api",
  "product_name": "Deterministic API",
  "brand": "Noetfield",
  "independent_commercial_plane": true,
  "lock_doc": "NF_DETERMINISTIC_API_PRODUCT_AND_GTM_LOCKED_v1",
  "one_liner": "Drop-in OpenAI-compatible API. Cheaper. Guaranteed valid JSON and tool calls.",
  "not_sold": [
    "Motor",
    "Runways",
    "governance",
    "agent platform"
  ],
  "flagship": {
    "id": "chat-completions",
    "method": "POST",
    "path": "/v1/chat/completions",
    "compatibility": "OpenAI Chat Completions",
    "promise": "Valid JSON schemas and tool calls guaranteed; auto-repair before response leaves the API",
    "status": "flagship_live_signup"
  },
  "live": {
    "landing": "https://nf-deterministic-api.pages.dev/",
    "docs": "https://nf-deterministic-api.pages.dev/docs/",
    "adapt": "https://nf-deterministic-api.pages.dev/adapt/",
    "api_base": "https://nf-deterministic-api-v1-staging.sina-kazemnezhad-ca.workers.dev",
    "signup": "POST /v1/signup",
    "chat": "POST /v1/chat/completions",
    "balance": "GET /v1/balance",
    "models": "GET /v1/models",
    "starter_credit_usd": 100,
    "referral_credit_usd": 100
  },
  "backlog": [
    {
      "id": "extract",
      "path": "/v1/extract",
      "status": "backlog"
    },
    {
      "id": "webhooks",
      "path": "/v1/webhooks/*",
      "status": "backlog"
    }
  ],
  "drop_in": {
    "before": "https://api.openai.com/v1",
    "after_env": "API_BASE_URL + /v1",
    "sdk_note": "Keep OpenAI SDK. Change only base_url and API key."
  },
  "referral": {
    "credit_usd": 100,
    "both_sides": true,
    "kind": "api_credit_not_cash"
  },
  "buyers": [
    "SaaS CTO / VP Engineering with >$5k/mo LLM spend",
    "AI agency founders / builders",
    "AI FinOps leads"
  ],
  "acquisition": {
    "primary": "intent_ads",
    "loop": "intent ads \u2192 landing \u2192 API key \u2192 credits \u2192 refer (+$100) \u2192 top-up",
    "not": [
      "NVIDIA inbound fantasy",
      "governance theater as SKU",
      "brand awareness ads"
    ]
  },
  "sister_site_rules": {
    "source_of_truth": "This catalog + commercial Worker",
    "do": [
      "Link or embed this product plane for API sales",
      "Reuse product_id and flagship path exactly",
      "Pass caller_site when recording leads"
    ],
    "do_not": [
      "Invent a parallel OpenAI-proxy SKU with different promises",
      "Sell Motor / Runways / governance as the buyer SKU",
      "Fork recipe/product IDs"
    ],
    "caller_sites": [
      "deterministic-api-commercial",
      "noetfield.com",
      "trustfield.ca",
      "sourcea.app",
      "sourceb.app",
      "internal"
    ]
  },
  "endpoints": {
    "health": "/health",
    "product": "/v1/product",
    "leads": "POST /v1/leads",
    "adapt_playbook": "/adapt/",
    "catalog": "/catalog.json"
  }
}
