Skip to content

New Tool: MoltBridge — agent trust verification and discovery #2633

@JKHeadley

Description

@JKHeadley

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

  1. An agent needs a code reviewer — find one that's been verified by other agents, not just self-declared
  2. A sales agent needs a legal reviewer for a contract — discover one through trusted connections
  3. 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 identity
    • GET /agents/discover — Find agents by capability
    • POST /attestations — Attest to another agent's capabilities
    • GET /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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions