Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ By default, requests not matching any service forward as plain proxy traffic; fl

Read the full backstory behind Agent Vault [here](https://infisical.com/blog/agent-vault-the-open-source-credential-proxy-and-vault-for-agents).

## Agent Vault and Infisical Agent Proxy

[Infisical](https://infisical.com) offers two ways to broker credentials to agents.

- **Agent Vault** is the self-contained, open-source option: a single binary that stores credentials itself and runs entirely on infrastructure you control, with no dependency on any other system.
- **[Infisical Agent Proxy](https://infisical.com/blog/agent-proxy)** is the native option, built directly into Infisical. Your secrets, the services they are brokered to, and access control all live in one place, and it comes with everything Infisical supports around secrets management, including dynamic secrets, secret rotation, versioning, and more.
Comment thread
saifsmailbox98 marked this conversation as resolved.
Outdated

For most use cases we recommend Agent Proxy. There is less to set up, and brokering lives alongside the rest of your secrets management instead of in a system of its own.

## Use Cases

Agent Vault works with all kinds of AI Agent use-cases including secure remote coding agents, all-purpose agents, custom agents + harnesses, secure ephemeral sandboxes and more.
Expand Down
3 changes: 3 additions & 0 deletions docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ description: "Get a server running in under a minute."
---

import InstallCommand from "/snippets/install-command.mdx";
import EnterpriseCTA from "/snippets/enterprise-cta.mdx";

Agent Vault ships as a single binary that acts as both a server and CLI client.

<EnterpriseCTA />

Each install method below configures a master password at startup. Store it somewhere safe. The password wraps the [data encryption key](/learn/security) and is held only in memory once the server is unlocked.

<Tabs>
Expand Down
5 changes: 4 additions & 1 deletion docs/snippets/enterprise-cta.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Info>
**Need an enterprise-grade solution?** Infisical offers managed Agent Vault with enterprise support, SLAs, and advanced features.
**Looking for a managed solution?**
[Infisical Agent Proxy](https://infisical.com/blog/agent-proxy) brokers credentials to
Comment thread
saifsmailbox98 marked this conversation as resolved.
Outdated
agents from within Infisical, so your secrets, the services they are brokered to, and
access control all live in one place.
[Book a demo with us](https://infisical.com/schedule-demo) to learn more.
</Info>