{{define "content"}}
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.
{{.Data.MintedName}} minted. Copy it now — this is the only time it is shown.
{{.Data.Minted}}
| Name | Created | State | |
|---|---|---|---|
| {{.Name}} | {{.Created}} |
{{if .Active}}
active
{{else}}
revoked
{{.Revoked}}
{{end}}
|
{{if .Active}} {{end}} |
No tokens yet. Without one the agent write plane refuses every caller as anonymous, so nothing can propose.
{{end}}