Create personal token
create_personal_tokenGenerate a personal access token for API authentication. Requires an admin PAT. Returns the account-wide token once. Specify a name, optional scope, and expiration to control access.
Instructions
Create a personal access token. The raw account-wide token is returned once. Requires an admin PAT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Label you choose to identify the personal token. | |
| scope | No | ||
| expires_in_days | No | ||
| idempotency_key | No |