Overview

Supabase integration enables Runlet to automatically set up database infrastructure for your workflows. When you connect Supabase, Runlet can create tables, functions, indexes, and all the database components your workflows need - completely automatically.
Supabase integration is optional but recommended for workflows that need data storage, user management, or complex data operations.

What You’ll Get

With Supabase integration, Runlet provides:

Automated Database Setup

Runlet automatically creates tables, indexes, and functions your workflows need

Smart Schema Design

Optimal database structure based on your workflow requirements

Security & Performance

Built-in security policies and performance optimizations

Zero Configuration

No manual database setup - everything is handled automatically

Prerequisites

Before setting up Supabase integration:

Supabase Account

Free account at supabase.com

Database Access

Admin access to create tables and functions in your Supabase project

Step 1: Connect via OAuth

Connecting Supabase to Runlet is simple and secure using OAuth authentication:
1

Access Integration Button

  1. In your Runlet chat interface, look for the integrations button (next to the send button)
  2. Click on the integrations button to open the integration options
2

Select Supabase Integration

  1. Click on “Connect Supabase” from the integration options 2. This will open a secure OAuth authorization screen
3

Authorize Runlet

  1. You’ll be redirected to Supabase’s authorization page 2. Sign in to your Supabase account if not already logged in 3. Review the permissions Runlet is requesting 4. Click “Authorize runlet.ai” to grant access
4

Integration Complete

Once authorized, you’ll be redirected back to Runlet and the integration will be active. Runlet now has access to create and manage database resources in your Supabase projects.

Step 2: Automatic Database Setup

Once connected, Runlet handles all database setup automatically:
No manual setup required! Runlet automatically creates all necessary database components when your workflows need them.

What Runlet Does Automatically

When you create workflows that need database functionality, Runlet will automatically:

Step 3: Using Your Supabase Integration

Once connected, you can immediately start creating workflows that use database functionality:

Example Use Cases

“Create a user registration system with email verification” Runlet will automatically: - Create a users table with proper fields - Set up email verification functions - Create secure authentication flows - Implement user session management

How It Works

1

Describe Your Workflow

Simply tell Runlet what you want to build, including any data storage needs. Example: “I need a workflow that stores customer feedback in a database and sends weekly summary reports”
2

Automatic Database Design

Runlet analyzes your requirements and automatically designs the optimal database structure for your needs.
3

Instant Deployment

The workflow is created with all necessary database components and deployed to your n8n instance, ready to use immediately.

Managing Your Integration

Integration Status

You can check and manage your Supabase integration at any time:

Troubleshooting

Common Issues

Next Steps

With Supabase integration complete, you can:

Need Help?