Get Started

Start with your framework, add Agentuity services, and deploy with the CLI

Start here when you want to create or import an app that runs on Agentuity. In v3, the framework owns routing and startup. Agentuity adds service clients, local environment wiring, build packaging, and deploy.

npm create agentuity

Setup Guides

Follow these in order for a new app, or jump to the existing-app guide when the app already has routes and scripts.

Choose a Starting Point

If you have...Start withWhy
A new appQuickstartScaffold a Next.js example, run it locally, and deploy it
An existing framework appExisting AppKeep your routes and scripts, then add Agentuity metadata and service clients
A fresh machine or CI imageInstallationInstall the CLI, sign in, and choose a framework slug
Questions about generated filesProject StructureSee what the scaffold adds and what stays framework-owned
Environment or service setup workApp ConfigurationConfigure scripts, agentuity.json, env values, and standalone clients