tenantMetadata allows you to define additional data about your tenant, such as the company name.
This will not be visible to your user. It is only accessible via the hotglue dashboard and API.
Syntax
javascript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Define tenant metadata like name, industry, or contact
tenantMetadata allows you to define additional data about your tenant, such as the company name.
This will not be visible to your user. It is only accessible via the hotglue dashboard and API.
tenantMetadata: {
"Name": "Molot Industries",
"Contact": "David Molot"
}