Developers
Spaces
A Space is TARX's unit of context — a persistent container for everything related to a project.
What’s in a Space?
| Component | Description |
|---|---|
| Files | Indexed documents, code, images — searchable |
| Memories | Decisions, notes, facts — semantic search |
| Conversations | Session summaries with key decisions |
| Context | Computed 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.
