Overview/MCP/AI App

AI App

Create interactive apps from natural language and uploaded sources.

Create an AI App with MCP

AI App is for interactive pages, simulations, quizzes, demos, and small tools.

{  "type": "app",  "prompt": "Build a quiz that trains employees to classify customer escalation severity",  "instructions": "Give immediate feedback, show a final score, and include a restart button",  "input_file_ids": ["file_xxx"],  "app": {    "language": "en"  }}

Before Creating

  • State who will use it.
  • Describe what the user should do.
  • Describe feedback and the successful end state.
  • Upload requirements, lesson notes, data, or reference images with kp_upload_file.
  • AI App does not advertise URL Context; upload webpage content as a document or screenshot when it must be used.

After Creating

Poll with kp_get. When ready, call kp_outputs for the launch URL. Do not construct a URL.

AI App does not currently advertise the same kp_message refinement flow as Explainer Video. Create a new result with clearer prompt and instructions when a substantial change is needed.