Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/enterprise/service-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Service accounts are non-human identities that automate work on behalf of your o

<CardGroup cols={2}>
<Card title="Create a service account" icon="user-plus">
Add a stable identity from Settings. Give it a clear name and optional description so teammates know what it runs.
Add a stable identity from the API keys section in Settings. Give it a clear name and optional description so teammates know what it runs. You must be a manager to create one.
</Card>
<Card title="Generate API keys" icon="key">
Create keys for scripts, CI jobs, and other automated workloads. Key values are shown only once, so copy them and store them securely.
Expand Down
Loading