---
title: Supabase is now a connector on Perplexity Computer
description: >-
  Supabase is now a connector on Perplexity Computer. Query your Postgres data,
  look up users, and invoke Edge Functions from a Perplexity chat.
author: natalie_roberge
date: '2026-08-07'
tags:
  - ai
  - perplexity
  - integrations
categories:
  - product
---
Supabase is available as a [connector on Perplexity Computer](https://www.perplexity.ai/connectors/supabase?utm_source=supabase\&utm_medium=partner\&utm_campaign=builders_blog_%2Baug6). 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](https://www.perplexity.ai/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

- [Connect Supabase on Perplexity](https://www.perplexity.ai/connectors/supabase?utm_source=supabase\&utm_medium=partner\&utm_campaign=builders_blog_%2Baug6)
- New to Supabase? [Start your project for free](https://supabase.com/), then connect it to Computer
