From 3cf5e950efba18fe3abed2bba1930ca469909c30 Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:21:30 +0000 Subject: [PATCH] docs: rewrite guides index with accurate links and Phase 30 sections --- content/docs/guides/index.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/content/docs/guides/index.md b/content/docs/guides/index.md index 22cc6ce..46de43b 100644 --- a/content/docs/guides/index.md +++ b/content/docs/guides/index.md @@ -2,15 +2,22 @@ Step-by-step guides for common Molecule AI integrations and configurations. -## Browser Automation - -- [Chrome DevTools MCP Server Setup](/docs/guides/chrome-devtools-mcp-setup) — Connect a Chrome DevTools MCP server to Molecule AI for browser automation in AI agents. - ## Getting Started - [Quickstart](/docs/quickstart) — Deploy your first AI agent in under 5 minutes. +## Remote Agents + +- [External Agent Registration](/docs/guides/external-agent-registration) — Register agents running outside the platform Docker network (on laptops, cloud VMs, edge devices) as first-class workspaces with per-workspace bearer tokens. +- [Remote Workspaces FAQ](/docs/guides/remote-workspaces) — Common questions about running agents outside the platform's Docker network. +- [Token Management API](/docs/guides/token-management) — Mint, list, and revoke per-workspace bearer tokens for remote agents. + ## Integrations -- [MCP Server Reference](/docs/mcp-server) — Full reference for all supported MCP servers. -- [External Agent Registration](/docs/external-agents) — Register agents from other platforms (Google ADK, OpenCode) in Molecule AI workspaces. +- [MCP Server Setup](/docs/guides/mcp-server-setup) — Connect Claude Code, Cursor, or any MCP-compatible tool to Molecule AI. Full 87-tool reference for workspace management, agents, secrets, memory, schedules, channels, plugins, and more. +- [Chrome DevTools MCP Server Setup](/docs/guides/chrome-devtools-mcp-setup) — Connect a Chrome DevTools MCP server to Molecule AI for browser automation in AI agents. + +## Authentication + +- [Org-Scoped API Keys](/docs/guides/org-api-keys) — Mint, audit, and revoke named API keys for organization-level access. Replace `ADMIN_TOKEN` with scoped credentials for scripts, agents, and CI. +- [Workspace Auth Tokens](/docs/architecture/workspace-auth-tokens) — Technical deep-dive on per-workspace bearer token authentication (Phase 30.1). \ No newline at end of file