Providers/Factory
Factory
Droid — the enterprise software-engineering agent, running vendor-native on Brainbase.
Models on Brainbase
Droid routes to its own frontier model mix vendor-side — there is no per-task model selection. Bring your Factory API key and Droid handles the rest.
Harnesses by Factory
Agent runtimes built by this vendor, managed end-to-end on Brainbase.
About
Factory builds Droid, an agent designed for production software engineering — planning, coding, and review across large codebases.
On Brainbase, Droid runs in exec mode as a native harness: bring your Factory API key and turns bill to your Factory account, with the platform handling sandboxing, orchestration, and observability.
Try it on Brainbase
One API call boots a managed sandbox on the factory harness with your FACTORY_API_KEY. Hosting, scaling, and billing are handled for you.
curl -X POST https://api.brainbaselabs.com/v2/agents \
-H "Authorization: Bearer $BRAINBASE_API_KEY" \
-d '{
"title": "my-agent",
"runtime_kind": "factory",
"secrets": { "FACTORY_API_KEY": "..." }
}'