create_project_from_code
Create SD Elements projects by analyzing codebases to identify security requirements and populate survey answers automatically for secure development lifecycle management.
Instructions
Create application and project in SD Elements. Returns the project survey structure with all available questions and answers.
IMPORTANT: Before determining survey answers, the AI client MUST search the workspace codebase for evidence of survey answers and security requirements.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | No | ID of existing application | |
| application_name | No | Name for new application | |
| application_description | No | Description for new application | |
| business_unit_id | No | Business unit ID | |
| business_unit_name | No | Business unit name | |
| project_name | No | Name of the project | |
| project_description | No | Description of the project | |
| profile_id | No | Profile ID | |
| reuse_existing_project | No | Reuse existing project if found |