Creates a new Supabase project, requiring a unique name (no dots) within the organization; project creation is asynchronous.
nameRequiredstringName for the new project; must be unique within the organization and not contain dots.
planstringSubscription plans (now set at the organization level).
regionRequiredstringGeographical region for the project's server and database.
db_passRequiredstringPassword for the new database (required). Must be a secure password. IMPORTANT: Store this password securely as it cannot be retrieved later via the API and is needed for direct database connections.
kps_enabledbooleanDeprecated and ignored.
template_urlstringOptional URL to a Supabase project template (e.g., from Git) to initialize the project.
organization_idRequiredstringThe actual organization ID or slug from your Supabase account. IMPORTANT: 'personal' is NOT a valid value - you must use the real organization ID returned by the 'List All Organizations' API endpoint (GET /v1/organizations) or found in your Supabase dashboard settings.
postgres_enginestringSupported major versions of the PostgreSQL engine.
release_channelstringAvailable release channels for Supabase software.
desired_instance_sizestringAvailable compute instance sizes for a Supabase project.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.