Create superuser
create_superuserCreate a superuser account with full administrative access to a PocketBase instance by providing an email and password. This grants complete admin control for managing the backend.
Instructions
Create a new superuser (admin) account. Provide email and password. The new superuser has full administrative access to the instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Superuser email. | ||
| password | Yes | Superuser password (min 8 chars). | |
| passwordConfirm | No | Password confirmation (defaults to password). |