Skip to content
Open
Changes from 1 commit
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
2 changes: 2 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,8 @@ 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.

API Key Policy is available with our Enterprise plans.
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

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

The line has an extra leading space at the beginning. It should start without any leading whitespace to be consistent with other documentation lines in the file.

Suggested change
API Key Policy is available with our Enterprise plans.
API Key Policy is available with our Enterprise plans.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do not capitalise "API Key Policy". Use API key policy or API key policies. Suggest you use "our Enterprise plan" unless we mean both Ultra and Enterprise, in which case I would say "our Ultra and Enterprise plans"


## 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