{
  "manifestVersion": 1,
  "process": {
    "slug": "raise-pre-seed-safes",
    "title": "Raise pre-seed (SAFEs)",
    "phase": "fundraising",
    "description": "Execute a pre-seed fundraise using Y Combinator SAFE notes, including document preparation, investor outreach, and closing."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/raise-pre-seed-safes/manifest.json",
  "steps": [
    {
      "id": "n2",
      "title": "Prepare SAFE documents",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "clerky",
          "name": "Clerky",
          "productId": "clerky",
          "arena": "legal-ops",
          "agentReady": 37.3,
          "mcpEndpoint": "https://mcp.clerky.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/legal-ops/product/clerky"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 30,
      "async": false
    },
    {
      "id": "n3",
      "title": "Create investor pipeline tracker",
      "kind": "api",
      "route": "agent",
      "toolCall": "tasks_create",
      "calls": [
        {
          "method": "POST /v1/databases",
          "type": "rest",
          "description": "Create Notion pipeline database"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "notion",
          "name": "Notion",
          "productId": "notion",
          "arena": "project-management",
          "agentReady": 58.6,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/project-management/product/notion"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n4",
      "title": "Draft outreach emails",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "gmail.users.drafts.create",
          "type": "rest",
          "description": "Create draft outreach emails"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 20,
      "async": false
    },
    {
      "id": "n5",
      "title": "Conduct investor meetings",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 4800,
      "async": true,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n6",
      "title": "Send SAFEs for signature",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v2.1/accounts/{id}/envelopes",
          "type": "rest",
          "description": "Send SAFE envelope via DocuSign"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "docusign",
          "name": "Docusign",
          "productId": "docusign",
          "arena": "legal-ops",
          "agentReady": 36.8,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/legal-ops/product/docusign"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n7",
      "title": "Verify wire transfers received",
      "kind": "api",
      "route": "agent",
      "toolCall": "mercury_transactions",
      "calls": [
        {
          "method": "GET /api/v1/accounts/{id}/transactions",
          "type": "rest",
          "description": "Check for incoming wires"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "mercury",
          "name": "Mercury",
          "productId": "mercury",
          "arena": "startup-banking",
          "agentReady": 76.1,
          "mcpEndpoint": "https://mcp.mercury.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/mercury"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n8",
      "title": "Update cap table",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v1/securities",
          "type": "rest",
          "description": "Record SAFE on cap table"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "carta",
          "name": "Carta",
          "productId": "carta",
          "arena": "equity-management",
          "agentReady": 35.7,
          "mcpEndpoint": "https://mcp.app.carta.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/equity-management/product/carta"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 15,
      "async": false
    },
    {
      "id": "n9",
      "title": "File Form D with SEC",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [
        {
          "method": "EDGAR online filing",
          "type": "manual",
          "description": "File Form D within 15 days of first sale"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "sec",
          "name": "SEC",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 30,
      "async": false,
      "actionUrl": "https://www.onlineforms.edgarfiling.sec.gov/"
    },
    {
      "id": "n10",
      "title": "Send closing confirmation",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "gmail.users.messages.send",
          "type": "rest",
          "description": "Send closing emails to investors"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "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."
  }
}