From 7830ef71d5588213b15fa9c28925e42ba87f1db1 Mon Sep 17 00:00:00 2001 From: matt423 Date: Wed, 25 Mar 2026 13:33:11 +0000 Subject: [PATCH 1/2] Document access token expiration and rotation Add token expiration and rotation sections to the access tokens page, covering expiry options, reminder emails, and the rotation workflow. --- .../docs/platform/account/access-tokens.mdx | 44 +++++++++++++++++-- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/src/pages/docs/platform/account/access-tokens.mdx b/src/pages/docs/platform/account/access-tokens.mdx index bee485dba9..6d0a990cb8 100644 --- a/src/pages/docs/platform/account/access-tokens.mdx +++ b/src/pages/docs/platform/account/access-tokens.mdx @@ -1,7 +1,7 @@ --- title: "Access tokens" -meta_description: "Create and manage access tokens to authenticate with the Ably Control API and Ably CLI." -meta_keywords: "access tokens, Control API, Ably CLI, authentication, capabilities" +meta_description: "Create and manage access tokens to authenticate with the Ably Control API and Ably CLI, including expiration and rotation." +meta_keywords: "access tokens, Control API, Ably CLI, authentication, capabilities, token expiration, token rotation" --- Access tokens authenticate requests to the [Control API](/docs/platform/account/control-api) and the [Ably CLI](/docs/platform/tools/cli). They are scoped to a specific account and grant a configurable set of capabilities. Manage your tokens from the [Access tokens](https://ably.com/users/access_tokens) page in the Ably dashboard. @@ -16,8 +16,9 @@ To create a new access token: 2. Click **Create new token**. 3. Enter a **Name** for the token. This is for your reference only and is not used in API requests. 4. Select the **Account** the token is scoped to. This is auto-selected if you only have one account. -5. Select the **Capabilities** the token requires. Capabilities are grouped into categories such as Apps, Keys, Rules, Queues, Namespaces, and Statistics. Each category has individual read and write checkboxes, and a "Select all" toggle. -6. Click **Create token**. +5. Select an **Expiry** period for the token. Choose from 30 days, 60 days, 90 days, or no expiry. The default is 30 days. +6. Select the **Capabilities** the token requires. Capabilities are grouped into categories such as Apps, Keys, Rules, Queues, Namespaces, and Statistics. Each category has individual read and write checkboxes, and a "Select all" toggle. +7. Click **Create token**.