{
  "name": "zero ▮",
  "short_name": "zero",
  "version": "0.2.0",
  "description": "Autonomous operating system for self-custodial onchain operations.",
  "discovery": "https://getzero.dev/.well-known/zero.json",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    { "src": "/icons/zero-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/zero-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/zero-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/zero-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["finance"],
  "shortcuts": [
    { "name": "Control", "url": "/app?tab=live", "description": "Live lease and intervention state" },
    { "name": "Sessions", "url": "/app/sessions", "description": "Paper and live sessions" },
    { "name": "Pulse", "url": "/app", "description": "Runtime activity feed" },
    { "name": "Profile", "url": "/app/profile", "description": "Your operator profile" }
  ],
  "mcp": {
    "transport": "streamable-http",
    "public": "https://getzero.dev/oss/mcp",
    "operator": "https://getzero.dev/mcp",
    "operator_auth": "bearer_token",
    "boundary": "public endpoint is read-only; operator endpoint requires scoped auth",
    "continuous_verification": {
      "workflow": "OSS MCP Smoke",
      "target": "https://getzero.dev",
      "checks": ["tool_discovery", "read_only_annotations", "public_proof_calls", "mutation_refusal"]
    }
  },
  "pricing": {
    "model": "open_core",
    "open": "Runtime, CLI, safety, paper mode, and delayed proof artifacts",
    "commercial": "ZERO Protocol services: realtime collective intelligence, cohorts, hosted operator services, and SLAs",
    "notes": "operators can self-host the runtime; commercial value is realtime intelligence and operational support"
  },
  "agent": {
    "capabilities": [
      "ooda_runtime_loop",
      "regime_detection",
      "consensus_engine",
      "conviction_sizing",
      "exit_intelligence",
      "immune_protocol",
      "collective_intelligence"
    ],
    "install": "pip install zero-skills",
    "api": "https://getzero.dev/api",
    "docs": "https://getzero.dev/contracts/public-operator.md",
    "llms": "https://getzero.dev/llms.txt",
    "oss_mcp": "https://getzero.dev/oss/mcp",
    "operator_mcp": "https://getzero.dev/mcp",
    "onboard": "POST https://getzero.dev/api/agents/onboard"
  }
}
