Agentic Service Discovery

Resources

S

Supabase

by Supabase, Inc.

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

DatabaserGratis / BetaltAPI-nøgledatabasepostgresqlrealtimeauthstoragebaas

Sådan bruger agenter 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

Agenthandlinger

Query RowsSelect rows from a Supabase table with optional filters

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

Returnerer: rows, count

Insert RowsInsert one or more rows into a table

Input: table, data, onConflict, ignoreDuplicates

Returnerer: rows, count

Update RowsUpdate rows matching a filter condition

Input: table, data, filters

Returnerer: rows, count

Delete RowsDelete rows matching a filter

Input: table, filters

Returnerer: rows, count

Call RPC FunctionCall a PostgreSQL database function (stored procedure)

Input: functionName, args

Returnerer: result

Upload FileUpload a file to Supabase Storage

Input: bucket, path, fileContent, contentType, upsert

Returnerer: path, publicUrl

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

Input: bucket, path

Returnerer: publicUrl

Eksempel på 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

Om Supabase

Leverandør
Supabase, Inc.
Pris Tjek altid detaljer med udbyderen
Gratis / BetaltFree plan: 2 projects, 500MB database, 1GB storage. Pro at $25/month per project.
Godkendelse
API-nøgle
Hastighedsgrænse Tjek altid detaljer med udbyderen
1000 anmodninger / minut
Kompatible noder
AgentResourceInputOutput

Byg et AI-workflow med Supabase

Brug Agentic Planner til at designe, visualisere og forbinde Supabase med dine andre værktøjer.

Åbn Agentic Planner

Relaterede Databaser-værktøjer

Supabase AI Agent Integration | Fugentic