The New Challenge: Letting AI Agents Touch Real Systems Safely
AI agents are evolving from chatty coding assistants into tools that can deploy apps, query production data, and orchestrate CI/CD. That shift makes AI agent credentials a frontline security issue. Hardcoded secrets in .env files, scripts, and repositories were already risky for humans; for autonomous agents that can operate at scale, they become a glaring liability. Teams want AI runtime access to databases, APIs, and cloud services so agents can complete real work, but they cannot afford credential sharing security that relies on copying passwords into prompts or config files. The answer now emerging is a new generation of secrets management that treats agents as first-class identities. Platforms like 1Password, Proton Pass, and GitLab are building layers where AI can request scoped access on demand, use credentials inside controlled runtimes, and leave behind detailed audit trails—without ever holding the raw secrets themselves.
1Password Codex Integration: Runtime Access Without Plaintext Secrets
1Password is working with OpenAI’s Codex to tackle one of the hardest problems in agentic coding: how to let AI use credentials at runtime without exposing them in prompts, files, terminals, or model context. Its Environments MCP Server for Codex acts as a trusted access layer between the agent and 1Password Environments. When Codex needs a secret, it authenticates the user, mounts the credentials inside a secure runtime, and discards them after use. The AI never sees the raw value. This is a notable departure from leaving secrets scattered across .env files and repositories, where they are easy to exfiltrate and hard to govern. By centralizing secrets management and replacing plaintext with references, 1Password enables safer AI runtime access while shrinking the blast radius if an agent—or its surrounding tooling—ever misbehaves or gets compromised.
Proton Pass: Monitored Credential Sharing Through AI Access Tokens
Proton Pass is approaching AI agent credentials from the end‑user side with monitored credential sharing. Its AI access tokens let users grant agents selective, read‑only access to specific vaults without sharing their main account. Each token is tied to chosen items and vaults, limiting AI visibility to exactly what a task requires—whether that is reviewing bank transactions, generating fitness reports, or summarizing customer interactions. Before accessing data, the agent must provide a reason, so users can see what actions are being performed. Every token use is logged, supporting precise credential sharing security with clear audit trails. Tokens can be time‑boxed, with expiration periods from one hour to one year, and revoked at any time. Backed by Proton’s end‑to‑end encryption, this model lets people plug AI into personal and professional workflows while retaining granular control over which secrets are exposed, when, and to whom.

GitLab 19.0: Secrets Management Embedded in Agentic DevOps
On the DevOps side, GitLab 19.0 integrates secrets management directly into its agentic workflows to address what it calls the AI Paradox: AI accelerates code generation, but trust and security lag behind. The new GitLab Secrets Manager stores credentials in the same platform that runs code and CI/CD pipelines, scoping each secret only to authorized jobs. Access control and audit logging reuse GitLab’s existing group and project structure, avoiding parallel permission models and keeping governance close to where developers work. If a credential is compromised, responders can trace every job that used it via a unified audit trail, instead of correlating logs across multiple tools. Combined with GitLab’s Duo agentic workflows and supply chain visibility enhancements, this approach turns secrets management into a core part of AI‑assisted merge requests and pipelines, helping teams ship faster without losing oversight of how AI touches production infrastructure.
Balancing Productivity and Governance With Centralized, Monitored Access
Taken together, these designs point to a common pattern for AI agent credentials: centralized secrets management, scoped runtime access, and continuous monitoring. 1Password keeps secrets in a zero‑knowledge vault and injects them into secure runtimes on demand, so Codex can act without retaining credentials. Proton Pass focuses on individual and team usage, issuing tightly scoped access tokens with clear activity logs and easy revocation. GitLab builds secrets management into the same platform that runs agentic workflows, tying AI runtime access directly to project‑level governance and auditability. This convergence makes AI agents more operationally safe: credentials stay in specialized stores, permissions are granular and time‑bound, and every access is traceable. As organizations lean further into agentic automation, these monitored access patterns will be essential to let AI do more work while preserving the security guardrails that regulated and high‑stakes environments demand.

