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 initlogin/license work before opening your main app.

Get your prompt (with real credentials)

  1. Log in to Ghotz dashboard.
  2. Manage Apps → select your application.
  3. Open AI prompt — add KeyGhotz (sidebar or Manage Apps button).
  4. Click Copy full prompt (recommended) or Copy short prompt.
  5. 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

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)

Manual C++ (no AI)

C++ manual — files + libs + config →

Before you test

  1. App Settings → version matches code
  2. Function Management → Login / License ON
  3. Create test user or license key
  4. ping.php returns JSON

C++ manual · C++ overview · Full tutorial