{
  "version": 1,
  "site": "https://strata.space",
  "description": "Connected map of the Strata documentation: every page and every section anchor, for crawlers and LLM ingestion pipelines.",
  "groups": [
    {
      "id": "pages",
      "title": "Documentation pages",
      "entries": [
        {
          "title": "Documentation",
          "url": "https://strata.space/documentation",
          "summary": "Connect Claude, ChatGPT, Cursor, and any MCP client to Strata. Setup guides, MCP tools reference, and frontmatter schema."
        },
        {
          "title": "Get Started",
          "url": "https://strata.space/documentation/get-started",
          "summary": "Get started with Strata in Claude Code: add the marketplace, install the strata and strata-memory plugins, and optionally install the CLI."
        },
        {
          "title": "Claude Code Plugin",
          "url": "https://strata.space/documentation/plugin",
          "summary": "Install the Strata plugin for Claude Code from the marketplace. Registers the MCP server and adds the Spaces skills in one command."
        },
        {
          "title": "MCP Tools Reference",
          "url": "https://strata.space/documentation/mcp",
          "summary": "Complete reference for Strata's Model Context Protocol tools: read, edit, search, and manage documents from any MCP client."
        },
        {
          "title": "CLI Installation",
          "url": "https://strata.space/documentation/cli",
          "summary": "Install the Strata CLI on macOS or Linux. Homebrew tap, signed .pkg installer, and raw binary tarballs with verification steps."
        },
        {
          "title": "CLI Command Reference",
          "url": "https://strata.space/documentation/cli/reference",
          "summary": "Every strata CLI command, flag, and example — login, link, sync, mount, memory, and direct API access — generated from the CLI itself."
        },
        {
          "title": "REST API",
          "url": "https://strata.space/documentation/api",
          "summary": "Strata's REST API and OpenAPI 3.1 spec: base URL, authentication, resource areas, and the generated TypeScript and Rust SDKs."
        },
        {
          "title": "Documentation Map",
          "url": "https://strata.space/documentation/map",
          "summary": "Every Strata documentation page and section on one page: all guides, every CLI command, every MCP tool, and every frontmatter schema, deep-linked."
        }
      ]
    },
    {
      "id": "sections",
      "title": "Guide sections",
      "entries": [
        {
          "title": "Agent frontmatter",
          "url": "https://strata.space/documentation#agent-frontmatter",
          "summary": "YAML fields that declare an agent's identity, tool allowlist, model override, and orchestrator visibility."
        },
        {
          "title": "Prompt frontmatter",
          "url": "https://strata.space/documentation#prompt-frontmatter",
          "summary": "YAML fields that declare a reusable prompt template, including its arguments and slash-picker visibility."
        },
        {
          "title": "Template frontmatter",
          "url": "https://strata.space/documentation#template-frontmatter",
          "summary": "YAML fields that declare a document template's identity, typed variables, and section contract for the gallery and create-from-template."
        }
      ]
    },
    {
      "id": "cli-commands",
      "title": "CLI commands",
      "entries": [
        {
          "title": "strata login",
          "url": "https://strata.space/documentation/cli/reference#strata-login",
          "summary": "Log in via browser-based OAuth flow"
        },
        {
          "title": "strata logout",
          "url": "https://strata.space/documentation/cli/reference#strata-logout",
          "summary": "Log out and delete stored credentials"
        },
        {
          "title": "strata status",
          "url": "https://strata.space/documentation/cli/reference#strata-status",
          "summary": "Show auth, mounts, and linked folders (or one folder's live-sync detail)"
        },
        {
          "title": "strata spaces",
          "url": "https://strata.space/documentation/cli/reference#strata-spaces",
          "summary": "List accessible Spaces"
        },
        {
          "title": "strata link",
          "url": "https://strata.space/documentation/cli/reference#strata-link",
          "summary": "Link a local folder to a Space, kept in live two-way CRDT sync (background by default)"
        },
        {
          "title": "strata links",
          "url": "https://strata.space/documentation/cli/reference#strata-links",
          "summary": "List linked folders (active supervised sync daemons) and their Spaces"
        },
        {
          "title": "strata unlink",
          "url": "https://strata.space/documentation/cli/reference#strata-unlink",
          "summary": "Uninstall one synced folder (stop and remove its background sync)"
        },
        {
          "title": "strata sync",
          "url": "https://strata.space/documentation/cli/reference#strata-sync",
          "summary": "One-time pull or push of Space docs to/from a local directory (`strata link` for live)"
        },
        {
          "title": "strata sync pull",
          "url": "https://strata.space/documentation/cli/reference#strata-sync-pull",
          "summary": "One-time download of Space documents as .md files"
        },
        {
          "title": "strata sync push",
          "url": "https://strata.space/documentation/cli/reference#strata-sync-push",
          "summary": "One-time upload of changed .md files back to a Space"
        },
        {
          "title": "strata sync pause",
          "url": "https://strata.space/documentation/cli/reference#strata-sync-pause",
          "summary": "Pause background syncing for one folder or everything"
        },
        {
          "title": "strata sync resume",
          "url": "https://strata.space/documentation/cli/reference#strata-sync-resume",
          "summary": "Resume paused syncing, or confirm deletions held by the mass-delete guard"
        },
        {
          "title": "strata mount",
          "url": "https://strata.space/documentation/cli/reference#strata-mount",
          "summary": "Mount a Space as a live filesystem (FUSE on Linux, `FSKit` on macOS); `strata sync` for one-time"
        },
        {
          "title": "strata unmount",
          "url": "https://strata.space/documentation/cli/reference#strata-unmount",
          "summary": "Unmount a mounted Space (FUSE or `FSKit`)"
        },
        {
          "title": "strata agent",
          "url": "https://strata.space/documentation/cli/reference#strata-agent",
          "summary": "Manage the background agent that supervises all linked folders"
        },
        {
          "title": "strata agent status",
          "url": "https://strata.space/documentation/cli/reference#strata-agent-status",
          "summary": "Show agent liveness, version, and supervision state"
        },
        {
          "title": "strata agent install",
          "url": "https://strata.space/documentation/cli/reference#strata-agent-install",
          "summary": "Install (or repair) the agent and its login supervision unit"
        },
        {
          "title": "strata agent upgrade",
          "url": "https://strata.space/documentation/cli/reference#strata-agent-upgrade",
          "summary": "Upgrade an already-installed agent to this CLI's version (no-op when none is installed)"
        },
        {
          "title": "strata agent restart",
          "url": "https://strata.space/documentation/cli/reference#strata-agent-restart",
          "summary": "Restart the agent (the one-click repair)"
        },
        {
          "title": "strata agent uninstall",
          "url": "https://strata.space/documentation/cli/reference#strata-agent-uninstall",
          "summary": "Stop the agent and remove its supervision unit (links and credentials are kept)"
        },
        {
          "title": "strata agent run",
          "url": "https://strata.space/documentation/cli/reference#strata-agent-run",
          "summary": "Run the agent attached to this terminal (debugging)"
        },
        {
          "title": "strata memory",
          "url": "https://strata.space/documentation/cli/reference#strata-memory",
          "summary": "Use a Strata Space as a coding agent's long-term memory"
        },
        {
          "title": "strata memory bind",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-bind",
          "summary": "Bind this repository to a Space as its agent memory"
        },
        {
          "title": "strata memory init",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-init",
          "summary": "Interactively pick an accessible Space and bind it"
        },
        {
          "title": "strata memory unbind",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-unbind",
          "summary": "Remove this repository's memory binding"
        },
        {
          "title": "strata memory status",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-status",
          "summary": "Show the resolved binding and effective memory-loop config"
        },
        {
          "title": "strata memory preflight",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-preflight",
          "summary": "`SessionStart` hook: verify auth + binding, seed the session ledger (stdin: hook JSON)"
        },
        {
          "title": "strata memory recall",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-recall",
          "summary": "`UserPromptSubmit` hook: search the bound Space, inject candidates (stdin: hook JSON)"
        },
        {
          "title": "strata memory check",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-check",
          "summary": "Stop hook: nudge once if memory was not reconciled (stdin: hook JSON)"
        },
        {
          "title": "strata memory observe",
          "url": "https://strata.space/documentation/cli/reference#strata-memory-observe",
          "summary": "`PostToolUse` hook: record memory documents the agent read (stdin: hook JSON)"
        },
        {
          "title": "strata api",
          "url": "https://strata.space/documentation/cli/reference#strata-api",
          "summary": "Direct API access (typed CLI for all endpoints)"
        },
        {
          "title": "strata api documents",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents",
          "summary": "Document operations"
        },
        {
          "title": "strata api documents list",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-list",
          "summary": "List documents"
        },
        {
          "title": "strata api documents get",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-get",
          "summary": "Get a document by ID"
        },
        {
          "title": "strata api documents content",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-content",
          "summary": "Get document content (markdown)"
        },
        {
          "title": "strata api documents create",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-create",
          "summary": "Create a new document"
        },
        {
          "title": "strata api documents edit",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-edit",
          "summary": "Edit a document (replace all content)"
        },
        {
          "title": "strata api documents move",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-move",
          "summary": "Move a document to a different folder, changing who can see it"
        },
        {
          "title": "strata api documents delete",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-delete",
          "summary": "Delete (trash) a document"
        },
        {
          "title": "strata api documents search",
          "url": "https://strata.space/documentation/cli/reference#strata-api-documents-search",
          "summary": "Search documents"
        },
        {
          "title": "strata api folders",
          "url": "https://strata.space/documentation/cli/reference#strata-api-folders",
          "summary": "Folder operations (a document's audience is its folder)"
        },
        {
          "title": "strata api folders list",
          "url": "https://strata.space/documentation/cli/reference#strata-api-folders-list",
          "summary": "List folders and their scopes (the audience a document gets in each)"
        },
        {
          "title": "strata api folders create",
          "url": "https://strata.space/documentation/cli/reference#strata-api-folders-create",
          "summary": "Create a new folder"
        },
        {
          "title": "strata api spaces",
          "url": "https://strata.space/documentation/cli/reference#strata-api-spaces",
          "summary": "Space operations"
        },
        {
          "title": "strata api spaces list",
          "url": "https://strata.space/documentation/cli/reference#strata-api-spaces-list",
          "summary": "List spaces"
        },
        {
          "title": "strata api spaces get",
          "url": "https://strata.space/documentation/cli/reference#strata-api-spaces-get",
          "summary": "Get space info"
        },
        {
          "title": "strata api spaces documents",
          "url": "https://strata.space/documentation/cli/reference#strata-api-spaces-documents",
          "summary": "List documents in a space"
        },
        {
          "title": "strata api spaces add-documents",
          "url": "https://strata.space/documentation/cli/reference#strata-api-spaces-add-documents",
          "summary": "Add documents to a space"
        },
        {
          "title": "strata api spaces search",
          "url": "https://strata.space/documentation/cli/reference#strata-api-spaces-search",
          "summary": "Search within a space"
        },
        {
          "title": "strata api list",
          "url": "https://strata.space/documentation/cli/reference#strata-api-list",
          "summary": "List API surface — tags, or operations within a tag"
        },
        {
          "title": "strata api search",
          "url": "https://strata.space/documentation/cli/reference#strata-api-search",
          "summary": "Search operationIds, paths, and summaries for a keyword"
        },
        {
          "title": "strata api describe",
          "url": "https://strata.space/documentation/cli/reference#strata-api-describe",
          "summary": "Show the full schema for one operation: parameters, request body, responses"
        },
        {
          "title": "strata api openapi",
          "url": "https://strata.space/documentation/cli/reference#strata-api-openapi",
          "summary": "Dump the embedded OpenAPI spec to stdout (for offline tooling)"
        },
        {
          "title": "strata api raw",
          "url": "https://strata.space/documentation/cli/reference#strata-api-raw",
          "summary": "Send a raw request to any endpoint"
        },
        {
          "title": "strata completions",
          "url": "https://strata.space/documentation/cli/reference#strata-completions",
          "summary": "Generate shell completion script"
        }
      ]
    },
    {
      "id": "mcp-tools",
      "title": "MCP tools",
      "entries": [
        {
          "title": "app_get_section_content",
          "url": "https://strata.space/documentation/mcp#app-get-section-content",
          "summary": "Get the full content of a document section by document ID and section ID."
        },
        {
          "title": "edit_document",
          "url": "https://strata.space/documentation/mcp#edit-document",
          "summary": "Edit a document, manage access, or upload content from a file."
        },
        {
          "title": "find",
          "url": "https://strata.space/documentation/mcp#find",
          "summary": "Search, list, or discover documents, spaces, and folders across the workspace."
        },
        {
          "title": "get_agent_status",
          "url": "https://strata.space/documentation/mcp#get-agent-status",
          "summary": "Check the status of an agent task."
        },
        {
          "title": "get_document_graph",
          "url": "https://strata.space/documentation/mcp#get-document-graph",
          "summary": "Get the connection graph neighborhood around a document."
        },
        {
          "title": "get_image",
          "url": "https://strata.space/documentation/mcp#get-image",
          "summary": "Retrieve an image from a document as base64-encoded data."
        },
        {
          "title": "get_presence",
          "url": "https://strata.space/documentation/mcp#get-presence",
          "summary": "Query who is currently viewing or editing a document."
        },
        {
          "title": "get_publish_status",
          "url": "https://strata.space/documentation/mcp#get-publish-status",
          "summary": "Check the publish status of a document."
        },
        {
          "title": "invoke_agent",
          "url": "https://strata.space/documentation/mcp#invoke-agent",
          "summary": "Invoke a platform agent to perform a task."
        },
        {
          "title": "manage_comments",
          "url": "https://strata.space/documentation/mcp#manage-comments",
          "summary": "Manage comments on a document."
        },
        {
          "title": "manage_suggestions",
          "url": "https://strata.space/documentation/mcp#manage-suggestions",
          "summary": "Manage suggestions on a document."
        },
        {
          "title": "publish_document",
          "url": "https://strata.space/documentation/mcp#publish-document",
          "summary": "Publish a document to your public profile."
        },
        {
          "title": "read_document",
          "url": "https://strata.space/documentation/mcp#read-document",
          "summary": "Read a document's content by ID."
        },
        {
          "title": "unpublish_document",
          "url": "https://strata.space/documentation/mcp#unpublish-document",
          "summary": "Unpublish a document, removing it from public view."
        }
      ]
    }
  ]
}
