{
  "schema": "solidcage-apps-manifest/v1",
  "organization": {
    "name": "SolidCage",
    "url": "https://solidcage.com",
    "founder": "Filip Szalewicz",
    "booking": "https://crm.solidcage.com/widget/bookings/filip-szalewicz-fractional-cto-calendar-vfs0lblxh"
  },
  "apps": [
    {
      "id": "apps-hub",
      "title": "SolidCage Apps Hub",
      "description": "Central index for all SolidCage tools, slide decks, and open-source repos.",
      "href": "/",
      "kind": "hub"
    },
    {
      "id": "digital-twin-portal",
      "title": "Digital Twin Factory Demo Portal",
      "description": "Thesis, twin gallery, ROI simulator, architecture overview, intake form, and control plane demo for the agentic-OS methodology.",
      "href": "/twin-portal/",
      "kind": "tool"
    },
    {
      "id": "twin-builder",
      "title": "Digital Twin Builder",
      "description": "10-minute AI interview that produces a downloadable twin package: agent-spec.yaml, identity.md, guardrails.md, and curated agent-kernel skill assignments.",
      "href": "/twin-portal/twin-builder/",
      "kind": "tool",
      "api": {
        "chat": "/api/openai/twin-builder/chat",
        "synthesize": "/api/openai/twin-builder/synthesize",
        "email": "/api/openai/twin-builder/email",
        "regenerate": "/api/openai/twin-builder/regenerate"
      }
    },
    {
      "id": "agent-roi-generator",
      "title": "Agent ROI Generator",
      "description": "5-step intake → 6-dimension opportunity score + 30/60/90 roadmap + PDF export.",
      "href": "/agent-roi-generator/",
      "kind": "tool"
    },
    {
      "id": "agentic-readiness-scorecard",
      "title": "Agentic Readiness Scorecard",
      "description": "12-question, 5-dimension readiness benchmark with radar chart. Locate your org on the 5-stage agentic curve.",
      "href": "/agent-roi-generator/scorecard",
      "kind": "tool"
    },
    {
      "id": "oi-tracker",
      "title": "Operational Intelligence Tracker",
      "description": "Log a metric weekly and see whether your improvement curve is accelerating, stable, or tapering.",
      "href": "/oi-tracker/",
      "kind": "tool"
    }
  ],
  "decks": [
    {
      "id": "agentic-os-playbook",
      "title": "The Agentic OS Playbook",
      "description": "How to operate an organisation as an agentic OS — People, Process, Technology. Long-scroll interactive deck with present mode and PDF export.",
      "href": "/decks/agentic-os-playbook",
      "kind": "deck"
    },
    {
      "id": "roi-ai-employees",
      "title": "The ROI of AI Employees",
      "description": "Investor-grade case for governed AI employees, cost model, and decision framework.",
      "href": "/decks/roi-ai-employees",
      "kind": "deck"
    },
    {
      "id": "digital-twin-factories",
      "title": "Digital Twin Factories",
      "description": "Engineering pattern for building and governing digital twin factories at scale.",
      "href": "/decks/digital-twin-factories",
      "kind": "deck"
    }
  ],
  "repos": [
    {
      "id": "agent-kernel",
      "title": "agent-kernel",
      "description": "Reusable agent substrate — 26 injectable skills, 19 prompts, 17 templates, Mermaid diagrams, 6 GitHub Actions.",
      "url": "https://github.com/fszale/agent-kernel"
    },
    {
      "id": "digital-twin-filip",
      "title": "digital-twin-filip",
      "description": "Filip Szalewicz's digital twin — persona, role bindings, decision patterns, and guardrails.",
      "url": "https://github.com/fszale/digital-twin-filip"
    },
    {
      "id": "agent-factory",
      "title": "agent-factory",
      "description": "Factory runtime — FastAPI + Supabase, HITL approval queue, React admin dashboard.",
      "url": "https://github.com/fszale/agent-factory"
    },
    {
      "id": "agentic-playbook",
      "title": "agentic-playbook",
      "description": "Operational Intelligence Lab methodology and playbook.",
      "url": "https://github.com/fszale/agentic-playbook"
    },
    {
      "id": "digital-twin-factory",
      "title": "digital-twin-factory",
      "description": "Demo portal methodology and reference architecture for digital twin factories.",
      "url": "https://github.com/fszale/digital-twin-factory"
    },
    {
      "id": "agent-roi-generator",
      "title": "agent-roi-generator",
      "description": "Source for the Agent ROI Generator + Agentic Readiness Scorecard tools.",
      "url": "https://github.com/fszale/agent-roi-generator"
    },
    {
      "id": "operational-intelligence-lab",
      "title": "operational-intelligence-lab",
      "description": "OI Lab rate-of-improvement methodology and reference materials.",
      "url": "https://github.com/fszale/operational-intelligence-lab"
    }
  ],
  "discovery": {
    "llms_txt": "https://apps.solidcage.com/llms.txt",
    "llms_full_txt": "https://apps.solidcage.com/llms-full.txt",
    "agent_manifest": "https://apps.solidcage.com/.well-known/agent.json",
    "openapi": "https://apps.solidcage.com/api/openapi.json",
    "sitemap": "https://apps.solidcage.com/sitemap.xml"
  }
}
