Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/policy-management/api-key-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import img_confirmed_disabled from './images/api-key-policy/e6c8ed318a1507a5f21e

The API key policy allows workspaces to customize the maximum age of API keys across all workspace accounts, by specifying the duration after which keys should be rotated. Frequent API Key rotation ensures that API keys older than the designated age are invalidated for authentication, with the added flexibility to enforce a refresh for keys that exceed the specified duration.

<Note variant="note" headline="Early Access">
API Key Policy feature is in early access; if you would like to try this feature, please [Contact Us](https://cloudsmith.com/company/contact-us).
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence “API Key Policy feature is in early access” reads ungrammatical/awkward. Consider rephrasing to “The API Key Policy feature is in early access…” or simply “API Key Policy is in early access…”, and (optionally) split the clause into two sentences for readability.

Suggested change
API Key Policy feature is in early access; if you would like to try this feature, please [Contact Us](https://cloudsmith.com/company/contact-us).
The API Key Policy feature is in early access. If you would like to try this feature, please [Contact Us](https://cloudsmith.com/company/contact-us).

Copilot uses AI. Check for mistakes.
</Note>

## View API Key Policy

To view your workspace's API Key Policy, go to your Workspace settings > Manage policies and select Authentication Policies from the left-hand menu.
Expand Down