Summary
Factory is an agent-native software development platform whose Droid agents write, review, test and ship code from a desktop app, terminal, IDE, headless CI runs or hosted cloud computers. Enterprise deployments add org policy, airgapped builds and bring-your-own model endpoints.
- Best for
- Engineering organizations that want AI agents handling more of the SDLC than code generation alone (triage, testing, release and documentation) and are willing to pay enterprise pricing for deployment flexibility and compliance controls.
- Not for
- Individual developers or small teams wanting a free or low-cost entry point: there is no free tier, and the deepest enterprise controls require a custom-priced sales conversation.
- From
- $20/monthbilled monthly
- Free tier
- NoNo free plan or trial is published. The six plans are Pro $20/mo, Plus $100/mo, Max $200/mo, Teams $60/mo plus $40/mo per seat, and quote-only Business and Enterprise. Within a paid plan, the Droid Core open-weight pool and a BYOK allowance are free.
What it does
- Writes code
- YesDroid authors and patches code from a natural-language task across app, CLI and cloud surfaces.
It uses LLMs to analyze existing code and generate new code, then applies patches on disk, with git as the source of truth where available.
docs.factory.ai/enterprise/privacy-and-… - Debugs and fixes
- YesDocumented flows include fixing a named bug and repairing failing tests under autonomy levels.
droid exec --auto medium "install deps, run tests, and fix failing checks"
docs.factory.ai/droid-exec/overview - Writes tests
- YesThe /install-qa skill generates QA sub-skills and executes end-to-end test flows per diff, with evidence.
Execute test flows: Runs relevant flows plus generates targeted tests based on the specific diff.
docs.factory.ai/software-factory/automa… - Reviews code
- Yes/review reviews branches, commits or uncommitted diffs locally; a CI workflow reviews pull requests.
The `/review` command provides a local workflow for analyzing code changes with AI-powered insights.
docs.factory.ai/software-factory/code-r… - Whole-codebase work
- YesMissions decompose multi-feature work into milestones and are documented for brownfield migrations.
Brownfield migrations: Modernizing existing codebases, swapping frameworks, or restructuring large projects while preserving existing behavior.
docs.factory.ai/missions/overview - Ships it
- PartlyHigh autonomy permits pushes, deployments and migrations; the Release stage that tracks ship gates is Private Preview.
--auto high | High-risk automation including remote writes, deployments, database migrations, and commands that may access sensitive data
docs.factory.ai/droid-exec/overview - Done-for-you service
- NoYou run the software; Enterprise adds onboarding and named support staff, not build-and-run delivery.
Dedicated Account Manager and Customer Engineer
factory.com/pricing
How much it does unattended
- Runs autonomously
- YesHeadless droid exec runs one-shot tasks to completion; Missions orchestrate long multi-feature work.
Unlike the interactive CLI, `droid exec` runs as a one-shot command that completes a task and exits, making it ideal for CI/CD pipelines, shell…
docs.factory.ai/droid-exec/overview - Multi-agent
- YesTask-launched subagents run in fresh contexts, concurrently or in background; Missions orchestrate workers and validators.
To run subagents concurrently, the parent issues multiple Task tool calls in the same turn, or launches several with `run_in_background: true` and…
docs.factory.ai/harness/subagents - Agent permissions
- YesFour autonomy levels (Off/Low/Medium/High) gate tool risk, plus allowlists, denylists and an unbypassable blocklist.
Autonomy Level sets the highest-risk work Droid can run without pausing for approval.
docs.factory.ai/autonomy-and-safety/aut…
Which models it runs on
- Claude
- YesAnthropic models are listed natively, from Haiku 4.5 through Opus-class, with per-model usage multipliers.
We support all leading frontier and open-weight models, including the latest versions of GPT-5, Claude Opus and Sonnet, Gemini, and more.
factory.com/pricing - GPT
- YesOpenAI GPT-5 series models are offered natively, including Codex variants, each with a billing multiplier.
We support all leading frontier and open-weight models, including the latest versions of GPT-5, Claude Opus and Sonnet, Gemini, and more.
factory.com/pricing - Open models
- YesDroid Core is an open-weight model pool with its own rate limits, switchable free when standard usage runs out.
When you hit a Standard Usage rate limit, you can switch for free to Droid Core (powered by leading open-weight models) which has a separate rate…
factory.com/pricing - Model choice
- YesYou pick the model per session, per subagent and per exec run with -m/--model, or add custom endpoints.
-m, --model <id> Model ID to use
docs.factory.ai/droid-exec/overview
Where you use it
- In your editor
- YesVS Code/Cursor/Windsurf extension shares files and diagnostics; JetBrains and Zed run Droid over ACP.
Droid works in any editor with an integrated terminal. For deeper editor context, use the dedicated integrations for VS Code-family editors,…
docs.factory.ai/ide-integrations - On the command line
- YesThe Droid CLI installs via curl, Homebrew, npm or PowerShell and runs in any repository.
Run one command, then start `droid` in any repository.
docs.factory.ai - In your pipeline
- YesDroid Exec plus the Factory-AI/droid-action GitHub Action review and act on pull requests inside your runners.
The Factory Droid GitHub Action ([`Factory-AI/droid-action`](https://github.com/Factory-AI/droid-action)) runs **entirely inside GitHub Actions** on…
docs.factory.ai/enterprise/compliance-a… - In a browser
- YesSessions sync to app.factory.ai in any browser, with nothing to install.
Nothing to install: [cloud session sync](/droid-cli/settings#cloud-session-sync) and [Droid Computers](/droid-computers/overview) make your sessions…
docs.factory.ai
Whose machine it runs on
- Self-hosted
- PartlyThe agent always runs on your machine, and a dedicated airgap build exists, but airgap builds are Enterprise-only and not publicly distributed.
Airgap builds are an enterprise capability and are not distributed through the public download channels.
docs.factory.ai/enterprise/airgapped-de… - Open source
- PartlyThe CI action is a public repository; the Droid agent itself ships as binaries, with no source offered.
Both platforms run on Droid Action, maintained at `Factory-AI/droid-action`.
docs.factory.ai/software-factory/code-r…
What it costs to run
- How it meters
- YesPer-seat subscription with rolling rate limits; model usage draws Standard Credits at per-model multipliers, then prepaid Extra Usage.
Droid sessions consume Factory Standard Credits based on model usage, along with compute usage for Droid Computers.
docs.factory.ai/pricing/individuals - Free tier
- NoThe published plan list starts at Pro $20/mo; no free tier or trial is offered, though Droid Core and a BYOK allowance are free within a paid plan.
Individual plans are for developers who own their own Factory subscription. Pro, Plus, and Max include the Factory App, Droid CLI, and Droid SDK,…
docs.factory.ai/pricing/individuals - API access
- YesPublic REST API at api.factory.ai with bearer keys covers sessions, computers, org, service accounts, CI automations and wiki; TypeScript and Python SDKs exist.
Public API for Factory platform. Requires authentication via the `Authorization: Bearer` header.
docs.factory.ai/api-reference - MCP server
- PartlyDroid is an MCP client over stdio/http/sse and can be driven by another program over JSON-RPC or ACP, but no Factory-hosted MCP server is documented.
Model Context Protocol (MCP) servers extend Droid's capabilities with extra tools and context.
docs.factory.ai/harness/mcp - Bring your own key
- YesBYOK covers your own OpenAI/Anthropic keys, OpenAI-compatible gateways, local models and AWS Bedrock; keys stay on your machine.
Yes, you can bring your own keys (BYOK) from your preferred model provider. All Individual plans include an allowance of free BYOK usage. After this…
factory.com/pricing
Buying it for a team
- A company can buy it
- YesTeams is self-serve with centralized billing; Business and Enterprise are contracted plans bought by an organisation.
Business and Enterprise plans are for teams and companies that need shared usage, administrative controls, onboarding, security terms, and support.
docs.factory.ai/pricing/organizations - Seat model
- YesTeams is $60/mo plus $40/mo per seat, capped at 10 seats; Business is up to 150 seats, Enterprise unlimited.
Teams · $60/mo + $40/seat
docs.factory.ai/pricing/organizations - Pooled budget
- PartlyTeams seats each keep their own Pro rate limits; Business and Enterprise usage is shared across the workspace.
On Business and Enterprise plans, usage is shared across the workspace and governed by contract terms.
docs.factory.ai/pricing/organizations - Admin controls
- PartlyOrg-managed settings cap autonomy and restrict models, MCP servers, commands and network; listed from Business upward, with full controls on Enterprise.
Basic admin controls (model selection, autonomy level, model access controls, org-level deny lists, network policy)
factory.com/pricing - Audit log
- PartlyBusiness lists audit logging; the organization audit log view and its API are restricted to Enterprise owners.
The audit log is available to **Enterprise organization owners only**.
docs.factory.ai/enterprise/audit-log - Single sign-on
- PartlySAML/OIDC SSO with SCIM directory sync via WorkOS, sold from the Business plan; Teams and individual plans have none.
Factory uses **WorkOS** for enterprise identity, supporting domain verification, SSO (SAML/OIDC), and Directory Sync (SCIM).
docs.factory.ai/enterprise/identity-and…
What happens to your code
- Opt out of training
- PartlyZero Data Retention is a Business and Enterprise plan feature; Factory says it routes traffic directly to providers and stores no prompts, and never indexes your repository.
In these configurations, Factory routes traffic **directly** to the provider's official APIs; we do not proxy this traffic through third-party…
docs.factory.ai/enterprise/privacy-and-… - Data residency
- PartlyData residency and customer-managed encryption keys are Enterprise-only; hybrid and airgapped deployments keep all runtime data in your network.
Customer-managed encryption keys and data residency
docs.factory.ai/pricing/organizations - Getting out
- PartlyPurchased Extra Usage credits never expire and roll over, but monthly Standard Usage does not; no account-wide data export path is documented (AutoWiki has its own export).
No. Standard Usage does not roll over month to month. Extra Usage that you purchase does roll over.
docs.factory.ai/pricing/individuals - Certifications
- YesSOC 2 Type II, ISO 27001 and ISO 42001, with reports and sub-processor lists in the Trust Center.
Factory maintains an enterprise-grade security and compliance program, including: - **SOC 2 Type II** - **ISO 27001** - **ISO 42001**
docs.factory.ai/enterprise/compliance-a…
35 sourced claims on this page. Checked 2026-09-02. How we check.
Alternatives
Where we would send a reader instead, in that listing's own words.
Filed under
Sources and updates
The pages we read23
Every fact below comes from the vendor. Nothing here is independently corroborated yet.
- factory.com/pricing10 fields
- docs.factory.ai/droid-exec/overview5 fields
- docs.factory.ai/pricing/individuals4 fields
- docs.factory.ai/pricing/organizations4 fields
- docs.factory.ai/2 fields
- docs.factory.ai/autonomy-and-safety/auto-run2 fields
- docs.factory.ai/enterprise/compliance-audit-and-monitoring2 fields
- docs.factory.ai/enterprise/privacy-and-data-flows2 fields
- docs.factory.ai/models2 fields
- docs.factory.ai/software-factory/code-review-ci2 fields
- docs.factory.ai/welcome2 fields
- docs.factory.ai/api-reference1 field
- docs.factory.ai/enterprise/airgapped-deployment1 field
- docs.factory.ai/enterprise/audit-log1 field
- docs.factory.ai/enterprise/identity-and-access1 field
- docs.factory.ai/harness/mcp1 field
- docs.factory.ai/harness/subagents1 field
- docs.factory.ai/ide-integrations1 field
- docs.factory.ai/missions/overview1 field
- docs.factory.ai/model-independence/byok1 field
- docs.factory.ai/sdk/typescript1 field
- docs.factory.ai/software-factory/automated-qa1 field
- docs.factory.ai/software-factory/code-review1 field
Coverage elsewhere3
Updates4
- Capabilities · Commercial terms · Free tier
- Capabilities · Commercial terms · Free tier · Price
- Alternatives · One-liner · Summary · Website
- One-liner
