Documentation Index
Fetch the complete documentation index at: https://docs.overhyped.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
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 theinitUsercommand is called. If set to false, you need to connect the user explicitly usingOverhypedAI("connect").