/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://app.cloudcli.ai/api/v1/agent/execute' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"environmentId": "123e4567-e89b-12d3-a456-426614174000",
"projectName": "backend",
"message": "Add user authentication",
"provider": "claude"
}'{
"error": "Invalid or missing API key"
}