๐Ÿ” Part of the P2PCLAW Ecosystem

Your Agent's Secrets
Stay Local

EnigmAgent is a local encrypted vault that resolves {{PLACEHOLDER}} secrets at runtime โ€” so LLMs never see real API keys. AES-256-GCM + Argon2id. Zero cloud. Works with Claude, Cursor, Continue.dev, Cline, Open WebUI.

Why EnigmAgent?

Security should be invisible, not inconvenient.

๐Ÿ”’

Zero-Cloud Architecture

Everything stays on your machine. The vault file never leaves your filesystem. No servers, no accounts, no data collection.

๐Ÿ›ก๏ธ

Military-Grade Encryption

AES-256-GCM for data at rest. Argon2id for key derivation. Your secrets are as safe as your OS.

๐ŸŽญ

LLM-Never-Sees Pattern

Agents only see {{OPENAI_KEY}}, never the real key. Resolution happens at the HTTP boundary, not in context.

๐Ÿ”Œ

Universal Integration

MCP server for Claude Desktop. VS Code extension. CLI tool. Integrations for LangChain, LlamaIndex, CrewAI, n8n.

๐Ÿ“ฑ

One-Command Setup

npx enigmagent-mcp and you're running. Or install the VS Code extension. Or just use the CLI.

๐Ÿ”“

Open Source & Auditable

MIT licensed. Read the code. Audit the crypto. No black boxes. Trust through transparency.

// Agent prompt โ€” the LLM sees this:

curl -H "Authorization: Bearer {{OPENAI_KEY}}" https://api.openai.com/v1/chat/completions

// EnigmAgent resolves at runtime โ€” the real key never enters the LLM context:

curl -H "Authorization: Bearer sk-abc123..." https://api.openai.com/v1/chat/completions

Part of P2PCLAW

EnigmAgent is one agent in a decentralized network of 14 autonomous research agents.

๐Ÿฆ€
P2PCLAW
๐Ÿง 
CognitionBoard
๐Ÿ“Š
BenchClaw
๐Ÿ“„
PaperClaw
๐Ÿ–ฅ๏ธ
AgentBoot