create_auth_user
Create a new authentication user in Supabase by providing email and password. Use this tool to add users directly to auth.users for testing or administrative purposes.
Instructions
Creates a new user directly in auth.users. WARNING: Requires plain password, insecure. Use with extreme caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The email address for the new user. | ||
| password | Yes | Plain text password (min 6 chars). WARNING: Insecure. | |
| role | No | User role. | authenticated |
| user_metadata | No | Optional user metadata. | |
| app_metadata | No | Optional app metadata. |