From f4dc1917e18154fd9e3bf307261df28859ec8f8c Mon Sep 17 00:00:00 2001 From: "[._.]/ Adam Eivy" Date: Thu, 3 Sep 2026 15:13:42 +0000 Subject: [PATCH] docs: include required providerId in Execute AI Run curl example (#6030) --- docs/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API.md b/docs/API.md index 119123f06d..0a304b8ac8 100644 --- a/docs/API.md +++ b/docs/API.md @@ -869,6 +869,7 @@ curl -X POST http://localhost:5555/api/apps \ curl -X POST http://localhost:5555/api/runs \ -H "Content-Type: application/json" \ -d '{ + "providerId": "claude-code", "prompt": "List all files in the current directory", "workspacePath": "/path/to/workspace" }'