Get Started

Installation

Set up your development environment

Install the CLI

curl -fsS https://agentuity.sh | sh

This installs the agentuity CLI globally on your system.

Alternative: Install via Bun

If you prefer package managers: bun install -g @agentuity/cli

Create a Project

agentuity create

The CLI will prompt you to select a template and configure your project.

Start the Dev Server

agentuity dev

Your project is now running at http://localhost:3500. The dev server includes hot reload, so changes to your agents and routes are reflected immediately.

Bun Required

Agentuity projects run on Bun. If you don't have Bun installed, the CLI will prompt you to install it when you create your first project.

CLI Shortcuts

While the dev server is running, use these shortcuts:

KeyAction
hShow help
cClear console
rRestart server
oShow API routes
aShow agents
qQuit

Next Steps

Need Help?

Join our DiscordCommunity for assistance or just to hang with other humans building agents.

Send us an email at hi@agentuity.com if you'd like to get in touch.

Please Follow us on

If you haven't already, please Signup for your free account now and start building your first agent!