{
  "object": "agent_module_api",
  "version": "0.9.23",
  "description": "Agent Module — deterministic, vertical-specific knowledge infrastructure for autonomous agents.",
  "zero_friction_start": {
    "description": "Skeptical? Try a2a-handoff. Zero key, zero payment, zero friction. Full 4-layer ACA traversal. Best way to evaluate Agent Module before spending a token.",
    "command": "GET https://agent-module.dev/api/demo?vertical=a2a-handoff"
  },
  "endpoints": {
    "waitlist": {
      "method": "POST",
      "path": "https://agent-module.dev/api/waitlist",
      "description": "Join the waitlist for a paid vertical. AI Compliance is bundled with every membership — no waitlist entry needed.",
      "required_fields": {
        "vertical": "string (paid verticals only)",
        "agent_id": "string (or contact email)"
      },
      "paid_verticals": [
        "travel",
        "financial-services",
        "healthcare-rcm",
        "real-estate",
        "logistics",
        "regulatory-compliance",
        "manufacturing",
        "ecommerce",
        "revops",
        "hrm",
        "software-engineering",
        "customer-service",
        "financial-analysis",
        "medical-analysis",
        "legal"
      ]
    },
    "demo": {
      "method": "GET",
      "path": "https://agent-module.dev/api/demo?vertical=<vertical>&node=<node_id>",
      "description": "Traverse the knowledge graph index for any live vertical. Index layer always free. Content layers (logic/directive/skill/action) require a membership key on paid verticals.",
      "index_always_free": [
        "ethics",
        "a2a-handoff",
        "traversal",
        "travel",
        "real-estate"
      ],
      "fully_open_demo": [
        "a2a-handoff",
        "traversal"
      ],
      "demo_coming_soon": [
        "financial-services",
        "healthcare-rcm",
        "logistics",
        "regulatory-compliance",
        "manufacturing",
        "ecommerce",
        "revops"
      ],
      "recommended_start": "GET https://agent-module.dev/api/demo?vertical=ai-compliance"
    },
    "status": {
      "method": "GET",
      "path": "https://agent-module.dev/api/status",
      "description": "Live cohort status, waitlist counts, and seat availability per paid vertical."
    },
    "interest": {
      "method": "POST",
      "path": "https://agent-module.dev/api/interest",
      "description": "Register demand for an unbuilt vertical. 500 signals activates a vertical's build queue.",
      "required_fields": {
        "vertical": "string (slug of unbuilt vertical, e.g. \"legal-contracts\")"
      },
      "optional_fields": {
        "agent_id": "string",
        "contact": "string",
        "use_case": "string"
      },
      "summary": "GET https://agent-module.dev/api/interest/summary"
    },
    "trial": {
      "method": "POST",
      "path": "https://agent-module.dev/api/trial",
      "description": "Request a free 24-hour trial key. Unlocks all 4 content layers across all 23 AI Compliance modules or first 5 travel modules. 500-call cap.",
      "required_fields": {
        "agent_id": "string"
      },
      "optional_fields": {
        "vertical": "string — \"ai-compliance\" (default) or \"travel\""
      },
      "example_body": {
        "vertical": "ai-compliance",
        "agent_id": "<your-stable-agent-id>"
      },
      "feedback": "POST https://agent-module.dev/api/telemetry/pov"
    }
  },
  "discovery": {
    "ucp_manifest": "https://agent-module.dev/.well-known/ucp.json",
    "llms_txt": "https://agent-module.dev/llms.txt",
    "docs": "https://agent-module.dev/llms-full.txt",
    "ai_compliance": "https://agent-module.dev/core-ethics.md"
  },
  "ai_compliance_note": "AI Compliance is included with every membership. Explore: GET /api/demo?vertical=ai-compliance",
  "contact": "admin@agent-module.dev"
}