Skip to content

Processes/growth — marketing, subscriptions, and retentiongrowth

Set up subscription billing — growth processSet up subscription billing

moderatefully automatable🔁 once

Configure subscription plans, pricing, and a customer portal for SaaS billing. Stripe is the canonical route; alternatives are ranked in the payments arena.

Stripe API fully supports product, pricing, subscription, and portal management.

Current agent ceiling

An agent can run 6 of 6 steps 4 of them behind a human approval gate ⏸

No gaps — every step of this process is agent-runnable today.

How it runs

Route-coded block flow: emerald = agent, amber = manual form/portal, red = needs a human. ⏸ approval gate · ⏳ async wait.

01Create products

agent
Stripe logoStripe89⏸ approval gatemedium risk

or:Airwallex logoAirwallex88·Square logoSquare71

1 API call
  • POST /v1/products

02Configure pricing plans

agent
Stripe logoStripe89⏸ approval gatemedium risk

or:Airwallex logoAirwallex88·Square logoSquare71

1 API call
  • POST /v1/prices

runs in parallel · 2

03Set up customer portal

agent
Stripe logoStripe89⏸ approval gatemedium risk

or:Airwallex logoAirwallex88·Square logoSquare71

1 API call
  • POST /v1/billing_portal/configurations

04Configure webhooks

agent
Stripe logoStripe89medium risk

or:Airwallex logoAirwallex88·Square logoSquare71

1 API call
  • POST /v1/webhook_endpoints

05Test subscriptions

agent

or:Airwallex logoAirwallex88·Square logoSquare71

1 API call
  • POST /v1/subscriptions (test mode)

06Configure dunning

agent
Stripe logoStripe89⏸ approval gatemedium risk

or:Airwallex logoAirwallex88·Square logoSquare71

1 API call
  • POST /v1/subscription_schedules

Context the agent needs first: billing pricing model (from the founder) · billing plan tiers (from the founder) · billing trial period (from the founder)

The market options

Each role resolves against its arena’s live leaderboard — the default is the process’s canonical vendor, alternatives ranked by agent-readiness.

Simulate this process

simulated dry run from the mapped process — no real calls are made
For agents Process manifest (JSON)·/llms.txt