AgentAuth is a Python SDK that:
- Stores sessions in an encrypted vault (not in your code) - Gives each agent a cryptographic identity (Ed25519 keys) - Scopes access (agent X can only access linkedin.com) - Logs all access for auditing
I also built a Chrome extension that exports cookies with one click.
The goal is to become the identity layer for AI agents — like how OAuth standardized user auth, but for agents.
Would love feedback, especially from anyone building agents or dealing with browser automation.