> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goantiai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Management

> Full visibility and control over all tokens in your workspace.

## Active Token Inspector

See all currently active tokens with agent name, scopes, expiry, and custom TTL status. Revoke any token instantly — takes effect within seconds.

## Token History

Every token ever issued, including expired and revoked ones, with the reason it ended:

| Reason                | What happened                                           |
| --------------------- | ------------------------------------------------------- |
| **Normal expiry**     | Token reached its expiry time                           |
| **Manual revocation** | Revoked by an operator                                  |
| **System kill**       | Revoked automatically (agent revoked, budget exhausted) |
| **Key compromised**   | Signing key was marked compromised                      |

## Revocation Certificates

Generate a cryptographically signed **Revocation Certificate** for any token — useful for compliance audits. Includes token metadata, termination reason, and the identity of who revoked it.

## Signing Key Rotation

Rotate your workspace's signing key from **Settings → Security → Signing Keys**. Existing tokens remain valid until they expire — only new tokens use the new key.

If a key is ever compromised, use **Emergency Compromise** to immediately revoke all tokens signed with that key.
