Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ This list is organized by the **security lifecycle** of an autonomous agent, cov

- **[WSO2](https://github.com/wso2)** - An identity management solution that treats AI agents as first-class identities, enabling secure authentication and authorization for agent actions.
- **[OneCLI](https://github.com/onecli/onecli)** - Open-source credential vault for AI agents. A Rust HTTP gateway intercepts agent requests and injects API credentials transparently, so agents never handle raw keys. Supports per-agent scoped tokens and AES-256-GCM encryption at rest.
- **[AgentGate](https://github.com/Clawdlinux/agentgate)** - Go gateway that proxies agent calls to SaaS APIs so agents never see OAuth tokens. Biscuit tokens scope each agent to a specific principal/service/action, and every action commits a hash-chained, Ed25519-signed receipt verifiable offline with no shared secret.

---

Expand Down