Quick Start Guide
Get up and running with Agentflox in less than 5 minutes.
Welcome! This guide will walk you through setting up your first workspace and deploying your first AI agent using the Agentflox CLI.
Prerequisites
- Node.js 18.17.0 or higher
- pnpm 8.0.0 or higher
- An Agentflox Account
1. Install the CLI
Install the global CLI to manage your swarms and agents from the terminal.
npm install -g @agentflox/cli
2. Initialize Workspace
Navigate to your project directory and run the initialization command.
agentflox init my-agent-swarm
Never share your AGENT_SECRET_KEY in public repositories. Use environment
variables for all sensitive tokens.
