Learn how to build AI agents with Supabase access using xpander.ai. This integration enables intelligent document-aware AI assistants that can read from, write to, and query your SupaBase database, allowing seamless automation, analysis, and organization of project data in real time.

Authentication Options

SupaBase API access configuration

For programmatic access and automation:

  1. Sign in to your SupaBase Account.
  2. Click on the Personal Access Token section in your account:
  3. Click Generate new token

  4. Give it a proper name, copy the token and store it somewhere secure.

The API gives you powerful capabilities in order to enhance your SupaBase experience. It’s very important to keep your API token secure.

Let’s create the Xpander.ai Supabase interface!

  1. Write your interface name.
  2. Select the interface access you’d like.
  3. Select the API key authentication method.
  4. Select the Integration user authentication scope.
  5. Select Bearer as the Auth type.
  6. Paste the token copied earlier in the API Key field using this template: [YOUR_API_KEY], like so:

Note: Make sure to replace [YOUR_API_KEY] with your actual SupaBase API key.

Then save the interface.

For more information about the SupaBase REST API, click here.

For the full Supabase OpenAPI Docs, click here.