Methods
initOrg - Initializes the Organization
initOrg
: OverhypedAI(“initOrg”, orgKey, options?)
This method should be called only once when any user comes to the platform to initialize the organization with OverhypedAI.
Initializes the organization for connection. Params:
Tag (Optional) is added for non-mandatory fields
orgKey: string
: A unique token given at the time of organization onboarding.options: object
(Optional): Additional options to customize.autoConnect: boolean = true
(Optional): Specifies whether to connect the user directly when theinitUser
command is called. If set to false, you need to connect the user explicitly usingOverhypedAI("connect")
.