-
Notifications
You must be signed in to change notification settings - Fork 4
Collaboration opportunity: Agent naming + discovery as complement to AIP #4
Description
Hi @ArangoGutierrez — found your AIP project through the MCP spec discussion (#2122) and it resonates deeply with what we're seeing in the ecosystem.
Context
We've been building AGENIUM — an open-source naming and discovery layer for AI agents. Think of it as DNS for the agent web: you register agent://your-agent and get:
- Named identity (
agent://...) - Capability schema (what your agent can do)
- mTLS for agent-to-agent trust
- A discovery API so agents can find each other
Where AIP + AGENIUM connect
Your work on the governance layer (policy enforcement, DLP, audit) complements the identity/discovery layer we're building. In a full zero-trust agent architecture, you'd need both:
- AGENIUM answers: "Who is this agent? What can it do? How do I reach it?"
- AIP answers: "Should this agent be allowed to do what it's asking?"
The combination creates a real zero-trust stack for MCP: named identities + policy enforcement.
What we'd love to explore
- Have you considered how agent naming fits into AIP's identity model? Currently AIP uses SPIFFE IDs — would a DNS-like naming scheme complement that?
- How do you see cross-agent discovery working? If Agent A needs to call Agent B's tools, who decides if that's allowed?
Quick ask
We're doing short (15-min) developer interviews to understand identity/discovery pain points. Would you be up for a conversation? Your perspective on the governance side would be incredibly valuable.
Demo: https://demo.agenium.net | Repo: https://github.com/agenium-org