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 mono-agent 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.
monoagentcli --profile work workflow list monoagentcli --profile client-a login instagram monoagentcli --profile work workflow run --id <id>
Workflows
Create, import, run, and schedule DAG workflows.
monoagentcli workflow list monoagentcli workflow create --name "Daily Post" monoagentcli workflow import --file flow.json monoagentcli workflow run --id <id> monoagentcli workflow executions --id <id> monoagentcli workflow activate --id <id>
Node Execution
Run any of the 70+ node types directly from the CLI.
monoagentcli node list
monoagentcli node run \
--type action.instagram.publish_post \
--config '{"text":"Hello world!"}'Auth & Connections
Browser-session login for social platforms; API keys for services.
monoagentcli login instagram monoagentcli login linkedin monoagentcli login status monoagentcli connect list monoagentcli connect test --id <cred-id>
People & Data
Search platforms, import contacts, export results.
monoagentcli search --platform instagram --keyword "leads" monoagentcli people list monoagentcli people import --file contacts.csv monoagentcli list create --name "Leads Q1" monoagentcli export --platform instagram --format csv
Scheduling
Attach cron triggers to any workflow.
monoagentcli schedule add --action <id> --cron "0 9 * * *" monoagentcli schedule list monoagentcli schedule remove --id <id>
$ monoagentcli --help
Get Started