Developers

The Agentic Profile supports a protocol that 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

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.