AgentStack.fyi — file for LLMs and automated fetchers (plain text; no JavaScript; no login) START HERE (static HTML, works with curl and dumb HTTP clients): - Crawl index listing all articles: append your site origin + /crawl/index.html (example: https://agentstack.fyi/crawl/index.html) - About / what this site is (static HTML): /crawl/about.html - Full text of each article (static HTML): /crawl/article/{slug}.html This /llms.txt file is written to disk at deploy time (and mirrored by /api/llms for local dev). It is not a client-rendered app. # AgentStack.fyi > High-signal news and analysis on the AI agent stack: MCP, APIs, CLIs, orchestration, and production agent infrastructure. **Primary no-JS entry:** `/crawl/index.html` — lists every approved article with links to full static pages at `/crawl/article/{slug}.html`. AgentStack.fyi is a curated publication for builders tracking how software is shifting from traditional APIs and UIs toward agent-driven systems. ## What you will find - A homepage feed of approved articles with summaries, categories, and links to deeper analysis on-site (interactive app at `/`). - Long-form analysis pages at `/article/{slug}` with editorial commentary (Markdown) when JavaScript runs. ## Primary audience - AI engineers and platform teams - Founders building agent tooling and infra - Practitioners following MCP and agent runtime evolution ## Contact / site - Site: https://agentstack.fyi - Newsletter signup is available from the site header (email collection for product updates). ## Technical note for crawlers and agents The public homepage (`/`) is a client-rendered React shell, but **you do not need to run JavaScript** to read our content: use `/crawl/index.html`, `/crawl/about.html`, and `/crawl/article/{slug}.html` instead. This file lists every **approved** article below (embedded at deploy from our database). For URL-only discovery see `/sitemap.xml`. For RSS see `/rss.xml`. For **plain HTML without JavaScript** (recommended for automated fetchers and LLMs), each article has a **static snapshot** rebuilt on every deploy: - `/crawl/article/{slug}.html` — full article body, metadata, and JSON-LD; same `link rel="canonical"` as the interactive URL `/article/{slug}`. The interactive route `/article/{slug}` may also return bot-oriented HTML for known crawler user-agents via edge middleware, but the `/crawl/article/` files do not depend on user-agent. ## Approved articles (auto-generated) Each entry is an article that appears on the public feed. Titles and summaries come from the live database. ### Enterprise Software is Losing its Head - URL: https://agentstack.fyi/article/enterprise-software-losing-its-head - Static HTML (no JS): https://agentstack.fyi/crawl/article/enterprise-software-losing-its-head.html - Category: Opinion - Summary: Is 2026 the Year UI Dies? ### Cloudeflare reference architecture for enterprise deployments of MCP - URL: https://agentstack.fyi/article/cloudflare-mcp-ref-arch - Static HTML (no JS): https://agentstack.fyi/crawl/article/cloudflare-mcp-ref-arch.html - Category: MCP - Summary: How Cloudflare secured AI agents across its entire company — and what you can learn from it ### NVIDIA NemoClaw: The Missing Security Layer That Makes AI Agents Ready for the Real World - URL: https://agentstack.fyi/article/nemoclaw - Static HTML (no JS): https://agentstack.fyi/crawl/article/nemoclaw.html - Category: Infra - Summary: NVIDIA's NemoClaw wraps autonomous AI agents in a privacy sandbox ### MCP Roadmap Signals a Shift to Enterprise Grade - URL: https://agentstack.fyi/article/mcp-roadmap - Static HTML (no JS): https://agentstack.fyi/crawl/article/mcp-roadmap.html - Category: MCP - Summary: The MCP roadmap outlines how the protocol is moving from early-adopter experiment to enterprise-grade standard ### Google Launches Ads MCP Server - URL: https://agentstack.fyi/article/google-ads-mcp-server - Static HTML (no JS): https://agentstack.fyi/crawl/article/google-ads-mcp-server.html - Category: API - Summary: Google officially launched an open-source MCP server for the Google Ads API ### Your AI Coding Assistant Could Be Leaking Your Database - URL: https://agentstack.fyi/article/supabase-mcp-exploit - Static HTML (no JS): https://agentstack.fyi/crawl/article/supabase-mcp-exploit.html - Category: Infra - Summary: MCP introduces a new class of security vulnerabilities. The Supabase MCP exploit may be worse than it sounds. ### Figma MCP Introduces AI Agents With Your Design Taste - URL: https://agentstack.fyi/article/figma-agents-mcp - Static HTML (no JS): https://agentstack.fyi/crawl/article/figma-agents-mcp.html - Category: Tooling - Summary: The Design Canvas Just Got a Co-Pilot: Figma Opens Up to AI Agents ### MCP vs. CLI: The Protocol War - URL: https://agentstack.fyi/article/cli-mcp-agent-convergence - Static HTML (no JS): https://agentstack.fyi/crawl/article/cli-mcp-agent-convergence.html - Category: Opinion - Summary: Industry debate casts uncertainty on the future of agent protocols ### Claude Managed Agents: Moving Agent Infrastructure Out of Your Codebase - URL: https://agentstack.fyi/article/claude-managed-agents - Static HTML (no JS): https://agentstack.fyi/crawl/article/claude-managed-agents.html - Category: Infra - Summary: Claude Managed Agents introduces a new layer in the AI stack: a hosted runtime for agents