Info Tags
Info Tags
id
The ID of the bot.
Every bot has an automatically generated unique ID that cannot be changed.
space
The space the bot lives in.
Every bot is stored in a space that specifies how long the bot lives and if it is shared with other people.
Possible values are:
Value | Description |
---|---|
shared | The bot is saved in the inst and is shared with everyone else. (default) |
local | The bot is saved on the device it was created from and is not shared with other devices. |
tempLocal | The bot is not saved (it is temporary) and is not shared with other sessions. When the current session is closed (by refreshing or closing the tab), the bot is destroyed. |
tempShared | The bot is not saved (it is temporary) and is shared with everyone else.
Bots in this space show up in the |
remoteTempShared | The bot is not saved (it is temporary) and is shared with everyone else.
Bots appear in this space when another remote puts a bot in their |
Record Spaces
Records can be stored in spaces as well. Like bot spaces, record spaces determine how long the record lives and if it is shared with other people.
Possible values are:
Value | Description |
---|---|
tempRestricted | The record is saved but will be deleted at the end of the day and is only retrievable by the user and appBundle that created them. (default) |
tempGlobal | The record is saved but will be deleted at the end of the day and it is shared with everyone. |
permanentRestricted | The record is saved and is only retrievable by the user and appBundle that created them. |
permanentGlobal | The record is saved and is shared with everyone. |
creator
The ID of the bot that created this bot. The creator bot must be in the same space as this bot.