diff --git a/docs/blog/2026-04-17-deploy-anywhere/index.md b/docs/blog/2026-04-17-deploy-anywhere/index.md index f969055d..6279301d 100644 --- a/docs/blog/2026-04-17-deploy-anywhere/index.md +++ b/docs/blog/2026-04-17-deploy-anywhere/index.md @@ -103,6 +103,8 @@ No changes to agent code, tool definitions, or orchestration logic. Swap `CONTAI → [Quickstart: choose your deployment backend](/docs/quickstart) +**See also:** [Give Your AI Agent a Real Browser: MCP + Chrome DevTools](/blog/browser-automation-ai-agents-mcp) — wire Chrome DevTools Protocol into your Molecule AI workspace via MCP for production-grade browser automation. + --- *[PR #501](https://github.com/Molecule-AI/molecule-core/pull/501) (Fly Machines provisioner) and [PR #503](https://github.com/Molecule-AI/molecule-core/pull/503) (control plane provisioner) are both merged to `main`. Molecule AI is open source — contributions welcome.* diff --git a/docs/index.md b/docs/index.md index 1ca604df..4fcdc512 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,3 +65,8 @@ features: - [Workspace Runtime](/agent-runtime/workspace-runtime) - [Canvas UI](/frontend/canvas) - [Platform API](/api-protocol/platform-api) + +## Blog + +- [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)*