Skip to main content
The primary tool for managing documents and their lifecycle. Handles creation, metadata updates, branch operations, tag assignments, and commit history.

Parameters

Actions

Document CRUD

Commit History

Branch Management

Tag Operations

Tag definitions are global to the tenant (not branch-scoped). Tag assignments are branch-scoped.

Examples

Branch Workflow for AI

You can write directly to main for quick updates. For edits you’d like reviewed — or when multiple agents are working in parallel — create a feature branch and open a merge request so diffs are reviewable and experiments are discardable.