Get your first AI agent running locally in 2 minutes. Start in the app: Visit the overview page for a guided quickstart that walks you through:Documentation Index
Fetch the complete documentation index at: https://docs.agentbase.sh/llms.txt
Use this file to discover all available pages before exploring further.
- Choose your SDK - TypeScript, Python, or cURL
- Get your API key - Secure authentication setup
- Copy the bootstrap command - One-click setup
- Select your agent mode - Flash, Base, or Max
- Configure add-ons - Optional integrations

Before you begin
- Agentbase account with credits
- Node.js 18+ installed
Step 1: Install and run
Step 2: Test capabilities
Try these prompts in the CLI to understand what agents can do:Step 3: Understand agent modes
Change the mode in yourindex.ts file:
- Flash: Shows agent thinking process and steps
- Base: Balanced performance (recommended)
- Max: Advanced reasoning for complex tasks
Need help?
- Join our Discord for support
- Monitor usage at base.agentbase.sh
- Check API examples for more patterns