Docs

One CLI drives everything

Install, then deploy apps, run inference, host nodes and orchestrate agents from the command line.

Install

$ curl -fsSL https://get.citadea.com | sh

Quickstart by product

Core-VM$ citadea core-vm create --image debian-12 --tier dev
App Platform$ citadea deploy --from git
Neural$ citadea neural infer --model <id>
SandBox$ citadea sandbox create --agent <name>
MCP Gateway$ citadea mcp connect --gateway prod
Agent Hosting$ citadea agents slice status
Nodes & RPC$ citadea nodes create --chain <name>
Object Storage$ citadea storage bucket create <name>
Memory$ citadea memory query <coll> --text "..."
Lifecycle & admin commands
$ citadea login
$ citadea core-vm list
$ citadea core-vm destroy vm_xxx
$ citadea deploy --prod
$ citadea logs --tail
$ citadea sandbox run --ttl 300 --policy strict
$ citadea sandbox destroy sb_xxx
$ citadea neural chat --model mistral-7b "Hello"
$ citadea nodes list
$ citadea nodes endpoint rotate node_xxx
$ citadea storage bucket list
$ citadea memory list
$ citadea mcp gateway register --url https://...
$ citadea agents create --name my-fleet --tier scale
$ citadea agents list
The CLI is in private beta. Join the waitlist for early access.Join the waitlist