Workspace Suite v2.0 is now live

A single canvas for your teams. Documents, assets, and plans.

Unite your developer documentation, marketing assets, real-time brainstorm canvases, and agile sprint planners under a single, highly-secure workspace hub.

Explore the Modules

Click through the core applications to see how they keep your workspace organized and efficient.

docs-platform.workspace / docs
Internal Wiki
Getting Started
Architecture Overview
Database Models
Marketing Pipeline
Release Checklist
v1.4 SpecLast updated: Just now by DevTeam

Workspace Configuration

This document specifies the core API configurations for the documentation microservice. All developers must use the following initialization client structure:

import { DocsClient } from "@repo/docs-client";

// Initialize connection with security credentials
const client = new DocsClient({
  apiKey: process.env.API_KEY,
  region: "us-east-1",
  versioning: true
});

Everything you need, in one place.

Eliminate tab fatigue. Bring documentation editor, marketing assets, real-time board collaboration, and tasks under a unified admin portal.