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
1 change: 1 addition & 0 deletions pages/agent/v3/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The token is used by the Buildkite Agent's [start](/docs/agent/v3/cli-start#star
It's recommended you use your platform's secret storage (such as the [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html)) to allow for easier rollover and management of your agent tokens.

## Creating tokens
Note: There is a grace period of 10 minutes after Agent Token is created. During this period, even if the page is reloaded the Token will still be visible.

New tokens can be created using the [GraphQL API](/docs/apis/graphql-api) with the `agentTokenCreate` mutation.

Expand Down