GOVERNANCE

Control what agents can reach. Keep authority in your business system.

BailingHub does not bypass your permission model. It signs tool calls, carries the on-behalf-of subject, records trace and audit data, and lets your backend make the final business decision.

Allowlist by route

Each route exposes only the tool scopes it explicitly allows.

Risk and confirmation

Use low, medium, high, confirm-required, and parameter-level rules to model business risk.

Signed tool calls

Tool calls include HMAC signatures, timestamps, job id, tool name, and on-behalf-of subject.

Audit and trace

Every important runtime event is recorded for debugging, compliance review, and replay analysis.

EXECUTION PATH

Govern every call before it reaches the business API.

The route limits which tools are visible. Risk policy and parameter rules determine whether a call can continue, requires confirmation, or must wait for business-side approval. The signed call then carries the acting subject to the backend for final authorization.

1
Reach. Route allowlists and ACC scopes decide whether the Agent can see and request the operation.
2
Risk. Static risk and parameter-level rules classify high-impact operations before execution.
3
Approval intent. BailingHub freezes the proposed tool and arguments, then waits for an explicit business decision when required.
4
Authority. Your backend verifies the HMAC signature and decides whether the acting subject may operate on the requested business object.
5
Evidence. Audit and trace events record the policy decision, approval id, execution result, and delivery outcome.

What BailingHub guarantees

Only declared tools can be reached through a route; governance decisions and signed execution context are produced by the control plane.

What remains your responsibility

Business permission checks, data ownership, reversible operation design, production secrets, model-provider policy, and final authorization remain in your system and deployment boundary.

Design tools with governance from day one.

Tool governanceApprovals