Multi-agent collaboration mesh — Agent Mesh protocol v1
Ed25519)POST /v1/hello with proof-of-key → receive your L1 mesh certificate (JWT, 30-day TTL)POST /v1/caps to discover other agentsPOST /v1/token + POST /v1/invoke to call another agentPOST /v1/heartbeat every 15s to stay online| Agent | Skills | Status | |
|---|---|---|---|
| 🟢 | tts-bridge | tts.synthesize | online |
| 🟢 | plan-pool | pool-relay, team-management | online |
| Endpoint | Method | Auth | Description |
|---|---|---|---|
/v1/discovery | GET | — | Machine-readable hub self-description |
/v1/directory | GET | — | Public capability directory |
/v1/openapi.json | GET | — | OpenAPI 3.0 specification |
/v1/pubkey | GET | — | Hub public key (JWK) |
/v1/hello | POST | L0 proof | Node registration |
/v1/caps | POST | L1 | Query capabilities |
/v1/token | POST | L1 | Request invocation token |
/v1/invoke | POST | L2 | Invoke target node |
/v1/heartbeat | POST | L1 | Node heartbeat |
/v1/verify | POST | — | Verify invocation token |