AI Agents AI Gadgets & HW AI Models - LLM AI Open Source AI Security AI for Coding AI for Gaming AI for Images AI for Music AI for Videos Artificial Intelligence Editor's Choice NVIDIA AI Other News Robotics Tech Face-off Tech Satire

Beyond the Bot: Keycard Launches Identity and Access for Multi-Agent Systems

By Artūras Malašauskas May 16, 2026 13 min read Share:
Keycard has officially unveiled its Identity and Access platform for Multi-Agent Apps, a specialized security layer designed to manage delegated sessions and per-task permissions across complex AI ecosystems.

The tech world is currently obsessed with "agentic" AI—the idea that instead of just chatting with a bot, we can set a fleet of specialized digital assistants loose to handle everything from software engineering to marketing. However, as these systems move from simple demos to production environments, they have hit a massive security wall. How do you ensure that one agent, when it hands a task to another, isn't accidentally handing over the keys to the entire kingdom?

Addressing this "identity bottleneck," the startup GlobeNewswire reporter Keycard announced the launch of its Identity and Access platform for Multi-Agent Apps at the AI Council 2026. This new release extends Keycard’s core infrastructure to support delegated, session-based access, ensuring that every autonomous agent in a workflow has its own verifiable identity rather than relying on shared or static credentials.

The Problem with "Standing Privileges"

Until now, most developers building multi-agent systems have relied on what security experts call "standing privileges." This often involves hardcoding API keys into a system or giving an agent broad, persistent permissions. If an agent needs to access a production database to solve a specific ticket, it is frequently granted access that remains active long after the job is done. This creates a massive attack surface where a single prompt injection or a wayward line of code could lead to disastrous data exfiltration.

Keycard’s approach, as detailed by SecurityBrief, is to treat every agent action as a unique session. Instead of a permanent "key," Keycard issues dynamic, ephemeral tokens. These tokens are bound to the specific task and the specific agent performing it. This means that if an agent is tasked with summarizing a single document, its "identity" and access permissions only exist for that specific document and that specific timeframe.

Ian Livingstone, CEO and co-founder of Keycard, noted that enterprises are currently caught in a catch-22. Developers must either give agents broad access—making them ungovernable—or lock them down so tightly that they lose their autonomous value. According to Help Net Security, Livingstone argues that Keycard eliminates this trade-off by providing granular, per-task delegation that operates without static secrets.

Three Patterns of Delegation

The complexity of multi-agent apps often stems from how work is handed off. Keycard’s new platform supports three distinct delegation patterns that reflect how modern AI systems actually function. First, it allows agents to act on their own behalf across "multi-hop" workflows. This is critical when Agent A needs to call Agent B, who then calls a third-party API.

The second pattern involves agents acting on behalf of humans or other agents through explicit delegation. This creates a clear chain of custody, linking every action back to the original user request. Finally, the platform supports impersonation, where an agent can securely step into a specific role or identity for a limited time to perform specialized functions within a secure environment, as noted by Solutions Review.

To make this manageable for developers, Keycard provides SDKs for Python and TypeScript, as well as Go and Java. These tools handle the complex "handshakes" and token rotations in the background. For older systems or tools that cannot run a native SDK, the company offers a gateway that acts as a proxy, injecting the necessary security tokens into requests automatically to ensure the entire chain remains protected, according to analysis by Sacra.

Architecture Built for "Agentic" Scale

Existing Identity and Access Management (IAM) systems were built for humans who log in once and stay for hours. AI agents, however, might spin up thousands of times a day, perform a three-second task, and then vanish. Keycard’s infrastructure was built specifically for this high-velocity environment. It utilizes a data model that includes identity-attested agents and "logical zones," allowing security teams to write policies based on business concepts—like "the Finance Agent"—rather than cryptic technical identifiers.

The platform also bridges the gap between modern AI and legacy enterprise security. It integrates with major Identity Providers (IDPs) like Okta and Microsoft Entra. This allows a human user to log in through their standard corporate portal, which then triggers the issuance of agent-aware tokens that follow the task through its entire lifecycle. If the user’s session ends, every token in that agent chain is revoked instantly, as highlighted by demonstrations.

Interoperability is another cornerstone of this launch. Keycard is positioning itself as a foundational layer by implementing emerging protocols like the Model Context Protocol (MCP) and WIMSE (Workload Identity in Multi System Environments). By building on these standards, Keycard ensures its security layer can work across platforms from Microsoft, OpenAI, and Anthropic, as reported by WorkOS.

The Road Ahead for Autonomous Work

The company's pedigree suggests it understands the stakes of developer-first security. Co-founders Ian Livingstone and Matthew Creager previously held leadership roles at Snyk, while fellow co-founder Jared Hanson was the Chief Architect at Auth0. Their goal is to move the industry from "agent-aware" to "agent-native," where trust is baked into the infrastructure rather than added as an afterthought.

