Set up your Vault
Your vault daemon runs locally on your machine and serves encrypted prompts to your AI agents. Installation takes under 60 seconds.
Prerequisites
Make sure you have Node.js v18+ installed. Download from nodejs.org →
Run the installer
Copy your personalised install command from the Dashboard (shown after account activation) and run it in your terminal.
curl -sL https://lumsas.com/install.sh | bash -s -- --jwt "YOUR_JWT" --license "YOUR_LICENSE" --key-a "YOUR_KEY"
iwr https://lumsas.com/install.ps1 -UseBasicParsing | iex; .\install.ps1 -AgentJWT "YOUR_JWT" -LicenseKey "YOUR_LICENSE" -KeyA "YOUR_KEY"
The install command from your dashboard is pre-filled with your credentials.
Replace YOUR_JWT, YOUR_LICENSE, YOUR_KEY only if copying from here.
Start the daemon
After installation, the daemon starts automatically at login. To start it manually just this once:
Connect your AI Agent
Add the following rule to your agent's system prompt or config file
(e.g. .cursorrules, claude.md):
The vault socket token is auto-generated at startup and stored at ~/.lumsas/socket.token.