Build production-ready AI agents with simple APIs. Agentbase handles infrastructure so you can focus on what your agents do. We designed Agentbase to make creating AI agents stupidly easy. You can start with the bootstrap commands or SDK, and begin by giving your agent a system prompt and a set of rules. Each agent comes with built-in primitives, so you don’t need to set up a new environment. It already runs on a persistent computer with browser access, web search, MCP, and other capabilities.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.
What You Can Build
People build both internal agents (for automating internal workflows) and external agents (for customer-facing applications). Agentbase agents can handle a wide variety of tasks with built-in capabilities:Code & Development
Code & Development
Built-in capabilities:
- Write, test, and debug code in Python, Node.js, and more
- Install packages and manage dependencies
- Run tests and validate outputs
- Work with files and Git repositories
- “Create a REST API with authentication”
- “Write unit tests for my Python module”
- “Debug this error and fix the code”
Research & Analysis
Research & Analysis
Built-in capabilities:
- Search the web for real-time information
- Crawl and scrape websites
- Process and analyze data
- Synthesize insights from multiple sources
- “Research our top 3 competitors and their pricing”
- “Analyze this dataset and create visualizations”
- “Find the latest AI research papers on this topic”
Browser Automation
Browser Automation
Built-in capabilities:
- Navigate websites and fill forms
- Extract data from web pages
- Test web applications
- Automate repetitive browser tasks
- “Fill out this form submission”
- “Test the checkout flow on our website”
- “Monitor competitor pricing daily”
Data Processing
Data Processing
Built-in capabilities:
- Read and write various file formats
- Transform and clean data
- Generate reports and summaries
- Work with APIs and integrations
- “Convert these CSV files to JSON”
- “Process customer feedback and categorize by sentiment”
- “Generate a weekly report from our analytics”
Core Concepts
| Concept | Description | Link |
|---|---|---|
| Agent Primitives | Understand the building blocks: environments, tools, states, sessions, and more | Learn more → |
| Agent Modes | Choose between Flash, Base, and Max modes based on task complexity | Learn more → |
| System Prompts | Guide how agents approach tasks and make decisions | Learn more → |
| Custom Tools | Extend agent capabilities with your own tools and APIs | Learn more → |
Architecture
Agentbase handles all the complex infrastructure so you don’t have to: What Agentbase manages for you:- Agent orchestration and reasoning
- Sandboxed execution environments
- Tool selection and execution
- State and session persistence
- Scaling and load balancing
- Security and compliance
Agent Primitives
Build sophisticated agents using Agentbase primitives - the building blocks that power agent functionality:Environment
Sandbox, File System, Computer, BrowserExecution environments where agents operate with full isolation and security
Essentials
Prompts, Tools, Sessions, StatesCore capabilities every agent needs for interaction and memory
Extensions
Memory, RAG, Workflows, VoiceAdvanced features for specialized use cases and complex workflows
Explore All Primitives
See all 35+ primitives and learn how they work together →