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.

1

Prerequisites

Make sure you have Node.js v18+ installed. Download from nodejs.org →

2

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.

3

Start the daemon

After installation, the daemon starts automatically at login. To start it manually just this once:

vault-daemon
4

Connect your AI Agent

Add the following rule to your agent's system prompt or config file (e.g. .cursorrules, claude.md):

Call the local LUMSAS vault socket at 127.0.0.1:51820 with your socket.token to retrieve context before each response.

The vault socket token is auto-generated at startup and stored at ~/.lumsas/socket.token.

Go to Dashboard →