nex_account_create
Creates new platform accounts in the workspace catalog for browser automation, using a platform URL with optional username, password, and 2FA secret. Handles single or batch creation without filling login forms.
Instructions
Create one platform account in the workspace catalog, or pass items to create several. Pass platformUrl; username, password, and 2FA secret are optional and write-only. This does not fill a login form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Create several accounts in one call; each item needs platformUrl | |
| key2fa | No | Write-only authenticator secret; never returned | |
| remark | No | ||
| teamId | No | ||
| password | No | Write-only; never returned | |
| username | No | Login username or email | |
| platformUrl | Yes | Platform website URL, for example https://www.tiktok.com | |
| platformName | No | Display name for the platform |