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" }'