diff --git a/pages/agent/v3/tokens.md b/pages/agent/v3/tokens.md index b66d3b6367c..679510e6691 100644 --- a/pages/agent/v3/tokens.md +++ b/pages/agent/v3/tokens.md @@ -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 +There is a grace period of 10 minutes after you create a token. Even if you reload the page, the token remains visible during the grace period. New tokens can be created using the [GraphQL API](/docs/apis/graphql-api) with the `agentTokenCreate` mutation.