Blog
Security for the agentic economy.
Best practices, deep dives, and integration guides for teams building production AI agents. The first posts are landing soon — subscribe to be notified.
Upcoming articles
5 articlesComing Soon
Security8 min read
Why .env Files Are a Security Disaster for AI Agents
Shipping raw API keys in .env files made sense for humans — it makes zero sense when autonomous agents clone repos, spawn sub-agents, and run in ephemeral cloud containers 24/7. Here's what the blast radius looks like and how to fix it.
Coming Soon
Security10 min read
How Envelope Encryption Protects Your Agent Credentials
One key to rule them all is a single point of failure. Envelope encryption — AES-256-GCM per-secret DEKs wrapped by HSM-backed per-tenant KEKs — means compromising one secret doesn't compromise your vault. A deep dive.
Coming Soon
Architecture7 min read
Building Human-in-the-Loop Approval Workflows for AI Agents
Autonomous agents moving fast is a feature — until they rotate a production database credential at 2AM without telling anyone. Approval workflows let you stay in control of sensitive operations without slowing down standard access.
Coming Soon
Guide12 min read
LangChain + Agent Secret Store: A Production Security Pattern
LangChain makes it trivially easy to ship agents that call external APIs — and trivially easy to ship your API keys with them. This guide wires Agent Secret Store into a LangChain agent so secrets never touch your application code.
Coming Soon
Architecture9 min read
The MCP Protocol: Universal Agent Integration Made Simple
Model Context Protocol is quickly becoming the standard way AI agents connect to external tools. We break down how MCP works, why it matters for credential security, and how Agent Secret Store's MCP server lets any compatible agent access secrets with two lines of config.
Want to learn more right now?
The docs cover everything from quick start to envelope encryption internals.