{
  "schema_version": "1.0",
  "name": "Kaech Ventures",
  "description": "AI consulting practice specializing in Exponential Organizational Transformation and Sovereign AI Architecture. We design and deploy AI systems that run at scale — either to 10x your organization or to put you in complete ownership of your AI infrastructure.",
  "url": "https://kaechventures.com",
  "provider": {
    "name": "HeartForge Tech Ventures LLC",
    "url": "https://kaechventures.com",
    "contact": "hello@kaechventures.com"
  },
  "version": "1.0.0",
  "capabilities": [
    {
      "id": "ai-readiness-assessment",
      "name": "AI Readiness Assessment",
      "description": "8-question intake generating a personalized AI Roadmap. Measures current AI maturity, bottlenecks, sovereignty posture, and strategic readiness.",
      "type": "assessment",
      "input_schema": {
        "type": "object",
        "properties": {
          "company": { "type": "string" },
          "industry": { "type": "string" },
          "size": { "type": "string" },
          "bottlenecks": { "type": "array", "items": { "type": "string" } },
          "ai_usage": { "type": "string" },
          "sovereignty_posture": { "type": "string" },
          "budget": { "type": "string" },
          "primary_goal": { "type": "string" },
          "open_response": { "type": "string" }
        },
        "required": ["company", "industry", "size", "primary_goal", "open_response"]
      },
      "output": "Personalized AI Roadmap document delivered by email within 24 hours",
      "price": "Complimentary",
      "endpoint": "https://kaechventures.com/api/assess"
    },
    {
      "id": "exo-transformation",
      "name": "Exponential Organizational Transformation",
      "description": "Full-cycle organizational redesign around AI: Strategy → Infrastructure → Orchestration → Training → Support. Built on the ExO 3.0 framework by Salim Ismail.",
      "type": "consulting",
      "tracks": ["strategy", "infrastructure", "orchestration", "training", "support"],
      "contact": "hello@kaechventures.com"
    },
    {
      "id": "sovereign-architecture",
      "name": "Sovereign AI Architecture",
      "description": "Private GPU deployment, self-hosted AI models, Bitcoin-native payments (BTCPay + Lightning + Fedimint), air-gapped systems for regulated industries. You own the hardware, the data, and the future.",
      "type": "consulting",
      "tracks": ["strategy", "infrastructure", "orchestration", "support"],
      "contact": "hello@kaechventures.com"
    },
    {
      "id": "multi-agent-deployment",
      "name": "Multi-Agent System Deployment",
      "description": "Custom agent fleet design and deployment using the HeartForge OM orchestration architecture. Agents for legal, financial, development, communications, and operations workflows.",
      "type": "build",
      "contact": "hello@kaechventures.com"
    },
    {
      "id": "fractional-caio",
      "name": "Fractional Chief AI Officer",
      "description": "Ongoing AI leadership: steering committee participation, vendor management, team education, roadmap ownership. For organizations that need senior AI expertise without a full-time hire.",
      "type": "retainer",
      "pricing": "From $4,000/mo",
      "contact": "hello@kaechventures.com"
    }
  ],
  "authentication": {
    "required": false,
    "public_endpoints": ["/api/offerings.json", "/.well-known/agent-card.json"],
    "gated_endpoints": ["/api/assess"]
  },
  "protocols": ["A2A", "MCP"],
  "updated": "2026-06-28"
}
