Account Setup
Set up your Supabase storage and register a Reflexio account to get started.
Account Setup
Enterprise Feature
Before using Reflexio Enterprise, register an account. New hosted accounts are provisioned with managed Reflexio storage automatically. You only need your own Supabase project if you want to bring your own storage.
Optional: Get Your Supabase Credentials
Reflexio can use Supabase to store your data. Hosted accounts can use managed Reflexio storage by default. To switch to your own Supabase project, collect these three values:
Supabase URL
Click Connect at the top of your Supabase dashboard, select the App Frameworks tab, and copy the NEXT_PUBLIC_SUPABASE_URL value.
Format: https://<project-id>.supabase.co

Database URL (for migrations)
In the same Connect dialog, select the ORMs tab and copy the DATABASE_URL value (port 6543 for connection pooling).

Supabase Anon Key
Navigate to Project Settings → API Keys, select the Legacy anon, service_role API keys tab, and copy the anon public key.

Step 1: Register and Configure Reflexio
Create Your Account
- Go to https://www.reflexio.com/
- Click Get Started to register
- Sign in to access the portal
Configure Storage
Hosted accounts start with Managed by Reflexio storage. To bring your own Supabase, choose Use my own Supabase in Settings and enter:
- Navigate to the Settings page
- Under Storage Configuration, choose Use my own Supabase
- Enter your credentials:
- Supabase URL
- Supabase Anon Key
- Database URL

Add a Profile Extractor
- Go to the Extractor Settings tab
- Click Add Profile Extractor
- Configure:
- Name: e.g.,
user_preferences - Profile Content Definition: What to extract (e.g., "user name, interests, preferences")
- Name: e.g.,

Tip: See the Configuration Guide for all extractor options.
Save Configuration
- Click Save Configuration at the top right
- First save may take ~10 seconds for database migration
Next Steps
- Quick Start — Publish your first interaction
- Configuration Guide — Advanced extractor settings
- Web Portal Usage — Explore all portal features