Agentic Service Discovery

Resources

S

Supabase

by Supabase, Inc.

Connect agents to Supabase for PostgreSQL database operations, file storage, and user management.

DatabasesFree / PaidAPI keydatabasepostgresqlrealtimeauthstoragebaas

How agents use Supabase

  • Store and retrieve agent conversation history for persistent memory
  • Insert structured records generated by AI workflows into PostgreSQL
  • Upload agent-generated files (PDFs, reports) to Supabase Storage
  • Call database functions to execute complex business logic atomically
  • Query user profiles and preferences to personalize agent responses

Agent actions

Query RowsSelect rows from a Supabase table with optional filters

Inputs: table, columns, filters, orderBy, ascending, limit, offset

Returns: rows, count

Insert RowsInsert one or more rows into a table

Inputs: table, data, onConflict, ignoreDuplicates

Returns: rows, count

Update RowsUpdate rows matching a filter condition

Inputs: table, data, filters

Returns: rows, count

Delete RowsDelete rows matching a filter

Inputs: table, filters

Returns: rows, count

Call RPC FunctionCall a PostgreSQL database function (stored procedure)

Inputs: functionName, args

Returns: result

Upload FileUpload a file to Supabase Storage

Inputs: bucket, path, fileContent, contentType, upsert

Returns: path, publicUrl

Get Public URLGet the public URL for a file in a public storage bucket

Inputs: bucket, path

Returns: publicUrl

Example workflows

1

Agent memory store

Persist agent conversation history and context to Supabase for long-term memory

2

User data pipeline

Insert and query user records as part of an onboarding agent workflow

About Supabase

Vendor
Supabase, Inc.
Pricing Always review details with the vendor
Free / PaidFree plan: 2 projects, 500MB database, 1GB storage. Pro at $25/month per project.
Authentication
API key
Rate limit Always review details with the vendor
1000 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with Supabase

Use the Agentic Planner to design, visualize, and connect Supabase with your other tools.

Open Agentic Planner

Related Databases tools