Getting Started with AgentForge

Learn how to set up, configure, and deploy your first AI agent in under 5 minutes.

Quick Start

AgentForge is a framework for building, testing, and deploying autonomous AI agents. It provides a unified API across multiple LLM providers — OpenAI, Anthropic, Google, and open-source models — so you can switch providers without changing your agent code.

To get started, install the CLI:

npm install -g @agentforge/cli
agentforge init my-agent
cd my-agent
agentforge dev

This creates a new agent project with a default configuration, a hello-world agent, and a development server that auto-reloads on changes.

Prerequisites

Core Concepts

AgentForge is built around four primary concepts:

Next Steps

Now that you understand the basics, explore the other sections: