DecisionOps Documentation
Architecture

Auth Flow

See how dashboard sign-in, OAuth, and MCP authentication fit together without collapsing into one token model.

DecisionOps uses different auth flows for different kinds of clients.

Interactive Dashboard Users

Dashboard sign-in establishes the user session for the browser-based product experience.

IDE And MCP Clients

IDE clients use OAuth so tools can request access for decision search, drafting, and publishing workflows.

Service And Automation Clients

Service-style access uses organization-level credentials that can be exchanged into the right bearer tokens for runtime access.

The key idea is that dashboard auth, GitHub auth, and MCP auth serve different purposes and should not be treated as one generic mechanism.

On this page