docs: rewrite guides index with accurate links and Phase 30 sections

This commit is contained in:
molecule-ai[bot] 2026-04-21 07:21:30 +00:00 committed by GitHub
parent 89cc0dd647
commit 3cf5e950ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).