Back to Prisma in Google Sheets
SheetXAI logo
Prisma logo
Prisma · Google Sheets Guide

List All Prisma Deployment Regions Into a Google Sheet

2026-05-14
5 min read

The Scenario

You are a solutions architect building a multi-tenant SaaS. Customers at signup choose which cloud region they want their data stored in. Your product team wants to offer every region where Prisma Postgres is available — but the list in your head is from a blog post you read six months ago, and new regions have shipped since then.

Before the signup flow goes into QA, you need an authoritative spreadsheet: every available Prisma Postgres region, its ID, its current availability status, and — separately — the Accelerate cache regions so your CDN team can plan the edge layer.

The bad version:

  • Open the Prisma docs and the console, cross-reference the regions page
  • Notice the docs and the console don't match — one shows a region the other doesn't
  • Type the region IDs into a sheet manually, double-check spelling on three of them
  • Realize you have no Accelerate region data yet and need to go back through a second docs page

The Easy Way: One Prompt in SheetXAI

SheetXAI is an AI agent that lives inside your Google Sheet. It reads your spreadsheet context, and through its Prisma integration it can fetch the current list of available regions directly from the platform and write them into your sheet as the authoritative reference.

Open a blank architecture planning sheet and try:

List all available Prisma Postgres deployment regions and put them in this sheet with their region ID and availability status

What You Get

  • One row per region with the official region ID (e.g., us-east-1, eu-west-1)
  • Availability status per region — available, limited, or coming soon
  • Rows sorted alphabetically by region ID for easy scanning
  • The list reflects the current state of the Prisma platform, not a cached docs page

What If the Data Is Not Quite Ready

I want both Postgres regions and Accelerate cache regions side by side

Fetch both the Prisma Postgres regions and the Accelerate cache regions and write them side-by-side in two columns in this sheet for region planning — column A for Postgres regions, column B for Accelerate regions, with availability status next to each

I want to cross-reference which Accelerate regions are geographically close to each Postgres region

List all Prisma Postgres regions in column A with their availability in column B, list all Accelerate regions in column C with availability in column D, and in column E for each Postgres region note the closest Accelerate region by geography

I want to flag regions that are not yet generally available

List all Prisma Postgres deployment regions with region ID and availability status, and in column C mark "GA" for generally available regions and "preview" for anything listed as limited or coming soon

Fetch all Prisma Postgres regions and Accelerate regions, write the full list to this sheet with IDs and availability, then in a separate section below write a recommended region set for a SaaS serving North America, Europe, and Southeast Asia — one primary Postgres region per continent and the nearest Accelerate cache region for each

The pattern: fetch the current region data and apply your architecture planning logic in one prompt so the sheet is ready to share with your CDN and infrastructure teams immediately.

Try It

Get the 7-day free trial of SheetXAI and open any architecture planning sheet, then ask it to pull the full Prisma region list and generate your recommended multi-region configuration. See also the spoke on bulk creating Prisma databases or the hub overview.

Stop memorizing formulas.
Tell your spreadsheet what to do.

Join 4,000+ professionals saving hours every week with SheetXAI.

Learn more