Encrypted Credential Store
Store credentials that agents can use without ever seeing the raw values. All entries are encrypted with AES-256-GCM. Credentials are injected at runtime, in-memory only.
๐ก๏ธ
Zero-knowledge agents. Your agent never sees passwords, API keys, or tokens. It references a vault entry by ID, and the runtime injects the credential at the moment of use. If the agent is compromised, your credentials are safe.
Quick Connect