{
  "name": "Private Intent Broker",
  "mode": "agent_friendly_static_shell",
  "summary": "Static sponsor shell for Private Intent Broker with machine-readable discovery artifacts, explicit proof gaps, and a portable agent skill.",
  "capabilities": [
    "proof_story",
    "submission_readiness",
    "agent_friendly_contract",
    "portable_skill"
  ],
  "endpoints": [
    {
      "method": "GET",
      "path": "/agent-manifest.json",
      "purpose": "Read the deployed shell contract without depending on JavaScript."
    },
    {
      "method": "GET",
      "path": "/submission-readiness.json",
      "purpose": "Inspect current proof posture and remaining blockers."
    },
    {
      "method": "GET",
      "path": "/llms.txt",
      "purpose": "Read the concise LLM discovery guide."
    },
    {
      "method": "GET",
      "path": "/skills/private-intent-broker-ops.md",
      "purpose": "Load the portable agent skill for this project."
    },
    {
      "method": "GET",
      "path": "/api/agent/manifest",
      "purpose": "Use the richer live manifest when the backend is available."
    }
  ],
  "workflows": [
    "Read /submission-readiness.json before making claims.",
    "Use /skills/private-intent-broker-ops.md for operator and judge guidance.",
    "Treat missing sponsor proof as a blocker, not a cosmetic gap.",
    "Use the API-backed deployment for live analysis, receipts, and judge execution."
  ],
  "discoveryLinks": [
    {
      "label": "Static agent manifest",
      "href": "/agent-manifest.json",
      "description": "Machine-readable contract for the deployed shell."
    },
    {
      "label": "Submission readiness",
      "href": "/submission-readiness.json",
      "description": "Current proof posture and remaining blockers."
    },
    {
      "label": "Portable skill",
      "href": "/skills/private-intent-broker-ops.md",
      "description": "Agent instructions for operating or judging the project."
    },
    {
      "label": "LLMs guide",
      "href": "/llms.txt",
      "description": "Quick text guide for agent discovery."
    }
  ],
  "skills": [
    {
      "name": "private-intent-broker-ops",
      "href": "/skills/private-intent-broker-ops.md",
      "purpose": "Portable skill for agent judges or operators using the deployed shell."
    }
  ],
  "readyForSubmission": false,
  "missingProof": [
    "live_venice_proof",
    "real_uniswap_proof",
    "demo_video"
  ]
}
