Skip to content

Supabase Setup

Clarento uses Supabase for file storage and asset metadata. You'll need to create a Supabase project and connect it to Clarento.

Create a Supabase Project

  1. Go to supabase.com and sign up or log in
  2. Click New Project
  3. Choose your organization and region (pick the region closest to your users)
  4. Name the project (e.g., clarento-assets) and set a database password
  5. Wait for the project to finish provisioning

Get Your Credentials

From your Supabase project dashboard:

  1. Go to SettingsAPI
  2. Copy the Project URL (e.g., https://abc123.supabase.co)
  3. Copy the anon public key (starts with eyJ...)
  4. Copy the service_role key (starts with eyJ...) — keep this secret

Configure in Clarento

  1. Open Clarento in Jira (click the Clarento panel on any issue)
  2. Go to the Settings tab (gear icon)
  3. Under Storage Configuration, enter:
    • Supabase URL: your project URL
    • Supabase Anon Key: the anon public key
    • Supabase Service Key: the service_role key
  4. Click Save & Test Connection

Clarento will verify the connection and create the required storage buckets and database tables automatically.

Storage Buckets

Clarento creates a clarento-assets bucket in your Supabase project. All uploaded files are stored here with public read access for CDN delivery.

Next Steps

Built by Norda