Loading…
Loading…
Written by Max Zeshut
Founder at Agentmelt · Last updated Jul 22, 2026
A cryptographically-attested, short-lived identity issued to a running workload — an autonomous AI agent, a service, a container — so it can prove who it is to other services without any shared secret or long-lived key. The open standard is SPIFFE (Secure Production Identity Framework For Everyone); SPIRE is its reference implementation. Each workload receives an SVID (SPIFFE Verifiable Identity Document, an X.509 cert or JWT) issued based on runtime attestation of what the workload actually is and where it runs, rotated automatically so a leaked credential expires in minutes. For AI agents, workload identity answers the 'who is the agent' question independently of OAuth client registration — the March 2026 IETF agent-auth draft proposes agents carry a WIMSE/SPIFFE workload identity as `client_id` alongside the delegated user as `sub`. It's the right primitive for autonomous agents that run without a human in the loop and therefore can't rely on a user's delegated token.