naftiko: 1.0.0-alpha2 info: label: Fortify Software Security Center API — Auth Entities description: 'Fortify Software Security Center API — Auth Entities. 2 operations. Lead operation: Fortify List project version auth entities. Self-contained Naftiko capability covering one Fortify business surface.' tags: - Fortify - Auth Entities 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-auth-entities baseUri: '' description: Fortify Software Security Center API — Auth Entities business capability. Self-contained, no shared references. resources: - name: projectVersions-parentId-authEntities path: /projectVersions/{parentId}/authEntities operations: - name: listprojectversionauthentities method: GET description: Fortify List project version auth entities outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateprojectversionauthentities method: PUT description: Fortify Update project version auth entities outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.FORTIFY_API_KEY}}' placement: header exposes: - type: rest namespace: software-security-center-auth-entities-rest port: 8080 description: REST adapter for Fortify Software Security Center API — Auth Entities. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/projectversions/{parentid}/authentities name: projectversions-parentid-authentities description: REST surface for projectVersions-parentId-authEntities. operations: - method: GET name: listprojectversionauthentities description: Fortify List project version auth entities call: software-security-center-auth-entities.listprojectversionauthentities outputParameters: - type: object mapping: $. - method: PUT name: updateprojectversionauthentities description: Fortify Update project version auth entities call: software-security-center-auth-entities.updateprojectversionauthentities with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: software-security-center-auth-entities-mcp port: 9090 transport: http description: MCP adapter for Fortify Software Security Center API — Auth Entities. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: fortify-list-project-version-auth description: Fortify List project version auth entities hints: readOnly: true destructive: false idempotent: true call: software-security-center-auth-entities.listprojectversionauthentities outputParameters: - type: object mapping: $. - name: fortify-update-project-version-auth description: Fortify Update project version auth entities hints: readOnly: false destructive: false idempotent: true call: software-security-center-auth-entities.updateprojectversionauthentities with: body: tools.body outputParameters: - type: object mapping: $.