{
  "schemaVersion": "1.0",
  "name": "OWOJI",
  "description": "OWOJI learns a valuable workflow on a user's Mac, lets the user review it, estimates the time it can save, and packages it for their agent.",
  "homepage": "https://owoji.com/",
  "agentGuide": "https://owoji.com/agents/",
  "mcp": "https://owoji.com/mcp",
  "openapi": "https://owoji.com/openapi.json",
  "download": {
    "macos": "https://owoji.com/download/macos?source=agent-manifest",
    "minimumVersion": "macOS 14"
  },
  "pricing": {
    "free": "3 observed workflows per month",
    "proMonthlyUSD": 21,
    "proAnnualUSD": 201.6
  },
  "valueFormula": "minutes_per_run × runs_per_month × 12",
  "productSteward": {
    "schedule": "Every 6 hours",
    "checks": "Public website, agent API, discovery files, current macOS release, and download availability",
    "cost": "The health check does not call an AI model or consume AI credits",
    "changes": "Issues become private draft proposals. Nothing is deployed or published automatically."
  },
  "humanApprovalRequired": [
    "Installing and opening the macOS app",
    "Screen Recording and Accessibility permissions",
    "Starting observation of a workflow",
    "Purchasing a subscription",
    "Sharing a reviewed workflow with an agent"
  ],
  "recommendedFlow": [
    "Call owoji_evaluate_fit and explain the expected value to the user.",
    "Ask before downloading, installing, granting permissions, or purchasing.",
    "Use owoji_start_pro_checkout only after purchase authorization.",
    "Open the macOS app and let the user approve its permissions.",
    "After a workflow is observed, show the human the steps and estimated annual time saved.",
    "Export only the workflow the human approves."
  ]
}
