AI Agents Need Better Auth, Not Just Credentials

Paola Estefania discusses the critical need for better authorization and identity management for AI agents, proposing a new protocol to enhance security and control.

8 min read
Paola Estefania presenting at AI Engineer World's Fair
AI Engineer

Visual TL;DR. Over-Privileged AI Agents leads to Current Auth Flawed. Over-Privileged AI Agents drives Need Better Auth. Current Auth Flawed requires Need Better Auth. Need Better Auth solved by Authority Over Credentials. Authority Over Credentials involves Key Concepts. Authority Over Credentials enables Enhanced Security. Enhanced Security leads to Future Outlook.

  1. Over-Privileged AI Agents: users grant agents same access level as themselves, risking misuse and security flaws
  2. Current Auth Flawed: simply handing over credentials is a flawed security model, like giving CEO access
  3. Need Better Auth: critical need for robust authorization and identity management for AI agents
  4. Authority Over Credentials: proposing a new protocol to give agents specific authority, not blanket access
  5. Key Concepts: focus on capabilities, identity, and traceability for enhanced agent security
  6. Enhanced Security: improves security and control, preventing agents from 'pretending to be us'
  7. Future Outlook: demonstration and future outlook for this new authorization protocol
Visual TL;DR
Visual TL;DR, startuphub.ai Over-Privileged AI Agents drives Need Better Auth. Need Better Auth solved by Authority Over Credentials. Authority Over Credentials enables Enhanced Security drives solved by enables Over-Privileged AI Agents Need Better Auth Authority Over Credentials Enhanced Security From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Over-Privileged AI Agents drives Need Better Auth. Need Better Auth solved by Authority Over Credentials. Authority Over Credentials enables Enhanced Security drives solved by enables Over-PrivilegedAI Agents Need Better Auth Authority OverCredentials Enhanced Security From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Over-Privileged AI Agents drives Need Better Auth. Need Better Auth solved by Authority Over Credentials. Authority Over Credentials enables Enhanced Security drives solved by enables Over-Privileged AI Agents users grant agents same access level asthemselves, risking misuse and securityflaws Need Better Auth critical need for robust authorization andidentity management for AI agents Authority Over Credentials proposing a new protocol to give agentsspecific authority, not blanket access Enhanced Security improves security and control, preventingagents from 'pretending to be us' From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Over-Privileged AI Agents drives Need Better Auth. Need Better Auth solved by Authority Over Credentials. Authority Over Credentials enables Enhanced Security drives solved by enables Over-PrivilegedAI Agents users grant agentssame access levelas themselves,… Need Better Auth critical need forrobustauthorization and… Authority OverCredentials proposing a newprotocol to giveagents specific… Enhanced Security improves securityand control,preventing agents… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Over-Privileged AI Agents leads to Current Auth Flawed. Over-Privileged AI Agents drives Need Better Auth. Current Auth Flawed requires Need Better Auth. Need Better Auth solved by Authority Over Credentials. Authority Over Credentials involves Key Concepts. Authority Over Credentials enables Enhanced Security. Enhanced Security leads to Future Outlook leads to drives requires solved by involves enables leads to Over-Privileged AI Agents users grant agents same access level asthemselves, risking misuse and securityflaws Current Auth Flawed simply handing over credentials is aflawed security model, like giving CEOaccess Need Better Auth critical need for robust authorization andidentity management for AI agents Authority Over Credentials proposing a new protocol to give agentsspecific authority, not blanket access Key Concepts focus on capabilities, identity, andtraceability for enhanced agent security Enhanced Security improves security and control, preventingagents from 'pretending to be us' Future Outlook demonstration and future outlook for thisnew authorization protocol From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Over-Privileged AI Agents leads to Current Auth Flawed. Over-Privileged AI Agents drives Need Better Auth. Current Auth Flawed requires Need Better Auth. Need Better Auth solved by Authority Over Credentials. Authority Over Credentials involves Key Concepts. Authority Over Credentials enables Enhanced Security. Enhanced Security leads to Future Outlook leads to drives requires solved by involves enables leads to Over-PrivilegedAI Agents users grant agentssame access levelas themselves,… Current AuthFlawed simply handing overcredentials is aflawed security… Need Better Auth critical need forrobustauthorization and… Authority OverCredentials proposing a newprotocol to giveagents specific… Key Concepts focus oncapabilities,identity, and… Enhanced Security improves securityand control,preventing agents… Future Outlook demonstration andfuture outlook forthis new… From startuphub.ai · The publishers behind this format

In the rapidly evolving world of AI agents, security and authorization are paramount. During a workshop at the AI Engineer World's Fair, Paola Estefania highlighted the critical need for a more robust approach to agent authentication, moving beyond simply handing over credentials.

AI Agents Need Better Auth, Not Just Credentials - AI Engineer
AI Agents Need Better Auth, Not Just Credentials — from AI Engineer

The Problem: Over-Privileged Agents

Estefania pointed out that when users grant AI agents access to their personal accounts, such as Gmail or calendars, they often give the agent the same level of access they themselves possess. This practice is risky, as it allows the agent to "act on behalf of us, but pretending to be us." She drew an analogy to hiring someone for a company: you wouldn't give a new employee the CEO's credentials because of the potential for misuse. Similarly, with AI agents, simply granting access to everything is a flawed security model.

The Solution: Authority Over Credentials

The core idea presented is to "hire your agent" by giving them specific authority rather than blanket access through credentials. This involves several key components:

  • Discovery: Agents need a way to discover what services they can interact with and what actions they can perform. This could be through a standardized protocol or a directory where services list their capabilities.
  • Authorization: Instead of granting full access, agents should be authorized for specific tools and actions, with granular controls like read-only access or specific functions.
  • Identity: Every agent should have its own identity, similar to how users have identities. This allows for better tracking of actions performed by specific agents on behalf of users.

Estefania emphasized that this approach shifts the paradigm from agents hiding behind users to agents acting as distinct principals with their own verifiable identities.

Key Concepts: Capabilities, Identity, and Traceability

Estefania elaborated on the concept of capabilities, which are more granular than traditional scopes. For instance, instead of a broad "read" scope, capabilities can define specific actions like "read emails" or "send email." This allows for much finer-grained control over what an agent can do.

Furthermore, giving agents their own identity, potentially through a private key, enables them to sign tokens and operate with metered access. This means that logs can clearly identify which agent performed which action, rather than just seeing a user's interaction. This identity also allows for traceability, meaning if an agent misbehaves, its access can be revoked by identifying its specific origin.

The Agent Auth Protocol

The proposed Agent Auth Protocol aims to address these challenges through three layers: plugin, registry, and client. The protocol allows services to publish their capabilities, enabling agents to discover and utilize them securely. Estefania highlighted that while many services still rely on older authorization methods, the protocol can translate these into a more modern, capability-based system.

The protocol includes features like a well-known agent configuration endpoint, similar to OIDC, and a mechanism for listing capabilities. For services that don't natively support this, a middleware approach can be used to convert existing API specifications, like OpenAPI JSON, into agent capabilities.

Demonstration and Future Outlook

Estefania provided a demonstration showcasing how the system works, including connecting to an MCP server and requesting to read emails. The demo illustrated the process of an agent discovering capabilities, requesting authorization, and the subsequent logging of its actions. This end-to-end traceability, she argued, is crucial for building trust and security in the agent ecosystem.

The team is working on a V2 of the protocol, which will further enhance capabilities like multi-step workflows and long-lived agents, ensuring that the system remains secure and user-friendly. Estefania encouraged broader adoption and contribution to the open-source project, emphasizing the goal of making AI agents safer for everyone.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.