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
- Go to supabase.com and sign up or log in
- Click New Project
- Choose your organization and region (pick the region closest to your users)
- Name the project (e.g.,
clarento-assets) and set a database password - Wait for the project to finish provisioning
Get Your Credentials
From your Supabase project dashboard:
- Go to Settings → API
- Copy the Project URL (e.g.,
https://abc123.supabase.co) - Copy the anon public key (starts with
eyJ...) - Copy the service_role key (starts with
eyJ...) — keep this secret
Configure in Clarento
- Open Clarento in Jira (click the Clarento panel on any issue)
- Go to the Settings tab (gear icon)
- Under Storage Configuration, enter:
- Supabase URL: your project URL
- Supabase Anon Key: the anon public key
- Supabase Service Key: the service_role key
- 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.