docs: document OrcaRouter as a gateway option for the M365 add-in - #326
Open
kuswardhanietidims-svg wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
For firms deploying the Claude Microsoft 365 add-in through
claude-for-msft-365-install, this documents OrcaRouter as a named gateway option alongside LiteLLM, Portkey, and Kong in the/claude-for-msft-365-install:setupwizard.OrcaRouter is an OpenAI-compatible AI gateway built for both models and agents. Like OpenRouter, it exposes a provider/model namespace across many models — but it also combines adaptive routing, automatic failover, zero-markup inference, observability, guardrails, and agent-tool governance behind the same endpoint. Adding it to the wizard's gateway guidance means firms that run OrcaRouter can point the add-in at it directly, without treating it as an anonymous custom base URL.
It also runs gateway-level, zero-trust security for AI agents on the same endpoint — screening every prompt/response and governing every tool call on a default-deny basis, with no application code changes.
Changes
claude-for-msft-365-install/commands/setup.md— list OrcaRouter in the Step 1 "do you already run an LLM gateway?" prompt and the API-format callout, and add an "OrcaRouter" subsection to the Gateway path covering the exact manifest keys it needs./v1/messagesAPI natively, so it needs onlygateway_url=https://api.orcarouter.aiand the firm'sgateway_token—gateway_api_formatstays unset, matching the add-in's default.claude-for-msft-365-install/.claude-plugin/plugin.json— version 0.1.9 → 0.1.10 (auto-bump by the repo's pre-commit hook; a plugin's version gates update delivery to installed users).Verification
python3 scripts/check.pypasses — 83 files checked, 0 issues./v1/messages,x-api-keyauth,claude-*-compatible model namespace): HTTP 200.I'm an engineer on the OrcaRouter team. Discord: discord.gg/YEubt8enRA · X: https://x.com/OrcaRouter