Supabase MCP Server

create_organization

Create a new organization with a specified name and billing email using a standardized interface for managing Supabase projects.

Instructions

Create a new organization

Input Schema

NameRequiredDescriptionDefault
billing_emailYes
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "billing_email": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "billing_email" ], "type": "object" }

You must be authenticated.

Other Tools from Supabase MCP Server

Related Tools

ID: e994hfjjxc