{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "AdeptusCaminiSentinel",
  "version": "1.0.0",
  "description": "Agent-to-Agent (A2A) interface for Adeptus Camini. Go engines for LLM red teaming, model routing and deterministic task execution, plus a Python video pipeline.",
  "protocol": "WebMCP/1.0",
  "capabilities": {
    "redTeaming": true,
    "apiRouting": true,
    "taskSynthesis": true,
    "mediaAutomation": true,
    "note": "Capability flags describe published products, not live remote execution. Callable tools are declared in mcp.json."
  },
  "endpoints": {
    "mcp": "https://adeptuscamini.com/.well-known/mcp.json",
    "llms": "https://adeptuscamini.com/llms.txt"
  },
  "autonomousTransactions": {
    "enabled": false,
    "description": "Not yet implemented. Agents can register a consultation request via the request_audit_consultation tool; a human reviews it. Product purchases go through Stripe checkout at https://adeptuscamini.com/download.html."
  }
}
