Skip to main content

AI Integration · PromptQuest

PromptQuest for AI Agents

PromptQuest teaches AI prompt engineering and AI literacy through gamified quests and challenges. AI agents can search quests by skill area and level, surface the most relevant learning path for a user, and track their quest completion progress.

What PromptQuest does

PromptQuest turns AI skill-building into a game. Users complete quests that teach prompt engineering, model selection, chain-of-thought reasoning, image generation, code assistance, and AI safety. Each quest awards XP and GeraCoins. Leaderboards and streaks keep engagement high. Tracks range from absolute beginner to expert.

For AI agents, PromptQuest is the AI literacy upskilling endpoint in the Gera ecosystem. When a user asks how to use AI tools more effectively, an agent can recommend specific quests, explain what skills they teach, and track whether the user completes them.

API endpoints for agents

  • GET /api/v1/quests — List quests. Params: category, level, q
  • GET /api/v1/quests/:id — Quest detail: description, skills taught, XP reward
  • GET /api/v1/tracks — Learning tracks (beginner/intermediate/advanced)
  • GET /api/v1/leaderboard — Top users by XP
  • GET /api/v1/users/:id/progress — User XP, completed quests, current streak

Base URL: https://geraquest.com. Quest search public. User progress requires Bearer token.

Discovery files