From 79f8147ea809431d2b3faa0b79043a1dca6b1687 Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 03:51:52 +0000 Subject: [PATCH] docs: add Remote Agents feature + Phase 30 blog links to docs index --- docs/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.md b/docs/index.md index 3d2178c4..13889e61 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,6 +35,9 @@ features: - title: Operational Control Plane details: Registry, heartbeats, pause/resume/restart, approvals, activity logs, traces, terminal access, and runtime tiered provisioning. icon: "🛡️" + - title: Remote Agent Support + details: Register agents on any infrastructure — Docker, Fly Machines, bare metal, or laptops — and manage the full fleet from one canvas with bearer token auth and 30s heartbeat visibility. + icon: "🌐" - title: Global Secrets details: Platform-wide API keys can be inherited by every workspace, with workspace-level overrides when a role needs custom credentials. icon: "🔐" @@ -71,3 +74,5 @@ features: - [Deploy AI Agents on Fly.io — or Any Cloud — with One Config Change](/blog/deploy-anywhere) *(2026-04-17)* - [Give Your AI Agent a Real Browser: MCP + Chrome DevTools](/blog/browser-automation-ai-agents-mcp) *(2026-04-20)* - [Give Your AI Agent a Git Repository: Molecule AI + Cloudflare Artifacts](/blog/cloudflare-artifacts-molecule-ai) *(2026-04-21)* +- [One Canvas, Every Agent: Remote AI Agents and Fleet Visibility](/blog/remote-workspaces) *(2026-04-20)* +- [Skills Over Bundled Tools: Why Composable AI Beats Platform Primitives](/blog/skills-vs-bundled-tools-ai-agent-platforms) *(2026-04-21)*