{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "@id": "https://agent-module.dev/.well-known/agents.json",
  "name": "Agent Module",
  "description": "Vertical-specific, deterministic knowledge infrastructure for autonomous agents. Validated logic gates, statutory citations, zero probabilistic inference.",
  "version": "0.9.23",
  "last_updated": "2026-04-10",
  "contact": "admin@agent-module.dev",
  "agents": [
    {
      "id": "agent-module-ethics",
      "name": "Agent Module \u2014 AI Compliance Vertical (EU AI Act)",
      "description": "Comprehensive EU AI Act compliance knowledge base. Binary logic gates with specific statutory citations. confidence_required: 1.0. August 2026 enforcement deadline. See GET /api/status for current module count.",
      "vertical": "ai-compliance",
      "module_count_endpoint": "GET /api/status",
      "capabilities": [
        "compliance_verification",
        "regulatory_reasoning",
        "risk_classification",
        "statutory_citation",
        "decision_gate_execution"
      ],
      "coverage": [
        "Prohibited AI practices (Art. 5)",
        "High-risk AI classification (Art. 6, Annex III)",
        "Risk management system (Art. 9)",
        "Technical documentation (Art. 11)",
        "Transparency obligations (Art. 13)",
        "Human oversight (Art. 14)",
        "Conformity assessment (Art. 43-48)",
        "Post-market monitoring (Art. 61)",
        "GPAI model obligations (Art. 53-55)",
        "FRIA requirements (Art. 27)"
      ],
      "enforcement_deadline": "2026-08-02"
    },
    {
      "id": "agent-module-travel",
      "name": "Agent Module \u2014 Travel Vertical",
      "description": "Comprehensive travel knowledge base. NDC booking, EU261/US DOT passenger rights, Montreal Convention, IRROPS re-accommodation, visa/entry, travel insurance, hotel, loyalty, accessible travel, and 40+ regulatory frameworks. Binary logic gates with statutory citations. confidence_required: 1.0.",
      "vertical": "travel",
      "module_count_endpoint": "GET /api/status",
      "capabilities": [
        "passenger_rights_verification",
        "booking_compliance",
        "disruption_handling",
        "visa_entry_guidance",
        "insurance_coverage_logic",
        "regulatory_reasoning",
        "statutory_citation"
      ],
      "coverage": [
        "EU Regulation 261/2004 (passenger rights)",
        "US DOT Rule 14 CFR Part 250",
        "Montreal Convention (Art. 17-19)",
        "Package Travel Directive (EU 2015/2302)",
        "IRROPS re-accommodation protocols",
        "Visa/entry requirements and INA framework",
        "Travel insurance coverage logic",
        "Hotel and accommodation standards",
        "Loyalty program compliance",
        "Accessible travel (ACAA, EU PRM Regulation)",
        "40+ regulatory frameworks across 23 modules"
      ],
      "trial": {
        "available": true,
        "free_modules": "First 5 modules (all 4 layers \u2014 logic, directive, skill, action)",
        "gated_modules": "Modules 6-23 require membership key",
        "endpoint": "POST /api/trial with { \"vertical\": \"travel\" }"
      }
    }
  ],
  "interfaces": {
    "rest_api": {
      "base_url": "https://api.agent-module.dev",
      "demo_endpoint": "GET /api/demo?vertical=ai-compliance&node=node:ethics:eth016",
      "travel_demo": "GET /api/demo?vertical=travel",
      "trial_endpoint": "POST /api/trial",
      "docs": "https://agent-module.dev/openapi.json"
    },
    "mcp": {
      "endpoint": "https://api.agent-module.dev/mcp",
      "transport": "streamable_http",
      "protocol_version": "2025-06-18",
      "tools": [
        "query_knowledge",
        "get_trial_key",
        "check_status",
        "join_waitlist",
        "register_interest",
        "submit_pov",
        "submit_referral"
      ]
    },
    "openapi": "https://agent-module.dev/openapi.json"
  },
  "auth": {
    "type": "api_key",
    "headers": [
      "X-Agent-Module-Key",
      "Authorization: Bearer <key>"
    ],
    "trial": {
      "endpoint": "POST https://api.agent-module.dev/api/trial",
      "payload": {
        "agent_id": "<your-agent-id>"
      },
      "duration": "24 hours",
      "call_cap": 500,
      "cost": "free"
    }
  },
  "pricing": {
    "cohort": "inaugural",
    "individual_monthly_usd": 19,
    "volume_discount": "~10% per additional key, up to 5 keys",
    "ai_compliance_bundled": true,
    "grandfathered": true,
    "trial_available": true
  },
  "payment_rails": {
    "stripe": {
      "type": "subscription",
      "endpoint": "POST https://api.agent-module.dev/api/checkout",
      "payload": {
        "payment_method": "stripe",
        "vertical": "<vertical>",
        "plan": "individual"
      },
      "currencies": [
        "USD"
      ],
      "amounts": {
        "individual_monthly": "19.00"
      },
      "volume_pricing": "Graduated per-key: key1=$19, key2=$17, key3=$15, key4=$13, key5=$11 (5-key max)"
    },
    "skyfire": {
      "type": "per_use_and_subscription",
      "per_use": {
        "header": "skyfire-pay-id",
        "endpoint": "GET /api/demo (include skyfire-pay-id header)",
        "charge_per_call": "0.002",
        "currency": "USD",
        "note": "Include a Skyfire PAY or KYA+PAY token. Charged per content node request."
      },
      "subscription": {
        "endpoint": "POST https://api.agent-module.dev/api/checkout",
        "payload": {
          "payment_method": "skyfire",
          "vertical": "<vertical>",
          "plan": "individual"
        },
        "amounts": {
          "individual_monthly": "19.00"
        }
      }
    }
  },
  "discovery": {
    "llms_txt": "https://agent-module.dev/llms.txt",
    "llms_full": "https://agent-module.dev/llms-full.txt",
    "agent_card": "https://agent-module.dev/.well-known/agent-card.json",
    "ucp_manifest": "https://agent-module.dev/.well-known/ucp.json",
    "ai_plugin": "https://agent-module.dev/.well-known/ai-plugin.json",
    "openapi": "https://agent-module.dev/openapi.json",
    "sitemap": "https://agent-module.dev/sitemap.xml",
    "robots": "https://agent-module.dev/robots.txt"
  },
  "registries": {
    "smithery": "https://smithery.ai/server/agentmodule/agent-module",
    "glama": "https://glama.ai/mcp/servers/@agentmodule/agent-module"
  },
  "legal": {
    "privacy": "https://agent-module.dev/privacy",
    "support": "https://agent-module.dev/support",
    "terms": "https://agent-module.dev/transparency/terms-of-agentic-service.md"
  },
  "integrations": {
    "langchain": "langchain-community (PR pending) \u2014 AgentModuleTool",
    "llamaindex": "llama-index-tools-agent-module (PR #20927 pending) \u2014 AgentModuleToolSpec",
    "crewai": "github.com/AgentModuleAdmin/eu-ai-act-compliance-crew \u2014 demo crew"
  }
}