Secureworks · Capability

Secureworks Taegis XDR API — Authentication

Secureworks Taegis XDR API — Authentication. 1 operations. Lead operation: Obtain Access Token. Self-contained Naftiko capability covering one Secureworks business surface.

Run with Naftiko SecureworksAuthentication

What You Can Do

POST
Obtainaccesstoken — Obtain Access Token
/v1/auth/api/v2/auth/token

MCP Tools

obtain-access-token

Obtain Access Token

Capability Spec

taegis-xdr-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Secureworks Taegis XDR API — Authentication
  description: 'Secureworks Taegis XDR API — Authentication. 1 operations. Lead operation: Obtain Access Token. Self-contained
    Naftiko capability covering one Secureworks business surface.'
  tags:
  - Secureworks
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SECUREWORKS_API_KEY: SECUREWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: taegis-xdr-authentication
    baseUri: https://api.ctpx.secureworks.com
    description: Secureworks Taegis XDR API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: auth-api-v2-auth-token
      path: /auth/api/v2/auth/token
      operations:
      - name: obtainaccesstoken
        method: POST
        description: Obtain Access Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SECUREWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: taegis-xdr-authentication-rest
    port: 8080
    description: REST adapter for Secureworks Taegis XDR API — Authentication. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/auth/api/v2/auth/token
      name: auth-api-v2-auth-token
      description: REST surface for auth-api-v2-auth-token.
      operations:
      - method: POST
        name: obtainaccesstoken
        description: Obtain Access Token
        call: taegis-xdr-authentication.obtainaccesstoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: taegis-xdr-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Secureworks Taegis XDR API — Authentication. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: obtain-access-token
      description: Obtain Access Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: taegis-xdr-authentication.obtainaccesstoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.