Bring Your Own MCP
Register any external MCP server by URL. RouteMCP connects out as an MCP client, catalogs its tools, and exposes them as a first-class toolkit usable across the router, playground, and chat. Shared (org-level) authentication:none, API key (custom header),
bearer, or OAuth 2.0 (with Dynamic Client Registration or a pre-registered app). See the
Bring Your Own MCP guide.
Bring Your Own LLM
Run the playground and chat on your own model via a per-workspace OpenRouter key. See the Bring Your Own LLM guide.Workspaces API
Chat completion endpoint
Stream an agent’s response over a workspace’s tools:
The agent discovers tools via the router meta-tools and executes them through the unified API,
wrapped in the platform resilience stack.
Stateless chat
Run a workspace in stateless mode — pass the conversationhistory with each request
instead of persisting a session server-side. See the Stateless Chat guide.