Public documentation for the BentoLabs platform and SDKs. Built on Mintlify.
Live site: docs.bentolabs.ai
Install the Mintlify CLI (requires Node 19 to 24, not Node 26+):
npm install -g mintPreview locally:
mint devOpens at http://localhost:3000. Hot-reloads on file save.
docs.json Mintlify configuration (theme, navigation, SEO)
index.mdx Landing page
quickstart.mdx Three-step onboarding
changelog.mdx SDK release notes
404.mdx Not-found page
concepts/ Cross-cutting docs (attribute mapping, troubleshooting)
python/ Python SDK reference
typescript/ TypeScript SDK reference
snippets/ Reusable MDX fragments (imported via /snippets/<name>.mdx)
logo/ Light + dark brand marks
images/ Static assets
AGENTS.md Contributor and style guide
.github/workflows/ CI: validate, broken-links, a11y
Before pushing:
mint validate # docs.json + MDX schema
mint broken-links --check-anchors --check-snippets
mint a11y # alt text + contrastCI runs all three on every PR. See .github/workflows/docs-ci.yml.
Read AGENTS.md before editing. Top rules:
- Active voice, second person
- Sentence case headings
- No em dashes (use period, comma, colon, or hyphen)
- Bold for UI elements: Click Settings
- Code formatting for file names, commands, paths
Repeated content lives in /snippets/. Import with an absolute path:
import InstallPython from "/snippets/install-python.mdx";
<InstallPython />Existing snippets: install-python, install-typescript, install-sdk (both), api-key-setup, track-ai-canonical.
Pushes to main deploy automatically via the Mintlify GitHub app. PRs get a preview URL.