Skip to main content

GenerateRequest

promptstringrequired

User instruction for the Vibe coding agent

Example: Create a note-taking app with markdown support
appNamestringrequired

Display name of the Pulse App

Example: Markdown Notes
streamUpdatePolicystring

Controls when streaming updates are emitted.

Possible values: [whenTaskItemFinished, whenNewTokenAvailable]

Example: whenTaskItemFinished
GenerateRequest
{
"prompt": "Create a note-taking app with markdown support",
"appName": "Markdown Notes",
"streamUpdatePolicy": "whenTaskItemFinished"
}