Creates a new, isolated database branch from an existing Supabase project (identified by `ref`), useful for setting up separate environments like development or testing, which can optionally be linked to a Git branch.
refRequiredstringThe unique reference ID of the parent Supabase project.
regionstringGeographical region for the new database branch.
git_branchstringGit branch name to associate with this database branch, linking database states to code branches.
persistentbooleanSpecifies if the branch is persistent (true) or ephemeral (false); ephemeral branches might be auto-deleted.
branch_nameRequiredstringA unique name for the new database branch.
postgres_enginestringDesired PostgreSQL engine version for the new branch.
release_channelstringRelease channel for Supabase features on this branch, determining feature stability.
desired_instance_sizestringCompute instance size for the new database branch.
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.