AgentFlow Enterprise Docs
Production Onboarding Checklist
A practical launch checklist for operators preparing a real AgentFlow Enterprise deployment.
Deployment and Configuration
- Add all required Vercel environment variables for Production, Preview, and Development as appropriate.
- Connect the intended Supabase project and confirm callback URLs match the production domain.
- Apply and verify RLS policies with non-production tenant data first.
- Configure
SUPABASE_SERVICE_ROLE_KEYonly in server-side deployment environments. - Configure
OPENAI_API_KEYand optionalOPENAI_MODELserver-side. - Link
NEXT_PUBLIC_STATUS_PAGE_URLwhen a public status page exists.
Billing and Payments
- Verify Stripe test mode checkout end to end.
- Verify Stripe live mode checkout end to end before public commercial launch.
- Configure the Stripe webhook endpoint for
/api/webhooks/stripeon the production domain. - Subscribe the webhook endpoint to
checkout.session.completed,customer.subscription.created,customer.subscription.updated,customer.subscription.deleted,invoice.payment_succeeded, andinvoice.payment_failed. - Configure and test the Stripe Customer Portal.
- Test one complete signup -> checkout -> webhook -> dashboard flow.
Observability, Integrations, and Operations
- Verify Sentry PII filtering and source map upload settings before enabling production error collection.
- Verify Amplitude events in Live Events without raw lead PII.
- Configure HubSpot and Slack optional integrations only when they are used.
- Validate Google Calendar/Sheets only as readiness paths unless surfaced and tested in UI.
- Check admin/operator contact paths and escalation ownership.
- Document backup/export and restore expectations.
- Confirm SES payment emails with approved internal test recipients if SES is enabled.
These docs describe implementation readiness and configuration. They are not a SOC 2, ISO 27001, penetration test, or contractual SLA claim.