Skip to content

Access Tokens

Access tokens support programmatic access patterns where user login UI is not used.

  • Create token with name and expiration
  • Copy token value at creation time
  • Delete token when no longer needed
  • Use short-lived tokens whenever possible.
  • Keep one token per integration purpose.
  • Rotate and revoke tokens proactively.

show token create and one-time reveal flow.