{
  "ok": true,
  "data": {
    "integrations": [
      {
        "id": "dictionary",
        "name": "PlatPhorm Dictionary",
        "url": "https://dictionary.platphormnews.com",
        "purpose": "Public terminology, definitions, provenance lookup, search, datasets, term graph, and MCP discovery.",
        "publicReads": [
          "Approved public terms",
          "Dictionary search",
          "OpenAPI and llms discovery",
          "Term graph and provenance lookup",
          "Read-only MCP introspection"
        ],
        "protectedBoundary": "Moderation, import, admin, private submissions, audit logs, protected reports, model-assisted moderation, registry mutation, and destructive actions require PLATPHORM_API_KEY when enforcement is enabled.",
        "handoffActions": [
          {
            "label": "Open Dictionary",
            "href": "https://dictionary.platphormnews.com",
            "description": "Browse the public dictionary surface."
          },
          {
            "label": "Search terms",
            "href": "https://dictionary.platphormnews.com/api/v1/search?q=retrieval&limit=5",
            "description": "Use the public search API for vocabulary checks."
          },
          {
            "label": "Review trust policy",
            "href": "https://dictionary.platphormnews.com/.well-known/trust.json",
            "description": "Inspect the public/protected boundary before handoff."
          }
        ],
        "notebookUse": "This notebook links concepts to Dictionary as concept receipts and glossary anchors; it does not publish definitions on the user's behalf."
      },
      {
        "id": "notes",
        "name": "PlatPhorm Notes",
        "url": "https://notes.platphormnews.com",
        "purpose": "Public learning notepad for note enrichment, terminology detection, Dictionary lookup, and human-approved definition staging.",
        "publicReads": [
          "App shell and discovery files",
          "Public templates",
          "Term detection previews",
          "Note analysis previews",
          "Workflow templates and integration status"
        ],
        "protectedBoundary": "No visitor key entry. Backend calls to Dictionary, Docs, OpenContent, Sheets, Phorm, SVG, and other PlatPhorm services require PLATPHORM_API_KEY server-side.",
        "handoffActions": [
          {
            "label": "Open Notes",
            "href": "https://notes.platphormnews.com",
            "description": "Capture observations and terminology questions."
          },
          {
            "label": "Read Notes index",
            "href": "https://notes.platphormnews.com/llms-index.json",
            "description": "Inspect public templates, workflows, and tools."
          },
          {
            "label": "Review trust policy",
            "href": "https://notes.platphormnews.com/.well-known/trust.json",
            "description": "Confirm public reads and protected backend boundaries."
          }
        ],
        "notebookUse": "This notebook gives readers prompts and observation formats to use in Notes; it does not store note bodies or stage submissions directly."
      }
    ],
    "dictionaryTermBridges": [
      {
        "term": "retrieval relevance",
        "href": "https://dictionary.platphormnews.com/api/v1/search?q=retrieval%20relevance&limit=5",
        "entryIds": [
          "retrieval-relevance",
          "glossary-before-demo"
        ],
        "fieldUse": "Define retrieval and relevance before scoring chunks.",
        "notePrompt": "What retrieved chunk looked authoritative but did not answer the question?"
      },
      {
        "term": "receipt",
        "href": "https://dictionary.platphormnews.com/api/v1/search?q=receipt&limit=5",
        "entryIds": [
          "receipts",
          "dictionary-backed-verification"
        ],
        "fieldUse": "Treat a source, command, row, calculation, or assumption as a claim handle.",
        "notePrompt": "Which sentence in the answer needs a receipt before you would reuse it?"
      },
      {
        "term": "dry run",
        "href": "https://dictionary.platphormnews.com/api/v1/search?q=dry%20run&limit=5",
        "entryIds": [
          "tool-dry-run",
          "integration-contract-cards"
        ],
        "fieldUse": "Show the action plan before any tool mutates state.",
        "notePrompt": "What target ids, selectors, or rollback notes were missing from the tool preview?"
      },
      {
        "term": "abstention",
        "href": "https://dictionary.platphormnews.com/api/v1/search?q=abstention&limit=5",
        "entryIds": [
          "abstention-design",
          "confidence-buckets"
        ],
        "fieldUse": "Make unknown, partial, protected-required, and needs-review legitimate outcomes.",
        "notePrompt": "Where should the model have stopped instead of filling the answer?"
      },
      {
        "term": "prompt fixture",
        "href": "https://dictionary.platphormnews.com/api/v1/search?q=prompt%20fixture&limit=5",
        "entryIds": [
          "refusal-fixtures",
          "socratic-eval-prompts"
        ],
        "fieldUse": "Keep examples that should pass, refuse, redirect, or require more evidence.",
        "notePrompt": "Which prompt should become a fixture because it revealed a boundary?"
      },
      {
        "term": "provenance",
        "href": "https://dictionary.platphormnews.com/api/v1/search?q=provenance&limit=5",
        "entryIds": [
          "dictionary-provenance-check",
          "citation-triangulation"
        ],
        "fieldUse": "Ask where a term or fact came from before relying on it.",
        "notePrompt": "What source or scope would change how you teach this definition?"
      }
    ],
    "notesWorkflowBridges": [
      {
        "id": "observe-before-judging",
        "title": "Observe before judging",
        "notesWorkflow": "Readers capture what they saw, expected, think it means, and need defined.",
        "dictionaryHandoff": "Repeated undefined phrases become Dictionary candidate definitions after review.",
        "notebookEntries": [
          "notes-as-observation-log",
          "misconception-map"
        ],
        "fieldPrompt": "Write one observation from the demo that changed what you would inspect next."
      },
      {
        "id": "term-detection-review",
        "title": "Term detection review",
        "notesWorkflow": "Paste a short reflection and preview which technical terms need definitions.",
        "dictionaryHandoff": "Open Dictionary search for each high-confusion term before publishing a new definition.",
        "notebookEntries": [
          "term-first-fieldwork",
          "glossary-before-demo"
        ],
        "fieldPrompt": "Which term appeared with two different meanings?"
      },
      {
        "id": "definition-staging",
        "title": "Definition staging",
        "notesWorkflow": "A rough explanation is staged as a draft, not treated as approved.",
        "dictionaryHandoff": "Human review decides whether the draft becomes a public Dictionary term.",
        "notebookEntries": [
          "note-to-definition-pipeline",
          "human-approval-queue"
        ],
        "fieldPrompt": "What would you change before this definition becomes shared technical language?"
      },
      {
        "id": "self-quiz-recall",
        "title": "Self-quiz recall",
        "notesWorkflow": "Create recall, artifact, and transfer questions from the current entries.",
        "dictionaryHandoff": "Definitions become answer keys only after the concept scope is clear.",
        "notebookEntries": [
          "self-quiz-cards",
          "concept-ladder"
        ],
        "fieldPrompt": "What is the transfer question that proves you can use this idea elsewhere?"
      }
    ],
    "integrationAhaMoments": [
      "Dictionary stabilizes shared terminology; Notes captures repeated confusion; this notebook turns both into repeatable operating habits.",
      "A public-safe handoff is still useful when it is honest about what it cannot mutate.",
      "The best integration is not a button. It is a clear ownership boundary plus a next action."
    ],
    "policy": "Dictionary and Notes integrations are public-read handoffs from this site. Publishing, ingestion, moderation, workflow execution, and protected reporting remain PLATPHORM_API_KEY-gated on the owning service."
  }
}