Fortify · Capability

Fortify Software Security Center API — File Tokens

Fortify Software Security Center API — File Tokens. 1 operations. Lead operation: Fortify Create file token. Self-contained Naftiko capability covering one Fortify business surface.

Run with Naftiko FortifyFile Tokens

What You Can Do

POST
Createfiletoken — Fortify Create file token
/v1/filetokens

MCP Tools

fortify-create-file-token

Fortify Create file token

Capability Spec

software-security-center-file-tokens.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fortify Software Security Center API — File Tokens
  description: 'Fortify Software Security Center API — File Tokens. 1 operations. Lead operation: Fortify Create file token.
    Self-contained Naftiko capability covering one Fortify business surface.'
  tags:
  - Fortify
  - File Tokens
  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-file-tokens
    baseUri: ''
    description: Fortify Software Security Center API — File Tokens business capability. Self-contained, no shared references.
    resources:
    - name: fileTokens
      path: /fileTokens
      operations:
      - name: createfiletoken
        method: POST
        description: Fortify Create file token
        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-file-tokens-rest
    port: 8080
    description: REST adapter for Fortify Software Security Center API — File Tokens. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/filetokens
      name: filetokens
      description: REST surface for fileTokens.
      operations:
      - method: POST
        name: createfiletoken
        description: Fortify Create file token
        call: software-security-center-file-tokens.createfiletoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: software-security-center-file-tokens-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fortify Software Security Center API — File Tokens. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: fortify-create-file-token
      description: Fortify Create file token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: software-security-center-file-tokens.createfiletoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.