/workspace/ directory where projects live:/workspace/{sanitized-name}/workspace//workspace/mycompany/backend:/workspace/backend/projectName: "backend" (just the name, not the full path)/workspace/new-feature/projectName: "new-feature"curl --location --request POST 'https://cloudcli.ai/api/v1/agent/execute' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"environmentId": "bded3eef-fa6d-4edf-8299-9f20091a6dd5",
"projectName": "MyProject2",
"message": "create a hello world",
"provider": "claude",
"model": "opus"
}'null