Skip to content
jonathan-factory edited this page May 6, 2026 · 4 revisions

Factory documentation

Purpose

This repository hosts the public documentation for Factory, an AI-native software development platform. The site is published at docs.factory.ai and covers the Factory CLI (droid), the Factory desktop/web app, integrations, enterprise deployment, and a set of guides and references.

The repository is essentially a Mintlify-powered documentation site. Content lives as MDX files under docs/, and navigation/theme are defined in docs/docs.json. See Architecture for how the pieces fit together.

What's in here

  • Product docs — CLI, desktop app, droid-exec, cloud templates, droid computers
  • Capability docs — agent readiness, missions, wiki, code review, droid control, automated QA, droid shield
  • Configuration & extension — settings, AGENTS.md, skills, MCP, custom droids, hooks, custom slash commands, plugins, mixed models, BYOK
  • Integrations — GitHub App, IDEs (JetBrains, Zed, VS Code), Linear, Slack
  • Enterprise — privacy, identity (SSO/SCIM), network/deployment, telemetry, compliance
  • Guides — power-user guides, building plugins, droid-exec recipes, skill recipes, hook recipes
  • Reference — CLI reference, hooks reference, analytics API, readiness reports API
  • Changelog — release notes for the CLI
  • Benchmarks — references to terminal-bench, nextjs-eval, agent-arena, review-benchmark, legacy-bench
  • Japanese localization — full translation under docs/jp/

How docs are built

Docs are authored in MDX with Mintlify's component vocabulary (<Card>, <CardGroup>, <CodeGroup>, <Note>, <Tabs>, etc.). The docs/docs.json file declares navigation, theme colors, fonts, language tabs, redirects, and SEO settings. Mintlify hosts the rendered site.

Quick links


Generated by Factory

Clone this wiki locally