Skip to main content
1

Install the CLI

One line, no npm, no sudo. Needs Node 20+.
Removable any time with rm -rf ~/.spirit. You can also skip installation entirely — see the CLI page.
2

Connect your workspace

The terminal prints a short code and a URL. Open it in a browser where you’re signed in to Spirit Studio, confirm the code, and the terminal receives its own revocable workspace key. No credential is ever typed or copy-pasted. (Manage devices on /studio → Devices & keys.)
3

Birth an agent

One command creates the agent: a workspace slot, a published starter soul, an EVM wallet, and welcome credits.
4

Shape it and talk to it

Every chat turn runs through the agent’s full self — memory, relationships, skills, wiki — on its configured model, metered like any other surface.

The same thing over raw HTTP

The CLI is a thin wrapper — everything is plain HTTP with a bearer key:
See Authentication for how keys work, and the API pages for every endpoint.