How BlueBear handles the work
Resolve the acting identity
The gateway starts with the tenant, workspace, user or service principal, and the agent responsible for the request. Authority is not inferred from prompt text.
Evidence: Tenant and workspace context carried into the request boundary
Check the requested tool and action
Workspace MCP assignments and action policy determine which connection and tool may run. High-impact actions can require a human approval before execution.
Evidence: Connection, tool, action class, policy decision, approval state
Keep credentials outside the model context
The execution layer resolves the approved connector credential for the scoped action. The agent receives the result it needs, not a reusable bearer token in its prompt.
Evidence: Credential reference and execution receipt instead of prompt-carried secrets
Retain an evidence chain
Correlation identifiers connect the session, policy result, tool call, approval, output, and downstream outcome so teams can investigate failures and prove what occurred.
Evidence: Session, request, tool, approval, result, and outcome linkage