Get Started

Installation

Set up your development environment

Install the CLI

curl -sSL https://v1.agentuity.sh | sh

This installs the agentuity CLI globally on your system.

Alternative: Install via Bun

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

Create a Project

agentuity create my-app

This scaffolds a project using the default template, which includes a translation agent, API routes, React frontend with Tailwind, and Workbench.

Start the Dev Server

agentuity dev
# or
bun run dev

Your project is now running at http://localhost:3500. The dev server uses Vite for instant frontend updates and Bun for fast server rebuilds, so changes 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!