Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
moorcheh command is installed with the package.
Command groups
| Group | Commands | Purpose |
|---|---|---|
| Runtime | up, down, status | Docker containers and health |
| Namespaces | namespace-create, namespace-list, namespace-delete, namespace-delete-job-status | Namespace lifecycle |
| Data | upload-documents, upload-vectors, upload-job-status | Ingest and poll uploads |
| Items | items-get, items-delete | Read or remove items by id |
| Search | search | Semantic search |
Typical workflow
Output
API commands print JSON to stdout.status also prints a one-line quota summary before the JSON.
Errors print to stderr and exit with code 1.
Data directory
moorcheh up stores data at ~/.moorcheh/data. moorcheh down stops containers but does not delete your data.
Shared flag: --base-url
Most API commands accept:
moorcheh up --server-port 8081.