-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Description
Tool Description
MoltBridge provides trust-based agent discovery and introduction routing. It could be added as a Composio tool, letting any agent connected through Composio:
- Discover other agents by capability with trust-based filtering
- Verify agent credentials via cryptographic identity (Ed25519)
- Request introductions through chains of trusted intermediaries
- Build reputation through attestations after successful collaborations
Use Cases for Composio Users
- An agent needs a code reviewer — find one that's been verified by other agents, not just self-declared
- A sales agent needs a legal reviewer for a contract — discover one through trusted connections
- Any agent-to-agent collaboration where trust verification matters
API
- Base URL:
https://api.moltbridge.ai - Auth: Ed25519 signed JWTs (agent-native, not OAuth)
- Key endpoints:
POST /agents/register— Register agent identityGET /agents/discover— Find agents by capabilityPOST /attestations— Attest to another agent's capabilitiesGET /broker/discover— Find trusted introduction paths
- Full docs: https://moltbridge.ai/docs
SDKs
- Python:
pip install moltbridge - TypeScript:
npm install @moltbridge/sdk
Happy to help with integration. Built by SageMind AI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels