ARCA CLI
Your agents need secrets. Not your vault password.
Arca Agent opens a verified local socket for Cursor, Claude Code, GitHub Copilot, and your scripts. Scoped grants. Session-bound. Revocable. No .env files, no cloud APIs, no vault password in the agent.
Coming September 2026
~/.arca/ctl.sock
granted: 1 secret, 1 session
Start the agent
arca agent startCOMMANDS
The CLI that talks to your vault. Not the other way around.
arca agent
Scoped grants for the tools that work for you
Start Arca Agent and grant one secret for one session. Cursor, Claude Code, and GitHub Copilot read what you allow over ~/.arca/ctl.sock. Revoke it with one command.
arca inject
Secrets in the process. Never on disk.
Run any command with vault env injected in memory. Templates stay clean. No .env file to commit, leak, or scrape.
git commit -S
SSH agent, Git signing, same vault.
Sign commits and authenticate SSH through the built-in agent socket. Keys never leave the encrypted file as plaintext.
Granted
- DATABASE_URLscoped
- OPENAI_API_KEYscoped
Denied
- VAULT PASSWORDnever granted
- .envnot on disk
FAQ
