create_auth_user
Registers a new user account in Supabase using the Admin API with email and password. Requires service role key for authentication.
Instructions
Creates a new user using Supabase Admin API. Requires service role key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | User role. | authenticated |
| Yes | The email address for the new user. | ||
| password | Yes | Plain text password (min 6 chars). WARNING: Insecure. | |
| app_metadata | No | Optional app metadata. | |
| user_metadata | No | Optional user metadata. |