Before you begin
- Agentbase account with credits
- Node.js 18+ installed
Sign up with your work email to get free credits automatically!
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:
- Fast: Balanced performance (recommended for production)
- Flash: Shows agent thinking process (great for learning)
- Max: Advanced reasoning for complex tasks
Ready to integrate?
The CLI uses the same API your applications will use. Everything you tested here works in production.Key integration parameters:
Parameter | Purpose | Example |
---|---|---|
message | The task | "Write a Python function" |
mode | Capability level | "fast" , "flash" , "max" |
session | Continue conversation | ?session=SESSION_ID |
What’s next?
API Reference
Complete integration guide and examples
Built-in Tools
See all built-in tools and features
Common Use Cases
Real-world examples and patterns
API Examples
More integration patterns
Need help?
- Join our Discord for support
- Monitor usage at base.agentbase.sh
- Check API examples for more patterns