Atmos Pro Logo

Atmos Pro

ProductPricingDocsBlogChangelog
Create Workspace
← Back to Changelog
Feature

Agents Can Now Read the Docs

Erik Osterman

Erik Osterman

CEO & Founder of Cloud Posse

|May 18, 2026

Older

Command Palette

Newer

AI Summary in your GitHub PR comments

Erik Osterman

Erik Osterman

CEO & Founder of Cloud Posse

Erik is the founder of Cloud Posse and creator of Atmos. With over a decade of experience helping teams adopt Terraform at scale, he is passionate about open-source infrastructure tooling and developer experience.

Book a Meeting
Atmos Pro Logo

Atmos Pro

The fastest way to deploy your apps on AWS with Terraform and GitHub Actions.

GitHubTwitterLinkedInYouTubeSlack

For Developers

  • Quick Start
  • Example Workflows
  • Atmos Documentation

Community

  • Register for Office Hours
  • Join the Slack Community
  • Try our Newsletter

Company

  • About Cloud Posse
  • Security
  • Pricing
  • Blog
  • Media Kit

Legal

  • SaaS Agreement
  • Terms of Use
  • Privacy Policy
  • Disclaimer
  • Cookie Policy

© 2026 Cloud Posse, LLC. All rights reserved.

Checking status...

Supercharge your agent with docs

Atmos Pro's MCP server now exposes public documentation as a first-class tool surface. Your agent can search by topic, browse the docs index, and fetch exact pages as clean Markdown from the same MCP connection it already uses for workspace data.
That gives agents a simple advantage: they can read the product docs first, then inspect your live workspace with the right context. Setup, configuration, troubleshooting, and concept questions all start from current Atmos Pro documentation instead of a cold prompt.

Faster help with fewer tokens

The new docs path is optimized for agent context windows:
  • Search first. search_documentation returns the most relevant sections for a topic.
  • Markdown first. Pages are reduced to headings, prose, links, tables, and code blocks, so agents spend tokens on useful instructions.
  • Precise follow-up. get_documentation_page can fetch one page or one section when the agent needs exact setup steps.
  • Portable access. Public .md endpoints, /docs/sitemap.md, and /docs/llms.txt make the same docs useful outside MCP too.
In practice, your agent can move quickly through common questions like:
  • How do I install the MCP server?
  • How should drift detection be configured?
  • What permissions does a workflow need?
  • Why is a workflow dispatch failing?

More self-sufficient agents

The MCP server now tells agents to search documentation before inspecting live workspace state for setup, concept, and troubleshooting questions. That keeps investigations grounded in the current product behavior, then lets the agent move into live data only when it needs workspace-specific facts.
The result is a tighter loop: read the docs, inspect the workspace, explain the fix, and keep going.