Documentation Index
Fetch the complete documentation index at: https://ahvn.top/llms.txt
Use this file to discover all available pages before exploring further.
Catalog is what you browse. MetaSchema is how HeavenBase explains structure.
1. Catalog — concrete objects
Catalog is the user-facing directory of concrete entity instances in a workspace. Query it before choosing a typed entity query when an agent or user only knows names, descriptions, tags, or broad object categories:
Catalog.object_id is the catalog row primary key. Catalog.target_id is the target object’s object_id, and Catalog.target_entity is the target entity type.
2. MetaSchema — workspace structure
MetaSchema tracks workspace rows, backend capability records, entity definitions, field rows, storage rows, and handler registry entries. It is queryable for debugging and agent introspection:
MetaSchema to learn structure and Catalog to discover concrete objects.
3. Capability index
hb.capabilities exposes selectable built-in and registered extension components without reading internal registries:

