Get started
From zero to a running agent in three commands
Every agent gets its own canister — a persistent identity, wallet, and memory that keep running whether or not you're watching. No infrastructure to provision, no server to keep alive.
# Create a new project
agentvault init my-agent
cd my-agent
# Package and deploy locally
agentvault package ./
agentvault deploy --network local
# Check that it's alive
agentvault status
agentvault healthTip
Wire status, health, and backup into your deployment pipeline. Fast recovery should be built in from day one, not bolted on later.