A2B control plane · ACC open contract

Connect agents to your existing business systems safely.

We use A2B for Agent-to-Business: agents doing governed work through existing systems. BailingHub is an open-source implementation built on ACC, the open Agent Capability Contract. It routes business events, exposes selected OpenAPI/SDK tools through x-agent-capability, enforces governance and approvals, records audit trails, and sends results back to your business system.

Online Console Run Docker demo Open source
curl -fsSL https://www.bailinghub.com/install.sh | sh Console Demo Docs
Business trigger Web Chat widget Channels inbound CONTROL PLANE BailingHub Auth Route · Context Guardrails deliver back Cloud LLM pluggable Remote Agent call tools
01

Business tools, not raw access

Expose selected actions through OpenAPI or SDK-generated specs. The agent only sees what the route allows.

02

Governed execution

Apply allowlists, risk levels, rate limits, human approval, HMAC signatures, audit logs, and trace data to every tool call.

03

Business-side authority

Tool calls carry an on-behalf-of subject, but your backend remains the final authority for permissions.

HOW IT WORKS

A control plane between agents and business systems

runtime path
Business system / web widget / inbound channel
  route: BailingHub route
  context: messages + memory + knowledge + page context
  brain: model or executor
  tools: governed business tools
  call: signed business API call
  authority: business backend verifies signature and permissions
DIFFERENT FROM

Not another chatbot or workflow engine

Not a generic chatbot

BailingHub focuses on controlled business actions, audit trails, traceability, and delivery back to the system that triggered the task.

Not a traditional workflow engine

Routes configure models, memory, knowledge, tools, approvals, and delivery. Agents can act dynamically inside governed boundaries.

Not a replacement for MCP

MCP is a tool protocol ecosystem. BailingHub is the business-side control plane around tools, identity, risk, and audit.

Built for existing systems

Keep your backend, database, permission table, and business processes. Add a governed AI control plane next to them.

GET STARTED

Start with the online console, then run the full loop locally.

Use the online console to inspect the console and product model without installing anything. Use Docker Demo when you want the full technical loop on your own machine.

Online Console Docker Demo SDK docs