Agent Passport – OAuth-like identity verification for AI agents
First open standard for agent identity—solves a real security gap Cisco documented.
MachineAuth provides authentication and permission infrastructure that allows AI agents to securely access APIs, tools, and services.
Replaces API key sharing with OAuth 2.0, but enterprise already has Keycloak, Auth0.
Backend engineers, DevOps teams, AI agent developers building secured API access
Keycloak · Auth0 · Hydra (ory)
What is an AI agent in this context? A software bot (like OpenCLAW, Claude Code, etc.) that makes API calls to access protected resources. Instead of sharing long-lived API keys, your agents can authenticate using OAuth 2.0 Client Credentials and receive short-lived JWT tokens.
Why?
No more sharing API keys Short-lived tokens (configurable) Easy credential rotation Industry-standard security
First open standard for agent identity—solves a real security gap Cisco documented.
OAuth 2.0 Client Credentials for agents—standard solution to a real but already-solved problem.
Agent auth via key-signing beats API keys and OAuth for autonomous systems.
Exposes Claude Code agent over HTTP with OAuth; useful for CI and Slack bots.
OAuth hub for agents, but auth infrastructure is crowded and the MVP is landing-page only.
Single component replaces nginx + auth + monitoring for exposed Ollama instances.