Create App
create_appCreate a new application from a natural language prompt. The AI generates a complete web app with pages, components, styling, and data models. Returns a job_id - poll get_job_status to track progress. When the job is done, the app is ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the app (1-100 chars) | |
| prompt | Yes | Detailed description of the app to build | |
| description | No | Optional short description |