Start Free 🆓
No credit card. No signup. Start building in 2 minutes.
Free Tier Includes:
✅
All 11 AI Agents
Full agent suite available
✅
100 Requests/Day
Perfect for learning
✅
Parallel Execution
Faster workflows
✅
Quality Gates
Built-in code review
💡 Upgrade anytime: Starter ($29/mo) gives you 5,000 requests/day and a dedicated API key
Quick Start (2 minutes)
Step 1: Download
With Git
git clone https://github.com/sdpanthers/AI-sdpanthers-Agent
cd AI-sdpanthers-Agent
npm install
No Git? Download ZIP
# macOS / Linux
curl -L -o ai-agents.zip https://codeload.github.com/sdpanthers/AI-sdpanthers-Agent/zip/refs/heads/main
unzip ai-agents.zip && cd AI-sdpanthers-Agent-main
npm install
# Windows (PowerShell)
Invoke-WebRequest -Uri https://codeload.github.com/sdpanthers/AI-sdpanthers-Agent/zip/refs/heads/main -OutFile ai-agents.zip
Expand-Archive ai-agents.zip -DestinationPath . -Force
cd AI-sdpanthers-Agent-main
npm install
⬇️ Download ZIP
If this 404s, try replacing main with master.
Step 2: Configure (ONE command!)
# macOS / Linux
bash setup.sh --free
# Windows (PowerShell)
powershell -ExecutionPolicy Bypass -File setup.ps1 -Free
This creates your .env file automatically with the free tier community key.
Step 3: Start Building!
# No global install needed
npx sdp-agents run --agent AIPO --task "Build a todo app"
Your Free Configuration
The setup script will create this .env file:
# Free tier configuration (auto-generated)
SDPANTHERS_AGENTS_API_KEY=sdp_agents_free_community_shared
SDPANTHERS_AGENTS_PLAN=free
SDPANTHERS_USER_ID=anon_12345678
GEMINI_API_KEY=${SDPANTHERS_AGENTS_API_KEY}
AGENT_PARALLEL_EXECUTION=true
AGENT_QUALITY_GATES=true
📚 Documentation
⬆️ Upgrade Later
When you need more capacity:
- ✅ Starter: 5,000/day - $29/mo
- ✅ Pro: 50,000/day - $99/mo
- ✅ Enterprise: Unlimited - Custom
⭐ Get Started Free - No Signup Required
Takes 2 minutes • No credit card • 100 requests/day