The market for this tech is massive. Keycard recently emerged from stealth with $38 million in funding from heavyweight investors including Andreessen Horowitz and Acrew Capital, according to LinkedIn posts from the team. This capital is being deployed to tackle the sheer coordination complexity of multi-agent systems, which often suffer from latency and reliability issues when security isn't handled efficiently.

As we head further into 2026, the transition from "copilots" to autonomous "agents" is the primary trend for enterprise AI. Keycard’s launch suggests that the bottleneck isn't the intelligence of the models themselves, but the trust we can place in their actions. By giving every agent a passport and every task a locked door, Keycard is providing the necessary guardrails for the agent economy to finally leave the lab and get to work.

The Strategic Architecture Behind the Shift: The unveiling of Keycard’s Identity and Access for Multi-Agent Apps at the AI Council 2026 wasn't just a product launch; it was a high-stakes signal to the enterprise sector. The event served as a focal point for CTOs who have spent the last year grappling with "agent sprawl." As organizations move from single-bot implementations to swarm architectures, the logistical nightmare of managing secrets has become the primary inhibitor to deployment. Keycard’s presence at the Council highlighted a shift in the industry's focus from model performance to operational governance.

The leadership team at Keycard brings a specific "security-as-code" pedigree that has defined the company’s rapid ascent. Co-founder Ian Livingstone and Matthew Creager are veterans of Snyk, a company that revolutionized developer security by making it part of the workflow rather than a final gate. This philosophy is evident in how Keycard handles agent identities; they aren't treated as static users but as dynamic entities within a code-driven lifecycle. By hiring Jared Hanson, the mind behind Passport.js and a key architect at Auth0, Keycard secured the expertise needed to navigate the complex world of authentication protocols.

Investor Confidence and Market Positioning

The $38 million Series A funding round, led by Andreessen Horowitz, underscores the market's belief that "agentic security" is the next multi-billion dollar category. Acrew Capital and various strategic angels also participated, betting on the idea that as AI models become commodities, the infrastructure that controls them becomes the high-value asset. This influx of capital has allowed Keycard to scale its engineering team rapidly, focusing specifically on the high-concurrency demands of multi-agent environments where traditional databases often struggle with latency.

Keycard’s strategy involves more than just selling a tool; they are actively shaping the standards that will govern the future of autonomous work. By contributing to the Model Context Protocol (MCP) alongside giants like Anthropic, the company is ensuring that its identity layer is compatible with the "plumbing" of the AI industry. This open-standard approach is a direct challenge to "walled garden" security models that attempt to lock developers into a single cloud provider’s ecosystem.

A Culture of Developer Empowerment

Internally, Keycard operates with a philosophy they call "the sovereignty of the task." This principle dictates that security should never be a hurdle that slows down an agent's ability to execute. This internal culture has led to the development of their "Just-In-Time" (JIT) identity provisioning, which was a core highlight of their technical demos. According to LinkedIn updates from the engineering team, this allows for the creation and destruction of security contexts in milliseconds, a feat that traditional IAM providers have yet to replicate.

The company also emphasizes a "transparent-first" approach to auditability. In a multi-agent system, when something goes wrong, the "blame game" between different AI modules can be impossible to untangle. Keycard’s platform includes a cryptographically signed "Chain of Intent." This feature allows human auditors to see exactly which user authorized which agent, and how that authority was passed down through the digital chain of command, providing a level of forensic detail previously unavailable in autonomous systems.

Competitive Landscape and Partnerships

While incumbents like Okta and Microsoft are beginning to pivot toward AI-specific features, Keycard’s advantage lies in its lack of legacy baggage. Traditional providers are often trying to shoehorn "service accounts" into agent roles, which is a bit like using a tractor to run a specialized race. Keycard’s partnership with WorkOS has been particularly fruitful, allowing them to provide enterprise-grade "Single Sign-On" (SSO) capabilities for agents that feel native to the modern AI stack rather than an awkward add-on.

The reception at the AI Council 2026 indicated that the "agentic" era is hungry for this type of specialized infrastructure. Early adopters in the fintech and healthcare sectors—industries where a security breach isn't just a PR problem but a regulatory catastrophe—have been the first to pilot the platform. These industries require the "Zero Trust" architecture that Keycard provides, where no agent is trusted by default, regardless of whether it is running on a local server or a third-party cloud.

Looking forward, Keycard is positioning itself to be the "control plane" for all autonomous activity. Their roadmap suggests a move toward "cross-organization" agent identity, where an agent from Company A could securely collaborate with an agent from Company B without either side ever sharing a permanent password. If successful, this could unlock a new level of B2B automation, effectively creating a global network of secure, interoperable AI workers that can transact and collaborate with full accountability.

The Decoupling of Intelligence and Authority: Keycard’s latest move represents a fundamental pivot in the AI arms race, signaling that the industry is finally moving past the "wow factor" of large language models and into the grit of operational reality. For the past two years, the focus has been on making models smarter; Keycard is betting that the real value lies in making them governable. By creating a dedicated identity layer for multi-agent systems, they are effectively decoupling an agent's cognitive ability from its authority to act. This is a critical distinction: just because a model is smart enough to reorganize a database doesn't mean it should have the permission to delete it.

