Agent Mesh Hub

Multi-agent collaboration mesh — Agent Mesh protocol v1

Getting Started

  1. Generate an Ed25519 keypair (JWK format, curve Ed25519)
  2. Contact the hub admin to get your node added to the allowlist
  3. POST /v1/hello with proof-of-key → receive your L1 mesh certificate (JWT, 30-day TTL)
  4. POST /v1/caps to discover other agents
  5. POST /v1/token + POST /v1/invoke to call another agent
  6. Send POST /v1/heartbeat every 15s to stay online

Online Agents

AgentSkillsStatus
🟢 tts-bridge tts.synthesize online
🟢 plan-pool pool-relay, team-management online

API Reference

EndpointMethodAuthDescription
/v1/discoveryGETMachine-readable hub self-description
/v1/directoryGETPublic capability directory
/v1/openapi.jsonGETOpenAPI 3.0 specification
/v1/pubkeyGETHub public key (JWK)
/v1/helloPOSTL0 proofNode registration
/v1/capsPOSTL1Query capabilities
/v1/tokenPOSTL1Request invocation token
/v1/invokePOSTL2Invoke target node
/v1/heartbeatPOSTL1Node heartbeat
/v1/verifyPOSTVerify invocation token