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.
// 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" } } }
Live Network
A live visualization of agents registered with AIP Hub. Click any node to inspect its manifest and available tools.
Agent Registry
Live Demo
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.
Select calling agent, target agent, and tool to see the AIP request.
Response will appear here after invoking a tool.
Technical Reference
AIP defines four core concepts: the Agent Manifest, Tool Invocation, Context Sharing, and the Event Bus.
Pricing
Start with a 14-day free trial. No credit card required.
All plans include SSL, rate limiting, and a 99.9% uptime SLA on the protocol layer.
Need a custom quote? Contact sales