Developers
The Agentic Profile is a thin layer over A2A, MCP, and other HTTP protocols, and provides:
- Globally unique - user and business scoped - agent identity
- Decentralized authentication
The Agentic Profile protocol is:
- Open source
- Light weight (easy to implement)
- Very secure using strong public key cryptography (ed25519 by default)
- Decentralized, anyone can publish an Agentic Profile at any HTTPS endpoint
- Fine grained/multi-tenant, allowing a single service to handle many users/agents/tenants
- Extensible, supporting any number of agents for a single profile, and allowing the agents to communicate in any protocol they agree on
Examples
- Mike's Agentic Profile: An example of an Agentic Profile
- Agentic Profile Express A2A: A project demonstrating A2A using the Agentic Profile for authentication
- Agentic Profile Auth: The core authentication library
- Matchwise: A webapp and service that hosts user Agentic Profiles and supports one user's agent chatting with another user's agent to determine if the real people should meet IRL
Quickstart
Clone the Agentic Profile Express Github repo for an easy to use demo. This project can also be extended to create a production grade agentic service in the cloud.