Documentation Map
Every documentation page and section on one page: all guides, every CLI command, every MCP tool, and every frontmatter schema, deep-linked.
Prefer machine-readable? The same map is published as docs-map.json.
Pages
- Strata DocumentationStrata is an AI-empowered document editing platform. Upload Markdown or HTML documents for viewing, commenting, and editing with a section-based document model designed for granular AI editing via MCP (Model Context Protocol).
- Get StartedThe fastest way in is the Claude Code plugins. Add the Strata marketplace once, then install the plugins you want. The MCP server and the Spaces skills come with them.
- Claude Code PluginThe Strata plugin is the fastest way to connect Claude Code. Installing it registers the Strata MCP server automatically and adds the Spaces skills, so research, publish, and review work the moment it's installed. The CLI is optional, only for mounting Spaces as local files.
- MCP Tools ReferenceStrata exposes 14 tools via the Model Context Protocol, organized into groups. By default, only core tools are enabled. Enable additional groups via the X-Strata-Tool-Groups header.
- CLI InstallationThe Strata CLI lets you keep your Spaces on disk as Markdown, on macOS and Linux. The simplest install is the download page, which detects your OS; the commands below do the same from the terminal.
- CLI Command ReferenceComplete reference for all 55 strata commands, generated directly from the CLI itself. What you read here is exactly what --help prints.
- REST APIStrata is built on a REST API described by an OpenAPI 3.1 specification. Most integrations use the MCP server rather than calling REST directly, but the full spec is available for tooling and custom clients.
- Documentation MapEvery documentation page and section on one page: all guides, every CLI command, every MCP tool, and every frontmatter schema, deep-linked.
Guide sections
- Agent frontmatterAn agent definition is a Markdown document under your /Agents folder. The YAML frontmatter declares the agent's identity, tool allowlist, and orchestrator visibility; the body below the frontmatter is the system prompt the orchestrator hands the user's request to verbatim. Every field is validated server-side on save.
- Prompt frontmatterA prompt template is a Markdown document under your /Prompts folder. The YAML frontmatter declares the prompt's name, description, arguments, and orchestrator visibility; the body below the frontmatter is the prompt template — {{argument}} placeholders are substituted at render time. Argument values are collected by the chat composer's slash sheet or the MCP prompts/get request.
- Template frontmatterA document template is a Markdown document inside a templates folder. The YAML frontmatter declares the template's name, typed variables, and section contract; the body below the frontmatter is the reusable content — {{key}} placeholders are substituted when a document is created from the template, via the gallery, the MCP createFromTemplate action, or an agent's create_document_from_template tool.
CLI commands
- strata login
- strata logout
- strata status
- strata spaces
- strata link
- strata links
- strata unlink
- strata sync
- strata sync pull
- strata sync push
- strata sync pause
- strata sync resume
- strata mount
- strata unmount
- strata agent
- strata agent status
- strata agent install
- strata agent upgrade
- strata agent restart
- strata agent uninstall
- strata agent run
- strata memory
- strata memory bind
- strata memory init
- strata memory unbind
- strata memory status
- strata memory preflight
- strata memory recall
- strata memory check
- strata memory observe
- strata api
- strata api documents
- strata api documents list
- strata api documents get
- strata api documents content
- strata api documents create
- strata api documents edit
- strata api documents move
- strata api documents delete
- strata api documents search
- strata api folders
- strata api folders list
- strata api folders create
- strata api spaces
- strata api spaces list
- strata api spaces get
- strata api spaces documents
- strata api spaces add-documents
- strata api spaces search
- strata api list
- strata api search
- strata api describe
- strata api openapi
- strata api raw
- strata completions