user_create
Create new users and assign product access in the Pickaxe platform for managing AI agents, knowledge bases, and analytics.
Instructions
Create a new user with optional product access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| studio | No | Studio name to use. Available: STAGING, MAIN, DEV, PRODUCTION. Default: PRODUCTION | |
| Yes | User's email address (required) | ||
| name | No | User's display name | |
| password | No | User's password (optional - they can reset) | |
| products | No | Array of product IDs to grant access to | |
| isEmailVerified | No | Mark email as verified. Default: false |