02 · Go
Mono Agent
n8n meets Playwright. Self-hosted, multi-profile automation.

Interactive Demo
Workflow DAG: Content Autopilot
Key Features
Everything you need.
Nothing you don't.
6 capabilities
70+ Workflow Nodes
DAG-based execution across triggers, browser, AI, social, image, and data nodes.
Stealth Browser
Rod-powered Chrome automation with human-like interaction patterns for social platforms.
Multi-Profile Isolation
Named profiles with fully isolated DBs. Switch accounts without cross-contamination.
Human-in-Loop
Pause any workflow for human review or editing before continuing.
AI Integrations
OpenRouter, HuggingFace, and Gemini. 200+ models accessible from any workflow node.
Visual Workflow Editor
Wails 2 + React canvas with AI chat, Image Vault, and drag-and-drop node builder.
CLI Reference
Scriptable. Pipeable. AI-ready.
70+ commands for scripting social actions, browser automation, workflow execution, and AI-powered content generation. Every command accepts --profile <name> to scope all data to a fully isolated workspace.
Wire monoes into any AI pipeline: define a workflow in JSON, import it, schedule it with cron, and pipe structured output to the next step. The --profile flag lets multiple AI agents operate in parallel without touching each other's data.
Profiles
All data is scoped per profile. Switch without stopping running workflows.
monoes --profile work workflow list monoes --profile client-a login instagram monoes --profile work workflow run --id <id>
Workflows
Create, import, run, and schedule DAG workflows.
monoes workflow list monoes workflow create --name "Daily Post" monoes workflow import --file flow.json monoes workflow run --id <id> monoes workflow executions --id <id> monoes workflow activate --id <id>
Node Execution
Run any of the 70+ node types directly from the CLI.
monoes node list
monoes node run \
--type action.instagram.publish_post \
--config '{"text":"Hello world!"}'Auth & Connections
Browser-session login for social platforms; API keys for services.
monoes login instagram monoes login linkedin monoes login status monoes connect list monoes connect test --id <cred-id>
People & Data
Search platforms, import contacts, export results.
monoes search --platform instagram --keyword "leads" monoes people list monoes people import --file contacts.csv monoes list create --name "Leads Q1" monoes export --platform instagram --format csv
Scheduling
Attach cron triggers to any workflow.
monoes schedule add --action <id> --cron "0 9 * * *" monoes schedule list monoes schedule remove --id <id>
$ monoes --help
Get Started