lap CLI talks to a running LAP instance. If you haven’t deployed one yet, see Installation.
First time? Install the CLI:
1. Log in
MASTER_KEY when prompted. Saved to ~/.lap/config.json.
2. Open an agent
lap spins up a Kubernetes-sandboxed pod running Claude Code, attaches your local terminal to its TTY over a WebSocket, and drops you straight in.
The pod’s env contains only stub credentials. The vault proxy swaps them for real keys on every outbound TLS connection.
Press Ctrl-D to detach — the session stays alive for 24h. Run lap again and pick the same agent to reattach.