Documentation Index
Fetch the complete documentation index at: https://ahvn.top/llms.txt
Use this file to discover all available pages before exploring further.
Schema is what you see. MetaSchema is what HeavenBase sees.
1. Schema — the user catalog
Schema is the user-facing catalog of registered entities, backends, and routes in a workspace:
2. MetaSchema — internal bookkeeping
MetaSchema is the internal catalog. It tracks workspace rows, backend capability records, route rows, and handler registry entries. It is not intended for direct user access but is inspectable for debugging and agent introspection.
3. Global catalog
hb.catalog exposes selectable built-in and registered extension components without reading internal registries:

