naftiko: 1.0.0-alpha2 info: label: Fortify Software Security Center API — Projects description: 'Fortify Software Security Center API — Projects. 5 operations. Lead operation: Fortify List projects. Self-contained Naftiko capability covering one Fortify business surface.' tags: - Fortify - Projects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FORTIFY_API_KEY: FORTIFY_API_KEY capability: consumes: - type: http namespace: software-security-center-projects baseUri: '' description: Fortify Software Security Center API — Projects business capability. Self-contained, no shared references. resources: - name: projects path: /projects operations: - name: listprojects method: GET description: Fortify List projects outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createproject method: POST description: Fortify Create project outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: projects-id path: /projects/{id} operations: - name: getproject method: GET description: Fortify Get project outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateproject method: PUT description: Fortify Update project outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deleteproject method: DELETE description: Fortify Delete project outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: Authorization value: '{{env.FORTIFY_API_KEY}}' placement: header exposes: - type: rest namespace: software-security-center-projects-rest port: 8080 description: REST adapter for Fortify Software Security Center API — Projects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/projects name: projects description: REST surface for projects. operations: - method: GET name: listprojects description: Fortify List projects call: software-security-center-projects.listprojects outputParameters: - type: object mapping: $. - method: POST name: createproject description: Fortify Create project call: software-security-center-projects.createproject with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/projects/{id} name: projects-id description: REST surface for projects-id. operations: - method: GET name: getproject description: Fortify Get project call: software-security-center-projects.getproject outputParameters: - type: object mapping: $. - method: PUT name: updateproject description: Fortify Update project call: software-security-center-projects.updateproject with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteproject description: Fortify Delete project call: software-security-center-projects.deleteproject outputParameters: - type: object mapping: $. - type: mcp namespace: software-security-center-projects-mcp port: 9090 transport: http description: MCP adapter for Fortify Software Security Center API — Projects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: fortify-list-projects description: Fortify List projects hints: readOnly: true destructive: false idempotent: true call: software-security-center-projects.listprojects outputParameters: - type: object mapping: $. - name: fortify-create-project description: Fortify Create project hints: readOnly: false destructive: false idempotent: false call: software-security-center-projects.createproject with: body: tools.body outputParameters: - type: object mapping: $. - name: fortify-get-project description: Fortify Get project hints: readOnly: true destructive: false idempotent: true call: software-security-center-projects.getproject outputParameters: - type: object mapping: $. - name: fortify-update-project description: Fortify Update project hints: readOnly: false destructive: false idempotent: true call: software-security-center-projects.updateproject with: body: tools.body outputParameters: - type: object mapping: $. - name: fortify-delete-project description: Fortify Delete project hints: readOnly: false destructive: true idempotent: true call: software-security-center-projects.deleteproject outputParameters: - type: object mapping: $.