Overview
KeyAuth → Ghotz
Full tutorial
AI prompt
C++ files + libs + config
C++ / EXE
C++ DLL
C# / .NET
iOS
Android (APK)
Dart / Flutter
Python
Website
API reference
Downloads
Add KeyGhotz to your project with AI
Copy a prompt into Cursor , ChatGPT , or Claude . The AI adds keyghotz.space auth, wires the login screen, and makes init → login/license work before opening your main app.
Get your prompt (with real credentials)
Log in to Ghotz dashboard .
Manage Apps → select your application.
Open AI prompt — add KeyGhotz (sidebar or Manage Apps button).
Click Copy full prompt (recommended) or Copy short prompt .
Paste into your AI tool, then add one line, for example:
My project is C++ Windows ImGui Visual Studio x64. Username + password login.
Open dashboard prompt →
What the prompt includes
Your name , ownerid , version , API URL (no guessing)
Exact API calls: POST /api/1.2/index.php — init, login, license
Files to add: ghotz_config.h, ghotz_auth.cpp, login_screen.cpp
Linker: winhttp.lib
Make it work checklist + fix for HTML / Session not found / invalidver
Flow the AI must implement
App start → init(name, ownerid, version) → sessionid
Login btn → login(user, pass, hwid) OR license(key, hwid)
Success → open main app / menu
Failure → show error on login screen (red text)
Before you test
App Settings → version matches code
Function Management → Login / License ON
Create test user or license key
ping.php returns JSON
C++ manual · C++ overview · Full tutorial