View Documentation | SDK | CLI | Providers
Official documentation for the pragma-os platform.
| Section | Description |
|---|---|
| Getting Started | Prerequisites, quickstart, and setup verification |
| Concepts | Core concepts: resources, providers, reactive dependencies |
| Guides | Error recovery, migration guides |
| Troubleshooting | Common issues and solutions |
| CLI Reference | Command-line interface documentation |
| SDK Reference | Python SDK for building providers |
| Resource Store | Provider catalog and resource overview |
| Building Providers | Complete guide to creating custom providers |
| MCP | Model Context Protocol server documentation |
| API Reference | REST API documentation |
Install the Mintlify CLI:
npm i -g mintlifyStart the local development server:
mintlify devView your changes at http://localhost:3000.
docs/
├── docs.json # Navigation and theme configuration
├── index.mdx # Landing page
├── getting-started/ # Onboarding guides
├── concepts/ # Core concepts
├── guides/ # How-to guides
├── cli/ # CLI reference
├── sdk/ # SDK reference
├── building-providers/ # Provider development
├── api-reference/ # API documentation
└── learn/ # Platform overview and comparisons
- Use MDX format with YAML frontmatter
- Every page requires
titleanddescriptionin frontmatter - Use relative paths for internal links
- Test all code examples before publishing
- Follow existing patterns for consistency
Changes pushed to main are automatically deployed via the Mintlify GitHub integration.
MIT
