Create a personal access token
Create a new personal access token for the current user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Name for the personal access token. Must be 3-36 characters, start with a lowercase letter, end with a lowercase alphanumeric character, and contain only lowercase letters, numbers, and hyphens.
"my-ci-token"
Expiration date in ISO format. The token becomes invalid after this date.
"2026-09-01T12:00"
Account name that owns this personal access token.
Team name that owns this personal access token.
Format of the issued token. Leave empty to use the tenant override or platform default.
jwt, opaque Response
The newly created personal access token.
The generated authentication token. Store this securely — it cannot be retrieved later.