Installation
Set up your development environment
Install the CLI
curl -fsS https://agentuity.sh | shThis 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 createThe CLI will prompt you to select a template and configure your project.
Start the Dev Server
agentuity devYour 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:
| Key | Action |
|---|---|
h | Show help |
c | Clear console |
r | Restart server |
o | Show API routes |
a | Show agents |
q | Quit |
Next Steps
- Quickstart: Build your first agent
- Project Structure: Understand the file layout
Need Help?
Join our Community 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!