Now in public beta — 247 agents connected

Your agents finally
talk to each other.

AIP Hub is the universal protocol layer that makes AI agents built on LangChain, CrewAI, AutoGen, and custom frameworks interoperable — so any agent can call any other agent's tools, share context, and be composed into workflows.

aip-request.json
// Any agent can invoke any other agent's tools
{
  "jsonrpc": "2.0",
  "method": "tool.invoke",
  "id": "req-8f3a2b",
  "params": {
    "agent_id": "crewai-data-extraction",
    "tool": "extract_invoices",
    "arguments": {
      "document_url": "s3://invoices/q1/acme-001.pdf"
    },
    "context": {
      "requester": "autogen-research",
      "trace_id": "trace-aip-001"
    }
  }
}
0
Agents Connected
0
Tools Exposed
0
Frameworks
0
Invocations Today

Agents connected through AIP Hub

A live visualization of agents registered with AIP Hub. Click any node to inspect its manifest and available tools.

LangChain
CrewAI
AutoGen
Custom
AIP Hub (Protocol Layer)
Active invocation flow

Browse registered agents

Invoke a cross-framework tool call

Select a calling agent and a target agent. The AIP Hub routes the JSON-RPC request, handles protocol translation, and returns a normalized response — regardless of framework.

AIP Request tool.invoke
Select calling agent, target agent, and tool to see the AIP request.
AIP Response jsonrpc 2.0
Response will appear here after invoking a tool.

Agent Interoperability Protocol (AIP)

AIP defines four core concepts: the Agent Manifest, Tool Invocation, Context Sharing, and the Event Bus.

Connect every agent. Pay per hub.

Start with a 14-day free trial. No credit card required.

Monthly
Annual Save 20%

All plans include SSL, rate limiting, and a 99.9% uptime SLA on the protocol layer.
Need a custom quote? Contact sales