supabase_create_project
Creates a new Supabase project. Always ask the user which organization to create the project in. The project can take a few minutes to initialize - use get_project to check the status.
Bulk support: accepts organization_ids, confirm_cost_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| region | Yes | ||
| confirm_cost_id | Yes | ||
| organization_id | Yes | ||
| confirm_cost_ids | No | ||
| organization_ids | No |