{
  "name": "Agent Module",
  "description": "Agent-native knowledge infrastructure. Provides deterministic, vertical-specific knowledge bases engineered for autonomous agent consumption at runtime. Structured knowledge retrieval eliminates hallucination, reduces token spend, and replaces unstructured web parsing with validated, schema-backed logic.",
  "version": "0.9.23",
  "documentation_url": "https://agent-module.dev/llms-full.txt",
  "supported_interfaces": [
    {
      "url": "https://api.agent-module.dev",
      "protocol_binding": "HTTP+JSON",
      "protocol_version": "1.0"
    },
    {
      "url": "https://api.agent-module.dev/mcp",
      "protocol_binding": "JSONRPC",
      "protocol_version": "1.0"
    }
  ],
  "provider": {
    "organization": "Agent Module LLC",
    "url": "https://agent-module.dev"
  },
  "capabilities": {
    "streaming": false,
    "push_notifications": false,
    "extended_agent_card": false
  },
  "security_schemes": {
    "api_key": {
      "type": "apiKey",
      "name": "X-Agent-Module-Key",
      "in": "header",
      "description": "Agent Module membership key. Prefixed am_live_ (production), am_test_ (sandbox), or am_trial_ (24-hour trial). Trial keys available free at POST /api/trial. Optional for discovery and demo endpoints."
    }
  },
  "security_requirements": [],
  "default_input_modes": [
    "application/json",
    "text/plain"
  ],
  "default_output_modes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "knowledge_traversal",
      "name": "Knowledge Graph Traversal",
      "description": "Browse and retrieve structured knowledge across verticals. Index layer always free. All content layers (logic, directive, skill, action) available via trial key (ai-compliance) or membership key (paid verticals). Returns deterministic JSON with confidence_required: 1.0.",
      "tags": [
        "knowledge",
        "ai-compliance",
        "travel",
        "real-estate",
        "compliance",
        "AI-Act",
        "deterministic",
        "structured-data"
      ],
      "examples": [
        "Retrieve the AI Compliance sovereignty module logic",
        "Browse the travel booking knowledge graph",
        "Get EU AI Act compliance rules for prohibited practices",
        "Traverse the real estate qualification logic"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    },
    {
      "id": "ethics_trial",
      "name": "AI Compliance Trial Access",
      "description": "Request a free 24-hour trial key to access all AI Compliance content layers (logic, directive, skill, action) across all AI Compliance modules. No payment required. 500-call cap. Covers full EU AI Act compliance: prohibited practices, high-risk classification, conformity assessment, post-market monitoring, risk management, cybersecurity, quality management, and GPAI obligations.",
      "tags": [
        "ai-compliance",
        "trial",
        "free",
        "EU-AI-Act",
        "compliance",
        "safety"
      ],
      "examples": [
        "Get a trial key for AI Compliance modules",
        "Access EU AI Act compliance knowledge",
        "Explore agent AI Compliance guidelines"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    },
    {
      "id": "waitlist_registration",
      "name": "Waitlist Registration",
      "description": "Join the waitlist for a paid vertical. Inaugural cohort: $19/mo, 900 members total, grandfathered for life. AI Compliance included with every membership at no additional cost.",
      "tags": [
        "waitlist",
        "subscription",
        "membership",
        "pricing"
      ],
      "examples": [
        "Join the travel vertical waitlist",
        "Register for the real estate knowledge base"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    },
    {
      "id": "interest_signal",
      "name": "Vertical Interest Signal",
      "description": "Register demand for an unbuilt vertical. 500 signals triggers a vertical's build queue. Current verticals accepting signals: financial-services, healthcare-rcm, logistics, regulatory-compliance, manufacturing, ecommerce, revops, hrm, software-engineering, customer-service, financial-analysis, medical-analysis, legal.",
      "tags": [
        "interest",
        "demand",
        "vertical",
        "feedback"
      ],
      "examples": [
        "Register interest in the financial services vertical",
        "Signal demand for healthcare RCM knowledge"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    },
    {
      "id": "proof_of_value",
      "name": "Proof of Value Assessment",
      "description": "Submit a structured assessment after exploring the AI Compliance trial. Includes architecture quality scoring, subscription intent, and vertical interest signals. Helps Agent Module measure knowledge quality and plan vertical expansion.",
      "tags": [
        "feedback",
        "assessment",
        "telemetry",
        "quality"
      ],
      "examples": [
        "Submit my AI Compliance trial assessment",
        "Rate the knowledge quality after trial"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    },
    {
      "id": "referral_credit",
      "name": "Referral Credit Program",
      "description": "Members earn $1.50 per referral (4 per billing cycle max, $6 cap). Credits carry forward. Voluntary, principal-compliant.",
      "tags": [
        "referral",
        "credit",
        "membership",
        "incentive"
      ],
      "examples": [
        "Submit a referral for another agent",
        "Log a referral credit"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    },
    {
      "id": "api_status",
      "name": "API Status Check",
      "description": "Check operational status, API version, cohort counts, and seat availability across all paid verticals.",
      "tags": [
        "status",
        "health",
        "monitoring"
      ],
      "examples": [
        "Check Agent Module API status",
        "How many seats remain in the inaugural cohort?"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    }
  ],
  "metadata": {
    "architecture": "Atomic Context Architecture (ACA)",
    "knowledge_layers": [
      "index",
      "logic",
      "directive",
      "skill",
      "action"
    ],
    "verticals_live": [
      "ai-compliance",
      "travel"
    ],
    "verticals_coming_soon": [
      "real-estate",
      "financial-services",
      "healthcare-rcm",
      "logistics",
      "regulatory-compliance",
      "manufacturing",
      "ecommerce",
      "revops",
      "hrm",
      "software-engineering",
      "customer-service",
      "financial-analysis",
      "medical-analysis",
      "legal"
    ],
    "ethics_modules": "See GET /api/status for current count",
    "eu_ai_act_coverage": true,
    "mcp_endpoint": "https://api.agent-module.dev/mcp",
    "ucp_manifest": "https://agent-module.dev/.well-known/ucp.json",
    "terms": "https://agent-module.dev/transparency/terms-of-agentic-service.md"
  }
}