For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Give your AI coding agent what it needs to build a Terra integration.

Tools for building a Terra integration.

Setup

1

Install the CLI and log in

brew install tryterra/tap/terra   # macOS
npm install -g @tryterra/cli      # everywhere else
terra login
2

Give your agent the skills

terra agent setup

Detects the agents on your machine and installs the latest skills for each. See Agent skills for manual installs.

3

Scaffold an example app

npm create tryterra-app

Pick the app closest to what you are building, then tell your agent what to change. See Example apps.

Last updated

Was this helpful?