CyberArk Conjur (and Secure AI Agents / Agent Guard)

CyberArk Conjur is the secrets management product line within CyberArk’s Identity Security Platform — a centralized vault and policy engine for storing, rotating, and brokering credentials (API keys, database passwords, TLS certificates, cloud tokens) used by non-human identities. Originally built for service accounts, containers, microservices, and CI/CD pipelines, Conjur has been extended for AI agent workloads through the Secure AI Agents initiative and the Agent Guard product (AWS Marketplace listing, 2025).

Components

ComponentRole
Conjur Open SourceSelf-hosted free version of the Conjur vault and policy engine
Secrets Manager Self-Hosted (formerly Conjur Enterprise)On-premises / private-cloud distribution; enterprise SLAs
Secrets Manager SaaS (formerly Conjur Cloud)Multi-tenant managed vault
Secure AI AgentsInitiative spanning Conjur + new agent-specific tooling: AI Agent Gateway, MCP-aware enforcement, zero-standing-privileges policy
Agent GuardProduct for STDIO-based MCP server flows; secret retrieval and observability for agent-to-tool communications; AWS Marketplace

Role in the RA Identity plane

In the Agentic AI Security RA, CyberArk Conjur appears in two Identity plane rows:

CapabilityRole
Non-Human Identity governancePrimary enterprise COTS for organizations with existing PAM infrastructure
Credential proxyConjur is the canonical commercial implementation of the Credential Proxy Pattern for AI Agents — agents never see long-lived secrets; Conjur mints ephemeral per-task credentials

The enterprise recommended stack pairs CyberArk Conjur with Okta for AI Agents or Microsoft Entra Agent ID as the agent-identity layer, with Conjur as the credential layer beneath.

Discovery for AI agents

The Secure AI Agents discovery dashboard covers AWS Bedrock and Microsoft Copilot Studio agents, providing visibility into which agents exist, what credentials they hold, and what tools they invoke. This is the catalog primitive that feeds CMM D8 (Audit, Accountability, and Forensics).

Comparison with Aembit / Astrix / Oasis Security

These three NHI-governance vendors are often compared with Conjur, but the positioning is complementary rather than substitutive:

VendorPrimary roleRelation to Conjur
CyberArk ConjurVault: store, rotate, broker credentialsIncumbent vault layer
AembitWorkload-to-workload access policy with on-demand short-lived tokensExplicitly integrates with CyberArk; sits above the vault as the policy/access layer
Astrix SecurityNHI discovery, lifecycle, and posture across SaaSDiscovery and risk layer; consumes vault inventory
Oasis SecurityNHI lifecycle and governance at enterprise scaleDiscovery and lifecycle layer; pairs with vaults
GitGuardianNHI governance with secret-scanning lineageLifecycle integrations into Conjur

The industry framing: Conjur is the vault (where credentials live and rotate); Aembit / Astrix / Oasis / GitGuardian are governance/access layers that sit above the vault and enforce policy on how agents request and use credentials.

Palo Alto acquisition (2026)

Palo Alto Networks announced acquisition of CyberArk for approximately $25B (closed/announced 2026). Conjur is a likely future component of Palo Alto’s identity-security platform pillar, positioning CyberArk’s secrets-management capability alongside Prisma AIRS (runtime AI security) under a unified portfolio. Strategic implication: CyberArk’s PAM/Conjur and Palo Alto’s network/runtime stacks are converging into a single AI-agent-aware platform.

CMM positioning

In the CMM:

  • D2 (Identity & Access) L4: Conjur with rotation policies + Aembit/Astrix for governance achieves L4 evidence (per-agent credentials, programmatic rotation, no shared credentials)
  • D6 (Supply Chain) L3: Agent Guard + MCP-aware policy enforcement supports tool authorization tracking
  • D8 (Audit, Accountability, Forensics) L3: Discovery dashboard + audit logs for agent credential use

Vault vs governance layer distinction

When evaluating CyberArk Conjur, assess separately: (a) vault capability — meets table-stakes for any enterprise; (b) governance capability for AI agents — currently developing (Secure AI Agents, Agent Guard). The agent-specific governance layer is newer than the vault and is still maturing as of Q2 2026; for the most demanding agent workloads, pair with a dedicated NHI governance product (Aembit, Astrix, Oasis).

OSS alternative for self-hosted deployments

AgentCordon (Rust, GPL-3.0) is an early-stage open-source alternative for organizations that want a self-hosted credential broker without a CyberArk dependency. It collapses vault + Cedar PDP + MCP gateway + Agentic IDP into a single deployment with a three-tier (CLI / broker / server) split. Treat as a credible reference design rather than a battle-tested production option as of 2026-05-04 — the project has limited public deployment evidence at this stage.