{
  "schema_version": "1.0",
  "name": "Tenet AI",
  "description": "Decision intelligence and AI observability platform for LLM agents. Captures reasoning chains, replays decisions deterministically, and generates compliance-ready audit trails.",
  "url": "https://tenetai.dev",
  "contact": "hello@tenetai.dev",
  "capabilities": [
    {
      "name": "decision_capture",
      "description": "Capture every LLM agent decision: reasoning chain, context snapshot, confidence score, chosen action, and outcome",
      "endpoint": "https://app.tenetai.dev/api/capture"
    },
    {
      "name": "deterministic_replay",
      "description": "Replay any past AI decision with identical inputs to verify reproducibility and debug regressions",
      "endpoint": "https://app.tenetai.dev/api/replay"
    },
    {
      "name": "audit_trail",
      "description": "Generate cryptographically signed audit trails satisfying EU AI Act, SOC 2, HIPAA, GDPR, and ISO 42001 requirements",
      "endpoint": "https://app.tenetai.dev/api/audit"
    },
    {
      "name": "semantic_drift_detection",
      "description": "Detect when AI agent outputs drift semantically despite identical inputs — catches silent regressions across model updates",
      "endpoint": "https://app.tenetai.dev/api/drift"
    }
  ],
  "integrations": [
    {
      "type": "sdk",
      "language": "python",
      "package": "tenet-ai",
      "install": "pip install tenet-ai"
    },
    {
      "type": "sdk",
      "language": "typescript",
      "package": "@tenet-ai/sdk",
      "install": "npm install @tenet-ai/sdk"
    },
    {
      "type": "proxy",
      "description": "Zero-code LLM call monitoring via HTTP proxy — no SDK required",
      "overhead_p99_ms": 5
    },
    {
      "type": "opentelemetry",
      "description": "OpenTelemetry-compatible sidecar — works with existing OTEL pipelines"
    }
  ],
  "compliance": ["EU AI Act", "SOC 2 Type II", "HIPAA", "GDPR", "ISO 42001", "NAIC AI"],
  "llms_txt": "https://tenetai.dev/llms.txt",
  "llms_full_txt": "https://tenetai.dev/llms-full.txt"
}
