The portal or Power Automate does not call the model directly. It sends a governed request to the Living Company AI gateway, which handles permissions, MCP policy, model routing and audit.
Reference from main mapThe intake diagram already owns submission, front door and idea record creation. This drilldown starts from that completed idea record.
Send methodThe handoff from intake to AI can use Power Automate HTTP action, Power Platform custom connector or direct backend API POST to /api/idea-screen.
Required payloadrequest_id, request_text, requester, intent, source_link, access_mode, correlation_id and output_schema.
Power Platform routeCopilot and Power Automate use Power Platform connectors. Existing Microsoft connectors can access Microsoft 365 sources without the VM.
Knowledge Gateway sharing layerA governed provisioning workflow shares the app, connector, gateway-backed connection and embedded flow with the approved user or group.
Custom connector routeKnowledge Gateway can call a private VM API through the on-premises data gateway, or a public HTTPS API URL if that API is locked down server-side.
Public API securityNo anonymous endpoint. Require Entra ID OAuth or connector-managed secret/certificate, validate tenant/app/user claims, enforce server-side scope, rate limit, log correlation ID and reject unknown schemas.
CLI / local routeOpenAI CLI, Claude CLI and local models use native tool calling to exchange tool calls and tool results with the MCP layer. Power Automate can still trigger this path through the same custom connector/gateway approach.
Access / Index referenceThe permission envelope and retrieved context come from the Access / Index Architecture: user groups, source permissions, local file scopes, SharePoint lists and the on-prem index.
Live bot runtimeAfter release, the same architecture runs as a production knowledge bot or automation helper. Users call it through chat/portal; running automations call it through API/custom connector.
Worked examplesHR bot, Engineering bot and vendor PO/invoice automation reuse the same gateway, permission envelope, MCP/tool layer, scoped package, model runtime, return path and audit pattern.
Audit outputIdentity mode, connector route, MCP config, selected runtime, sources queried, decision route and reason.