Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 simpler, self-contained option: a single open-source 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 commercial-grade 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.

For production and enterprise use cases we recommend Agent Proxy. It is part of Infisical Secrets Management and available on every plan, including the free one.

## 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
4 changes: 3 additions & 1 deletion docs/snippets/enterprise-cta.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<Info>
**Need an enterprise-grade solution?** Infisical offers managed Agent Vault with enterprise support, SLAs, and advanced features.
**Need an enterprise-grade solution?** Infisical offers
[Agent Proxy](https://infisical.com/blog/agent-proxy) with enterprise support, SLAs, and
advanced features.
[Book a demo with us](https://infisical.com/schedule-demo) to learn more.
</Info>