{
  "manifestVersion": 1,
  "chain": {
    "slug": "get-paid",
    "name": "Get paid",
    "tagline": "Connect payments, stand up subscriptions, send the invoice, reconcile the payout.",
    "manifestUrl": "https://ultrametric.ai/productarena/processes/chains/get-paid/manifest.json"
  },
  "processes": [
    {
      "process": {
        "slug": "connect-a-payment-processor",
        "title": "Connect a payment processor",
        "phase": "finance",
        "description": "Connect your payment processor to track payments, subscriptions, and revenue. Stripe is the canonical route; alternatives are ranked in the payments arena."
      },
      "manifestUrl": "https://ultrametric.ai/productarena/processes/connect-a-payment-processor/manifest.json",
      "steps": [
        {
          "id": "n1",
          "title": "Connect Stripe",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "integrations.connect()",
              "type": "sdk",
              "description": "Connect Stripe via API key"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": null,
          "estimatedMinutes": 3,
          "async": true
        },
        {
          "id": "n2",
          "title": "Sync customers and subscriptions",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "stripe.customers.list()",
              "type": "rest",
              "description": "Sync customer and subscription data"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": false,
          "riskLevel": null,
          "estimatedMinutes": 5,
          "async": true
        },
        {
          "id": "n3",
          "title": "Sync payment history",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "stripe.charges.list()",
              "type": "rest",
              "description": "Fetch payment history"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": false,
          "riskLevel": null,
          "estimatedMinutes": 3,
          "async": false
        }
      ]
    },
    {
      "process": {
        "slug": "set-up-subscription-billing",
        "title": "Set up subscription billing",
        "phase": "growth",
        "description": "Configure subscription plans, pricing, and a customer portal for SaaS billing. Stripe is the canonical route; alternatives are ranked in the payments arena."
      },
      "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-subscription-billing/manifest.json",
      "steps": [
        {
          "id": "n1",
          "title": "Create products",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/products",
              "type": "rest",
              "description": "Create Stripe products"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 10,
          "async": false
        },
        {
          "id": "n2",
          "title": "Configure pricing plans",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/prices",
              "type": "rest",
              "description": "Create pricing for each plan"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 10,
          "async": false
        },
        {
          "id": "n3",
          "title": "Set up customer portal",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/billing_portal/configurations",
              "type": "rest",
              "description": "Configure billing portal"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 10,
          "async": false
        },
        {
          "id": "n4",
          "title": "Configure webhooks",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/webhook_endpoints",
              "type": "rest",
              "description": "Register subscription webhooks"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 5,
          "async": false
        },
        {
          "id": "n5",
          "title": "Test subscriptions",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/subscriptions (test mode)",
              "type": "rest",
              "description": "Create test subscription"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": null,
          "estimatedMinutes": 10,
          "async": false
        },
        {
          "id": "n6",
          "title": "Configure dunning",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/subscription_schedules",
              "type": "rest",
              "description": "Configure retry logic"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 5,
          "async": false
        }
      ]
    },
    {
      "process": {
        "slug": "send-an-invoice",
        "title": "Send an invoice",
        "phase": "sales",
        "description": "Create and send an invoice to a customer for services rendered. Stripe is the canonical route; any payments provider with invoicing works."
      },
      "manifestUrl": "https://ultrametric.ai/productarena/processes/send-an-invoice/manifest.json",
      "steps": [
        {
          "id": "n1",
          "title": "Look up or create customer",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "GET /v1/customers?email={email}",
              "type": "rest",
              "description": "Search for existing customer"
            },
            {
              "method": "POST /v1/customers",
              "type": "rest",
              "description": "Create customer if not found"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": null,
          "estimatedMinutes": 2,
          "async": false
        },
        {
          "id": "n2",
          "title": "Create invoice with line items",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/invoices",
              "type": "rest",
              "description": "Create invoice"
            },
            {
              "method": "POST /v1/invoiceitems",
              "type": "rest",
              "description": "Add line items"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 3,
          "async": false
        },
        {
          "id": "n3",
          "title": "Send invoice",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v1/invoices/{id}/send",
              "type": "rest",
              "description": "Send invoice to customer"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 1,
          "async": false
        },
        {
          "id": "n4",
          "title": "Track payment status",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "GET /v1/invoices/{id}",
              "type": "rest",
              "description": "Check invoice status"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "stripe",
              "name": "Stripe",
              "productId": "stripe",
              "arena": "payments",
              "agentReady": 88.9,
              "mcpEndpoint": "https://mcp.stripe.com/",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
            }
          ],
          "approvalRequired": false,
          "riskLevel": null,
          "estimatedMinutes": 1,
          "async": false
        }
      ]
    },
    {
      "process": {
        "slug": "bookkeeping-close",
        "title": "Bookkeeping close",
        "phase": "finance",
        "description": "Complete monthly bookkeeping including categorization, reconciliation, and financial statement preparation."
      },
      "manifestUrl": "https://ultrametric.ai/productarena/processes/bookkeeping-close/manifest.json",
      "steps": [
        {
          "id": "n1",
          "title": "Pull Mercury transactions",
          "kind": "api",
          "route": "agent",
          "toolCall": "mercury_transactions",
          "calls": [
            {
              "method": "GET /api/v1/accounts/{id}/transactions?start={date}&end={date}",
              "type": "rest",
              "description": "Pull monthly transactions"
            }
          ],
          "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": 3,
          "async": false
        },
        {
          "id": "n2",
          "title": "Categorize transactions in QBO",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "POST /v3/company/{id}/purchase",
              "type": "rest",
              "description": "Create categorized transactions"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "quickbooks",
              "name": "QuickBooks Online",
              "productId": "quickbooks",
              "arena": "accounting",
              "agentReady": 38.5,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/quickbooks"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 15,
          "async": false
        },
        {
          "id": "n3",
          "title": "Reconcile bank statement",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "qbo.banking.matchTransactions()",
              "type": "sdk",
              "description": "Auto-match imported bank transactions via the QBO API / official Intuit MCP server — a human signs off on the close"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "quickbooks",
              "name": "QuickBooks Online",
              "productId": "quickbooks",
              "arena": "accounting",
              "agentReady": 38.5,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/quickbooks"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 15,
          "async": false
        },
        {
          "id": "n4",
          "title": "Review uncategorized items",
          "kind": "human",
          "route": "person",
          "toolCall": null,
          "calls": [],
          "vendorOptions": [],
          "approvalRequired": true,
          "riskLevel": "medium",
          "estimatedMinutes": 30,
          "async": false,
          "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
        },
        {
          "id": "n5",
          "title": "Generate P&L statement",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "GET /v3/company/{id}/reports/ProfitAndLoss",
              "type": "rest",
              "description": "Generate P&L report"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "quickbooks",
              "name": "QuickBooks Online",
              "productId": "quickbooks",
              "arena": "accounting",
              "agentReady": 38.5,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/quickbooks"
            }
          ],
          "approvalRequired": false,
          "riskLevel": null,
          "estimatedMinutes": 2,
          "async": false
        },
        {
          "id": "n6",
          "title": "Generate Balance Sheet",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [
            {
              "method": "GET /v3/company/{id}/reports/BalanceSheet",
              "type": "rest",
              "description": "Generate balance sheet"
            }
          ],
          "vendorOptions": [
            {
              "vendor": "quickbooks",
              "name": "QuickBooks Online",
              "productId": "quickbooks",
              "arena": "accounting",
              "agentReady": 38.5,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/quickbooks"
            }
          ],
          "approvalRequired": false,
          "riskLevel": null,
          "estimatedMinutes": 2,
          "async": false
        },
        {
          "id": "n7",
          "title": "Flag anomalies for review",
          "kind": "api",
          "route": "agent",
          "toolCall": null,
          "calls": [],
          "vendorOptions": [],
          "approvalRequired": false,
          "riskLevel": null,
          "estimatedMinutes": 5,
          "async": false
        },
        {
          "id": "n8",
          "title": "Accountant review and approval",
          "kind": "human",
          "route": "person",
          "toolCall": null,
          "calls": [],
          "vendorOptions": [
            {
              "vendor": "zoho-books",
              "name": "Zoho Books",
              "productId": "zoho-books",
              "arena": "accounting",
              "agentReady": 33.4,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/zoho-books"
            },
            {
              "vendor": "digits",
              "name": "Digits",
              "productId": "digits",
              "arena": "accounting",
              "agentReady": 46.9,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/digits"
            },
            {
              "vendor": "xero",
              "name": "Xero",
              "productId": "xero",
              "arena": "accounting",
              "agentReady": 43.7,
              "mcpEndpoint": "https://mcp.xero.com/mcp",
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/xero"
            },
            {
              "vendor": "quickbooks",
              "name": "QuickBooks Online",
              "productId": "quickbooks",
              "arena": "accounting",
              "agentReady": 38.5,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/quickbooks"
            },
            {
              "vendor": "puzzle",
              "name": "Puzzle",
              "productId": "puzzle",
              "arena": "accounting",
              "agentReady": 23.9,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/puzzle"
            },
            {
              "vendor": "freshbooks",
              "name": "FreshBooks",
              "productId": "freshbooks",
              "arena": "accounting",
              "agentReady": 32.9,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/freshbooks"
            },
            {
              "vendor": "mercury-books",
              "name": "Mercury Books",
              "productId": "mercury-books",
              "arena": "accounting",
              "agentReady": 0.6,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/mercury-books"
            },
            {
              "vendor": "kick",
              "name": "Kick",
              "productId": "kick",
              "arena": "accounting",
              "agentReady": 7.6,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/kick"
            },
            {
              "vendor": "pilot",
              "name": "Pilot",
              "productId": "pilot",
              "arena": "accounting",
              "agentReady": 3,
              "mcpEndpoint": null,
              "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/pilot"
            }
          ],
          "approvalRequired": true,
          "riskLevel": "high",
          "estimatedMinutes": 1440,
          "async": true,
          "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
        }
      ]
    }
  ],
  "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."
  }
}