Account Setup
Set up your Supabase storage and register a Reflexio account to get started.
Account Setup
Enterprise Feature
Before using Reflexio Enterprise, you'll need to set up your Supabase storage and register an account.
Step 1: Get Your Supabase Credentials
Reflexio uses Supabase to store your data. You'll need three values from your Supabase project:
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 2: 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
- Navigate to the Settings page
- Under Storage Configuration, select 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