Documentation for Polos, a durable execution platform for AI agents.
Install the Mintlify CLI to preview documentation changes locally:
npm i -g mintRun the development server at the root of the documentation directory:
mint devView your local preview at http://localhost:3000.
docs.json- Main configuration file for navigation and settingsindex.mdx- Landing pagefundamentals/- Core concepts and fundamentalsagents/- Agent-specific documentationworkflows/- Workflow documentationguides/- Guides and examplesobservability/- Observability and tracingcommunity/- Community resources
Changes are automatically deployed to production after pushing to the default branch via the Mintlify GitHub integration.
- Dev environment not running: Run
mint updateto ensure you have the latest CLI version - Page loads as 404: Make sure you're running
mint devin the directory containingdocs.json - Styling issues: Check
styles.cssfor custom CSS overrides