{
  "manifestVersion": 1,
  "process": {
    "slug": "set-up-company-email-docs",
    "title": "Set up company email & docs",
    "phase": "operations",
    "description": "Configure the company email, calendar, and docs suite for the team, including admin settings. Google Workspace is the canonical route."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-company-email-docs/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Create Google Workspace account",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 15,
      "async": false,
      "actionUrl": "https://workspace.google.com/"
    },
    {
      "id": "n2",
      "title": "Verify domain ownership",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 15,
      "async": false
    },
    {
      "id": "n3",
      "title": "Create user accounts",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "directory.users.insert",
          "type": "rest",
          "description": "Create user accounts"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n4",
      "title": "Set up shared drives",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "drive.drives.create",
          "type": "rest",
          "description": "Create shared drives"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "google_drive",
          "name": "Google Drive",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n5",
      "title": "Configure security settings",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "admin.directory.settings",
          "type": "rest",
          "description": "Configure 2FA, security policies"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 10,
      "async": false
    }
  ],
  "provenance": {
    "source": "productarena",
    "url": "https://ultrametric.ai/productarena",
    "generatedFrom": "data/processes.json + data/process-chains.json (the ProductArena founder-process corpus), resolved against live arena leaderboards at build time. Regenerate by refetching this manifest URL — it always reflects the currently deployed data, not a pinned data commit.",
    "license": "ProductArena Data License (DATA-LICENSE in github.com/ultrametricai/productarena): querying and quoting with attribution to \"ProductArena by Ultrametric Inc\" is fine; bulk redistribution or use to build competing datasets requires written permission."
  }
}