betadrop_token_create
Create a CLI token with custom permissions and expiration to secure API access. The plaintext token displays once, so copy it immediately to avoid regeneration.
Instructions
Create a new CLI token. The plaintext token is shown exactly once — copy it immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable label for the token (max 100 chars). | |
| abilities | No | Permissions granted to the token. Defaults to ['*'] (all). | |
| expiresInDays | No | Token lifetime in days (1–365). Omit for no expiry. |