Official documentation for Tembo - your engineering agent that monitors, fixes bugs, implements features, and improves your codebase autonomously.
This repository contains the source files for Tembo's documentation site, built with Mintlify. The documentation covers:
- Getting started with Tembo
- Feature guides (coding agents, sandboxes, MCP servers, pull requests, feedback loops, hooks)
- Integration setup (GitHub, GitLab, Bitbucket, Slack, Sentry, Linear, Jira, PostgreSQL, AWS, Supabase, Raycast)
- Security and billing information
- API reference
- Node.js (v14 or higher)
- npm or pnpm
- Install the Mintlify CLI:
npm i -g mintlify- Run the development server from the repository root (where
docs.jsonis located):
mintlify dev- Open your browser to preview the documentation locally (typically at
http://localhost:3000)
- Documentation pages are written in MDX format (Markdown with JSX components)
- All pages require frontmatter with
titleanddescriptionfields - Navigation structure is defined in
docs.json - Use relative paths for internal links
- Include language tags on all code blocks
- Test code examples before committing
See CLAUDE.md for detailed content guidelines and writing standards.
.
├── docs.json # Main configuration file
├── welcome.mdx # Homepage
├── features/ # Feature documentation
├── integrations/ # Integration guides
├── images/ # Image assets
├── logo/ # Brand assets
├── snippets/ # Reusable content snippets
└── openapi.documented.yml # API reference specification
Changes pushed to the main branch are automatically deployed to production via Mintlify's GitHub integration. Please ensure all changes are reviewed and tested before merging.
- Dev server not starting: Run
mintlify installto reinstall dependencies - 404 errors: Ensure you're running the command in the directory containing
docs.json - Build errors: Check that all MDX files have valid frontmatter and proper Markdown syntax
When contributing to the documentation:
- Follow the writing standards in
CLAUDE.md - Test your changes locally with
mintlify dev - Ensure all code examples are tested and working
- Use descriptive commit messages
- Keep content concise and user-focused
For questions about licensing, please contact support@tembo.io.