{{define "content"}}

Agent tokens

The credential an agent presents as Authorization: Bearer <token> to propose over the REST and MCP write planes. Only the stored hash lives in the database, so a token is shown exactly once — when it is minted.

{{if .Data.Minted}}

{{.Data.MintedName}} minted. Copy it now — this is the only time it is shown.

{{.Data.Minted}}
{{end}}
{{if .Data.Tokens}} {{range .Data.Tokens}} {{end}}
NameCreatedState
{{.Name}} {{.Created}} {{if .Active}} active {{else}} revoked {{.Revoked}} {{end}} {{if .Active}}
{{end}}
{{else}}

No tokens yet. Without one the agent write plane refuses every caller as anonymous, so nothing can propose.

{{end}}
{{end}}