From 45f992f08b1ce4ff15452c316e23cef3d5800c1e Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 08:20:50 +0000 Subject: [PATCH] docs: add frontmatter to guides/token-management.md --- content/docs/guides/token-management.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/docs/guides/token-management.md b/content/docs/guides/token-management.md index b73be23..342dc3b 100644 --- a/content/docs/guides/token-management.md +++ b/content/docs/guides/token-management.md @@ -1,3 +1,8 @@ +--- +title: Token Management API +description: Mint, list, and revoke per-workspace bearer tokens. Each token is scoped to a single workspace — authentication reference for the Phase 30 remote agent system. +--- + # Token Management API Workspace bearer tokens authenticate agents and API clients against the Molecule AI platform. Each token is scoped to a single workspace — a token from workspace A cannot access workspace B.