supabase_create_branch
Creates a development branch on a Supabase project. This will apply all migrations from the main project to a fresh branch database. Note that production data will not carry over. The branch will get its own project_id via the resulting project_ref. Use this ID to execute queries and migrations on the branch.
Bulk support: accepts project_ids, confirm_cost_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project_id | Yes | ||
| project_ids | No | ||
| confirm_cost_id | Yes | ||
| confirm_cost_ids | No |