Supabase
by Supabase, Inc.
Connect agents to Supabase for PostgreSQL database operations, file storage, and user management.
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
Inputs: table, columns, filters, orderBy, ascending, limit, offset
Returns: rows, count
Inputs: table, data, onConflict, ignoreDuplicates
Returns: rows, count
Inputs: table, data, filters
Returns: rows, count
Inputs: table, filters
Returns: rows, count
Inputs: functionName, args
Returns: result
Inputs: bucket, path, fileContent, contentType, upsert
Returns: path, publicUrl
Inputs: bucket, path
Returns: publicUrl
Example workflows
Agent memory store
Persist agent conversation history and context to Supabase for long-term memory
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 / Paid — Free 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
- Website
- https://supabase.com
Build an AI workflow with Supabase
Use the Agentic Planner to design, visualize, and connect Supabase with your other tools.
Open Agentic Planner