Documentation Index
Fetch the complete documentation index at: https://docs.receiptor.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why workspace context exists
Receiptor users can belong to multiple workspaces. Non-session interfaces (API key, CLI, MCP) must run in an explicit workspace context.List available workspaces (REST)
currentOrgIdworkspaces[]withorgId,orgName,role,isCurrent
Apply workspace to capability execution (REST)
CLI workspace commands
X-Receiptor-Org-Id on capability calls.
RECEIPTOR_ORG_ID env var overrides config for one-off runs.
Capability equivalent
workspaces.list is also exposed in capability discovery and MCP tooling for workspace listing use cases.
Workspace-scoped defaults
Non-session interfaces also resolve workspace-scoped defaults from the selected organization context. That includes preferred currency. The active workspace currency takes precedence over the user profile currency, withusd as the final fallback.
Receiptor AI memory retrieval is also workspace-scoped. Long-term operational memory does not fall back to a personal workspace-less mode.