StackRox · Capability

API Reference — FeatureFlagService

API Reference — FeatureFlagService. 1 operations. Lead operation: FeatureFlagService. Self-contained Naftiko capability covering one Stackrox business surface.

Run with Naftiko StackroxFeatureFlagService

What You Can Do

GET
Getfeatureflags — getfeatureflags
/v1/v1/featureflags

MCP Tools

getfeatureflags

getfeatureflags

read-only idempotent

Capability Spec

stackrox-featureflagservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — FeatureFlagService
  description: 'API Reference — FeatureFlagService. 1 operations. Lead operation: FeatureFlagService. Self-contained Naftiko
    capability covering one Stackrox business surface.'
  tags:
  - Stackrox
  - FeatureFlagService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STACKROX_API_KEY: STACKROX_API_KEY
capability:
  consumes:
  - type: http
    namespace: stackrox-featureflagservice
    baseUri: https://{central-host}
    description: API Reference — FeatureFlagService business capability. Self-contained, no shared references.
    resources:
    - name: v1-featureflags
      path: /v1/featureflags
      operations:
      - name: getfeatureflags
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.STACKROX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: stackrox-featureflagservice-rest
    port: 8080
    description: REST adapter for API Reference — FeatureFlagService. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/featureflags
      name: v1-featureflags
      description: REST surface for v1-featureflags.
      operations:
      - method: GET
        name: getfeatureflags
        description: getfeatureflags
        call: stackrox-featureflagservice.getfeatureflags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stackrox-featureflagservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — FeatureFlagService. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: getfeatureflags
      description: getfeatureflags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stackrox-featureflagservice.getfeatureflags
      outputParameters:
      - type: object
        mapping: $.