docs/agents/droid.mdx
For the latest installation instructions and platform-specific guidance, visit the Factory AI CLI documentation. </Step>
<Step title="Authenticate with Factory AI"> To use Droid in Vibe Kanban, you must first authenticate:droid to launch the interactive CLI/login command within Droid to authenticateAlternatively, generate an API key from Factory Settings and set it as an environment variable:
export FACTORY_API_KEY=fk-...
For detailed authentication instructions, see the Factory AI documentation. </Step>
<Step title="Start Vibe Kanban"> Once authenticated, launch Vibe Kanban:npx vibe-kanban
You can now select Factory Droid when creating task attempts. </Step> </Steps>
Droid supports several configuration options in Vibe Kanban:
Autonomy Level: Controls permission level for file and system operations
normal: Read-only mode – safe for reviewing planned changes without executionlow: Basic file creation/editing while blocking system changesmedium: Development operations with recoverable side effectshigh: Production operations with security implications or major side effectsskip-permissions-unsafe: Bypasses all permission checks (use only in isolated environments) (default)Model: Specify which model to use
Reasoning Effort: Control the reasoning depth
off: Minimal reasoninglow: Light reasoningmedium: Balanced reasoninghigh: Deep reasoning for complex tasksThese options can be configured when creating agent configurations in Vibe Kanban.