Skip to main content
Tokens are short-lived credentials your agent uses to authenticate to downstream services. The SDK handles this automatically.

How it works

Request a token

Token lifetimes

Tokens with write or admin scopes are capped at 15 minutes regardless of your custom TTL. This cannot be disabled.
The SDK caches tokens, renews them before expiry, and detects revocations via background TRL polling every 15 seconds. You never manage token lifetimes manually.