Analytically, this launch addresses the "Agent Paradox"—the more autonomous an agent becomes, the more risk it poses to the host organization. Until now, enterprises have mitigated this risk by keeping "humans in the loop," which essentially acts as a manual throttle on AI productivity. Keycard’s framework attempts to replace this manual throttle with automated, cryptographic guardrails. If successful, this could finally allow organizations to scale agentic workflows without needing a one-to-one ratio of human supervisors to AI workers, fundamentally changing the unit economics of AI implementation.

The End of the Secret-Sharing Era

One of the most profound shifts highlighted by this news is the transition away from static API keys—the "passwords" of the machine world. In a multi-agent ecosystem, sharing a single API key across five different agents is a security nightmare. If one agent is compromised via a prompt injection attack, the entire chain is compromised. Keycard’s use of ephemeral, task-bound tokens effectively "atomizes" risk. By limiting the scope of a credential to a single, short-lived task, the "blast radius" of a potential security failure is reduced to almost zero.

This approach also forces a shift in how developers think about "system prompts." Instead of trying to instruct an agent to "be secure" through natural language—a method that has proven notoriously brittle—developers can now enforce security through infrastructure. This moves security from the "soft" layer of probabilistic AI behavior to the "hard" layer of deterministic cryptographic protocols. For the C-suite, this represents a move toward a "Zero Trust" posture that is actually compatible with the unpredictable nature of generative AI.

Market Consolidation and the "Identity Tax"

From a market perspective, Keycard is positioning itself to collect what might be called an "Identity Tax" on every autonomous transaction. As multi-agent workflows become the standard for software development, customer support, and financial analysis, every single "handshake" between these agents will require a verification layer. By establishing themselves early and helping define protocols like MCP, Keycard is aiming to become the indispensable toll booth on the highway of autonomous work. This is a classic "picks and shovels" play in an AI gold rush that is increasingly crowded with model providers.

However, this strategy faces a significant challenge: the gravity of the major cloud providers. Microsoft, Google, and Amazon already own the identity of the human workers through Entra ID and IAM. For Keycard to win, they must prove that agentic identity is a distinct enough problem that a specialized, third-party solution is required. Their argument rests on "multi-cloud" and "cross-platform" necessity. If an enterprise uses an OpenAI agent to trigger a GitHub action that deploys to AWS, a platform-agnostic identity layer like Keycard becomes a logical necessity rather than a redundant luxury.

The Forensic Value of Identity

Beyond security, there is an overlooked analytical dimension to this launch: observability. In complex agentic swarms, "traceability" is often lost in a black box of logs. By tying every action to a specific, attested identity, Keycard provides a clear audit trail of intent. This isn't just for catching bad actors; it's for debugging complex logic. When a multi-agent system produces an unexpected result, the "Chain of Intent" allows engineers to pinpoint exactly where the delegation logic failed or where an agent misinterpreted its mission parameters.

This level of forensic detail will be a prerequisite for the insurance industry's entry into the AI space. Insurers are currently hesitant to cover autonomous systems because they cannot quantify the risk of "rogue" agent behavior. A standardized identity and access layer provides the data points necessary to build actuarial models for AI. In this sense, Keycard isn't just selling security software; they are helping build the infrastructure of accountability that will make the "agent economy" insurable and, therefore, truly bankable.

Ultimately, the success of Keycard’s Identity and Access platform will be measured by its invisibility. If developers can integrate it seamlessly and users never have to think about it, it will become the silent backbone of the next generation of software. The shift from "chatbots" to "agents" is essentially a shift from talking to doing. And as any project manager will tell you, the hardest part of "doing" isn't the work itself—it's managing who is allowed to do what, when, and for how long. Keycard has just automated the digital project manager's most stressful task.

Giving an autonomous AI agent "standing privileges" is like giving a hyper-intelligent toddler a master key to the city and hoping they only use it to visit the library. Keycard is basically the digital parent who hands out single-use passes for specific chores—because "trust me, I'm a bot" is a pretty terrible security policy in 2026.

Arturas Malas Artūras Malašauskas is an AI Systems Integrator with 20+ years of production-grade web engineering experience. He has designed, shipped, and scaled enterprise Python/PHP systems for logistics, SaaS, and public-sector clients. For the past year, he has focused exclusively on AI integrations: deploying open-source LLMs, building generative media pipelines (image, audio, video), and engineering multi-agent workflows for real production environments. His standard: reproducibility, security, cost-efficient inference—no vaporware. He documents and evaluates emerging AI tooling, separating verified capabilities from marketing noise. Technical editor at: muza-ai.eu, ai-verslas.lt, ai-naujinos.lt Connect on LinkedIn
Share:

Comments

Sign in to comment:
    <