Reflexio Docs
Getting Started

Account Setup

Set up your Supabase storage and register a Reflexio account to get started.

Account Setup

Enterprise Feature

This feature requires Reflexio Enterprise (hosted at reflexio.com) or a self-hosted enterprise deployment. It is not available in the open-source version.

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

Supabase Project URL

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 DB Connection

Supabase Anon Key

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

Supabase API Keys


Step 1: Register and Configure Reflexio

Create Your Account

  1. Go to https://www.reflexio.com/
  2. Click Get Started to register
  3. 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:

  1. Navigate to the Settings page
  2. Under Storage Configuration, choose Use my own Supabase
  3. Enter your credentials:
    • Supabase URL
    • Supabase Anon Key
    • Database URL

Storage Settings

Add a Profile Extractor

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

Profile Extractor

Tip: See the Configuration Guide for all extractor options.

Save Configuration

  1. Click Save Configuration at the top right
  2. First save may take ~10 seconds for database migration

Next Steps