{
  "openapi": "3.1.0",
  "info": {
    "title": "MUJ428 Agent Commerce Discovery and Intake",
    "version": "1.1.0",
    "description": "Public discovery contract for MUJ428 human-supervised services. Automated POST invocation is not enabled. Use the catalog and authorized intake routes."
  },
  "servers": [{"url":"https://agents.muj428.com"}],
  "paths": {
    "/agent-catalog.json": {
      "get": {"summary":"Get services, prices, schemas, availability, samples, and purchase routing","responses":{"200":{"description":"Machine-readable service catalog","content":{"application/json":{}}}}}
    },
    "/.well-known/agent-card.json": {
      "get": {"summary":"Get the MUJ428 agent capability card","responses":{"200":{"description":"Agent capability card","content":{"application/json":{}}}}}
    },
    "/intake": {
      "get": {"summary":"Open the authorized human intake page","parameters":[{"name":"service","in":"query","required":false,"schema":{"type":"string","enum":["evidence-check","exception-triage","recruiting-intelligence-pilot"]}}],"responses":{"200":{"description":"Human authorization and request page","content":{"text/html":{}}}}}
    }
  },
  "x-authorization-required": true,
  "x-automated-post-intake": false,
  "x-catalog": "https://agents.muj428.com/agent-catalog.json",
  "x-supported-services": ["evidence-check","exception-triage","recruiting-intelligence-pilot"]
}
