TARXDocs
⌘Ktarx.com →

Search Docs

Skip to Content
Developers

Spaces

A Space is TARX's unit of context — a persistent container for everything related to a project.

What’s in a Space?

ComponentDescription
FilesIndexed documents, code, images — searchable
MemoriesDecisions, notes, facts — semantic search
ConversationsSession summaries with key decisions
ContextComputed project state for AI sessions

Creating a Space

Spaces are created automatically when you:

  • Upload files to a project in the TARX sidebar
  • Store a memory with a project context
  • Save a conversation

Listing Spaces

Via MCP:

{ "tool": "tarx_list_spaces" }

Loading Project Context

{ "tool": "tarx_project_context", "arguments": { "project": "my-project", "depth": "full" } }

This returns files, recent decisions, and activity — everything an AI needs to understand your project before responding.

Storage

All Space data lives on your machine. Semantic search lets you find anything across all content in a Space.