AgentFlow Enterprise Docs
Technical documentation for evaluation and operation.
Implementation-level references for developers, enterprise evaluators, and operators reviewing AgentFlow Enterprise. These pages document the current Next.js, Supabase, PayPal, OpenAI, and integration readiness paths without publishing secrets or unsupported claims.
Buyer verification checklist included: public routes, auth redirect, checkout/webhooks, Sentry capture, and provider readiness should be staged before customer onboarding.
Start here
Environment Variables
Keep all provider credentials and manual payment instructions server-side. Production values belong in Vercel, never in source control.
Start herePayPal Orders and Webhooks
The server validates the plan price, creates the order, captures an approved payment, verifies webhook signatures, and records payment state in Supabase.
Start hereSupabase Schema and RLS
Manual invoice requests are written through a server-side service-role route. Public browser clients receive no select access.
Start herePayment Options
PayPal is the only active automated provider. Invoice and bank transfer are available as professional manual B2B routes.