docs: point to Infisical Agent Proxy from readme and docs - #355
Conversation
|
💬 Discussion in Slack: #pr-review-agent-vault-355-docs-point-to-infisical-agent-proxy-from-readme-and-do Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
| Filename | Overview |
|---|---|
| README.md | Adds a clear product comparison and recommendation without introducing a concrete documentation defect. |
| docs/installation.mdx | Imports and renders the existing CTA snippet using the same valid MDX pattern as other documentation pages. |
| docs/snippets/enterprise-cta.mdx | Replaces the managed Agent Vault message with structurally valid Agent Proxy guidance and preserves the demo link. |
Reviews (1): Last reviewed commit: "docs: point to Infisical Agent Proxy fro..." | Re-trigger Greptile
Summary
Agent Vault's readme and docs never mentioned Infisical Agent Proxy, so anyone evaluating the two had no way to tell them apart from here (#353).
Adds an "Agent Vault and Infisical Agent Proxy" section to the readme that describes both options and recommends Agent Proxy for most use cases, and rewrites the shared
enterprise-cta.mdxsnippet to point at Agent Proxy instead of managed Agent Vault.enterprise-cta.mdxnow leads with Agent Proxy and keeps the existingBook a demo with uslink; it already renders on 7 pages, so the pointer picks up that distribution for freeinstallation.mdximports the snippet too (previously had no CTA), putting it in front of readers at the point they decide to installCopy deliberately avoids calling Agent Proxy "managed" (it ships in the Infisical CLI or as a container and you deploy it yourself) and avoids "successor" framing, keeping the readme softer than the launch post.
Type of change
Test plan
Docs and readme only, no Go or web changes.
make test)Rendered the docs locally with
mint devand checked the snippet on/,/installation, and the other pages that import it.Note:
self-hosting/postgres.mdxrenders<EnterpriseCTA />three times (pre-existing), so the Agent Proxy pointer now repeats three times on that page. Left as-is; happy to trim it to one.Security checklist