StackRox · Capability

API Reference — AuthService

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

Run with Naftiko StackroxAuthService

What You Can Do

GET
Getauthstatus — getauthstatus
/v1/v1/auth/status

MCP Tools

getauthstatus

getauthstatus

read-only idempotent

Capability Spec

stackrox-authservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — AuthService
  description: 'API Reference — AuthService. 1 operations. Lead operation: AuthService. Self-contained Naftiko capability
    covering one Stackrox business surface.'
  tags:
  - Stackrox
  - AuthService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STACKROX_API_KEY: STACKROX_API_KEY
capability:
  consumes:
  - type: http
    namespace: stackrox-authservice
    baseUri: https://{central-host}
    description: API Reference — AuthService business capability. Self-contained, no shared references.
    resources:
    - name: v1-auth-status
      path: /v1/auth/status
      operations:
      - name: getauthstatus
        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-authservice-rest
    port: 8080
    description: REST adapter for API Reference — AuthService. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/auth/status
      name: v1-auth-status
      description: REST surface for v1-auth-status.
      operations:
      - method: GET
        name: getauthstatus
        description: getauthstatus
        call: stackrox-authservice.getauthstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stackrox-authservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — AuthService. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: getauthstatus
      description: getauthstatus
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stackrox-authservice.getauthstatus
      outputParameters:
      - type: object
        mapping: $.