Installation
Set up your development environment
Install the CLI
curl -sSL https://v1.agentuity.sh | shThis 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-appThis 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 devYour 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:
| 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!