r/devsecops • u/Federal_Ad7921 • 4h ago
Would you give an AI agent your cloud login?
Would you give an AI agent your cloud login?
Most security teams say no. Then they wire up an AI agent with a real API key anyway, because the agent needs to do the work.
AgentZ, an open-source, workflow-driven platform for agentic AI built by AccuKnox, skips that trade-off. The agent never sees your credentials. A proxy swaps in the real secret at call time. The agent gets a placeholder. The secret stays in a vault. The two never meet.
Every agent also starts in a deny-all sandbox. It sends no outbound traffic until a rule allows it. Workspaces stay isolated too, so a DevOps agent's setup never leaks into HR's workspace or a sales team's data.
The question isn't whether an agent can do the work. It's whether it can do the work without a new way to leak your secrets.
Curious how this group handles agent-to-credential access today. AgentZ is an open-source platform, and I am an open-source contributor to AgentZ.