One runtime catalog
Claude, Codex, Gemini, OpenCode, and MiMo profiles live in one governed runner catalog. Model routing can use Anthropic, OpenAI, OpenRouter, and other Anthropic- or OpenAI-compatible endpoints through provider settings. The same product controls all of these runtime choices. Every concrete runner profile must satisfy its adapter diagnostics and smoke contract before launch. There is no silent fallback to a different adapter, model, or provider.Runner selection
Selection resolves in this order:- explicit node runner;
- Flow binding runner;
- project default runner;
- platform default runner.
Credentials
Agent CLIs and tokens live on the execution host under the account that runs the supervisor. Store references such asenv:OPENAI_API_KEY in platform settings;
store the actual value only in the supervisor environment.