Creates a new PAT for the authenticated user. The plaintext token is returned ONLY in this response, it cannot be retrieved later. Store it immediately.
Browser session required. PATs cannot create other PATs.
Constraints: maximum of 10 active tokens per user. Creating an 11th returns 409.
Valid scopes: read, write. Tokens with no valid scopes return 400.
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Human label for the token (e.g. Claude Desktop, MacBook Pro).
1 - 100Token scopes. Defaults to ["read"] if omitted.
read, write Optional explicit expiry. Server does not enforce a default expiry.
Token created. The plaintext field is returned ONCE, never again.
Safe-to-display metadata for a Personal Access Token. The plaintext token is NEVER returned here, only on creation.
User-supplied label for the token.
First 6 chars of the token (e.g. aky_a1b), for visual identification.
read, write The full PAT (aky_<32 chars>). Returned ONCE at creation, never retrievable again. Store immediately.