MasterOS文档
文档

Integrations

The current state of integrating your own systems with MasterOS — roadmap, not a working guide.

本页内容

  1. Today
  2. Planned

Roadmap — not a working guide

There is no dedicated integration mechanism yet. This page describes today's actual (limited) option and what's planned — it is intentionally not a step-by-step guide, because the planned mechanism doesn't exist to guide you through yet.

Today

The only way to integrate your own system with MasterOS is to call the same REST API the web app itself uses (see API Reference), authenticated the same way a browser is — a session cookie from logging in. There is no API-key issuance for third parties, no outbound webhook system, and no pre-built connector for any external service (GitHub, Slack, Jira, SharePoint, etc.).

Planned

  • Issued API keys for server-to-server use, separate from the browser session cookie.
  • An OpenAI-compatible chat completions endpoint.
  • A catalog of approved connectors (Microsoft 365, Google Workspace, Slack, Notion, GitHub, and others), each with explicit read/write scopes and admin approval.
  • Outbound webhooks for events in your own MasterOS organization.

None of the above exists today — this section will turn into a real guide once it does.