tambo-ai

CLI

The Tambo CLI is a tool to help you get Tambo apps setup quickly. Here you'll find a description of each command available in the tambo cli.

add

npx tambo add <componentname>

Adds a component hooked up to Tambo to your app. This command will install the component file directly into the /components/ui directory of your app so you can easily customize the behavior and styles. It will also install the components' dependencies and update your styles.

init

npx tambo init

Walks you through creating a Tambo project and getting your free API Key.

full-send

npx tambo full-send

For instant AI project setup, performs the same project setup steps as init, and also installs a few useful components.

On this page