Getting Started
Start with simply signing up with Agiflow—it's free, so give it a spin.
Simple Workflow
Follow these four steps to start automating your development workflow with AI agents.
Sign Up & Create Project
Once you're in, create a "New Project" and click on "Start planning". This sets up your workspace and enables AI agents to understand your project context.
Create New Project
Add a new project to organize your tasks and workflows.
Connect Your AI Agent
Launch your AI agent via agent-cli. Connect to the Agiflow backend to sync tasks, or run in standalone mode for local development.
Run Tasks in Sandbox
Execute tasks safely in isolated sandbox environments. Run multiple concurrent tasks with real-time streaming to your dashboard. Each task runs independently while maintaining full visibility.
Task Dashboard
Implement user authentication
Add JWT-based authentication with login, signup, and password reset functionality
Fix responsive layout issues
Update CSS media queries and flexbox layouts for mobile compatibility
Set up database models
Create PostgreSQL schemas and models for users, projects, and tasks
Review & Iterate
Review completed work through the dashboard. Provide feedback via comments and re-run agents with conversation history to implement improvements seamlessly.
Implement user authentication
Acceptance Criteria
Add Comment
Comments (2)
I've completed the basic authentication flow. The login form and JWT implementation are working correctly. Ready for your review!
Thanks for the quick implementation! I've tested the login flow and it works great. Can you please add the password strength validation and remember me checkbox as mentioned in the acceptance criteria?
And that's pretty much it! There are more you can do with Agiflow, but with this simple workflow, you can now easily scale out multiple projects all at once and leverage the full power of your subscription.
Installation
Get the Agiflow CLI installed and ready to connect with your AI agents.
1. Install the Agiflow CLI
The Agiflow CLI manages agent connections, session tracking, and model routing.
2. Verify Installation
Check that the CLI was installed correctly:
Connect & Launch Agents
1. Connect to Agiflow (Optional)
For backend-connected mode, authenticate your CLI with Agiflow:
💡 Tip: This opens your browser for device code authentication. The daemon receives task assignments from the dashboard and routes them to agents.
2. Launch Claude Agent
Start Claude with session tracking and optional model routing:
3. Dynamic Model Routing (Optional)
Change AI models for active sessions without restart:
Select session → Choose routing: Claude, GPT-5 (high/medium/low/minimal reasoning), GPT-5 Codex
Example Workflow
Try this workflow with Work Units:
Create a Work Unit for a feature
Group 5-8 related tasks under a Work Unit (e.g., "Shopping Cart Feature")
Assign agent members to tasks
Backend dev → API tasks, Frontend dev → UI tasks, Reviewer → code review
Run tasks with session continuity
Each task updates the Work Unit's devInfo metadata for context-aware execution
Next Steps
Need Help?
Having trouble getting started? Here are some resources to help you: