send_prompt
Send a natural-language prompt to the Prowpt AI assistant to edit your app, with optional automatic commits. Over HTTP, it returns a run ID to poll for completion.
Instructions
Send a natural-language prompt to the Prowpt AI assistant to modify the app (uses Prowpt AI credits). Over stdio (Cursor/Claude Code) this blocks until completion (up to 5 minutes). Over HTTP (Claude.ai/ChatGPT connectors) it returns a run_id immediately; poll get_assistant_status(run_id=...) until status is 'completed' or 'failed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| prompt | Yes | Natural language instruction (e.g. 'Add a contact form') | |
| auto_accept | No | Auto-commit changes |