Quick Start Guide
Deploy your first AI agent in under 5 minutes.
This quick start guide will walk you through creating and deploying your first AI agent on Lattice.
Step 1: Create Your Account
If you haven't already, sign up for a Lattice account. You'll get 14 days of free access to all features.
Step 2: Install the CLI
bash
npm install -g @lattice/cli
# Or with yarn
yarn global add @lattice/cliStep 3: Authenticate
bash
lattice login
# This will open a browser window for authenticationStep 4: Create Your First Agent
bash
lattice agent create my-first-agent
# Follow the prompts to configure your agentStep 5: Deploy
bash
lattice deploy
# Your agent is now live!Congratulations! Your first agent is now running. Check your dashboard to monitor its activity.