How It Works
1. Package Your Agent
Compile TypeScript agents to WASM with a single command. AgentVault handles dependencies, optimization, and artifact generation.
2. Deploy to ICP
Deploy to local replica for testing or mainnet for production. Canisters run 24/7 with persistent state and automatic scaling.
3. Monitor & Backup
Health checks, metrics, and alerting keep your agents running. Fetch state for local rebuild or archive to Arweave for permanent storage.
Why AgentVault?
Autonomy
24/7 canister runtime with no browser dependencies. Your agents run continuously on the Internet Computer.
Reconstructibility
Fetch canister state anytime for local reconstruction. Archive to Arweave for permanent, immutable backups.
Operational Tooling
Health checks, monitoring, rollback primitives, and multi-signature approvals for production-grade operations.
Multi-Chain Wallets
Native support for ICP, Ethereum, Solana, and Polkadot. Manage assets across chains from a single CLI.
Quick Install
npm install -g agentvaultThen run agentvault init my-agent to create your first project.