Skip to content

Supabase is now a connector on Perplexity Computer

7 Aug 2026

·

2 minute read

Supabase is available as a connector on Perplexity Computer. With Supabase as a persistent data layer, Computer can read from and write back to your Postgres tables, keeping state across runs without custom glue code.

Perplexity Computer is an agent that runs multi-step work across 400+ apps, including GitHub, Vercel, Datadog, Stripe, and Slack. Connect your Supabase project and your database joins that loop.

What you can do with the Supabase connector#

The connector handles the kind of work you'd normally context-switch into the Supabase Dashboard or psql for:

  • Answer questions about production data: ask which tables grew the most this week, and Computer runs the query and answers.
  • Debug from a support ticket: pull a user record, check their last sign-in, and find their failed payments in one prompt.
  • Test Edge Functions: invoke send-welcome-email with a test payload without leaving the chat.
  • Put recurring queries on a schedule: Computer runs your weekly growth query and posts the report to Slack every Monday.

Because Computer spans your other tools, a single prompt can too. For example, join Stripe cancellation events with your Supabase behavioral data to find where users drop off, then ship the fix through a GitHub PR.

Get started#

Build in a weekend, scale to millions