stablebaseline.io
Stable Baseline is a documentation and project workspace where humans and AI agents collaborate on documents, diagrams, plans, and a shared knowledge graph. It is designed to let MCP-compatible agents operate across workspace content and organization administration with scoped permissions.
Stable Baseline exposes a REST API, a remote MCP server, and an `sb` CLI/SDK toolchain; developer auth is via Stable Baseline API keys or OAuth 2.1.
- Stable Baseline MCP serverdiscovered
- Stable Baseline REST APIdiscovered
- Stable Baseline CLIdiscovered
In the Stable Baseline web app, go to Settings → MCP keys (project-scoped from Project settings → MCP keys, or personal/global from Account settings → MCP keys) and click Generate new key. Scope it to the needed workspaces/projects and capabilities, then copy the sta_… key when shown; it is shown once. Docs: MCP setup, Quickstart.
Use an MCP client that supports OAuth 2.1 with Dynamic Client Registration and point it at the Stable Baseline MCP server. The machine-readable manifest is mcp.json, which advertises the OAuth endpoints and supported scopes. End users can also initiate this through hosts like ChatGPT by clicking Connect for Stable Baseline and authorizing at app.stablebaseline.io. Docs: Setup & auth, ChatGPT recipe.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://stablebaseline.io/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing