Kong · Capability

Konnect API - Go SDK — App Auth Strategies

Konnect API - Go SDK — App Auth Strategies. 6 operations. Lead operation: Create App Auth Strategy. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongApp Auth Strategies

What You Can Do

POST
Createappauthstrategy — Create App Auth Strategy
/v1/v2/application-auth-strategies
GET
Listappauthstrategies — List App Auth Strategies
/v1/v2/application-auth-strategies
GET
Getappauthstrategy — Get App Auth Strategy
/v1/v2/application-auth-strategies/{authstrategyid}
PUT
Replaceappauthstrategy — Replace App Auth Strategy
/v1/v2/application-auth-strategies/{authstrategyid}
PATCH
Updateappauthstrategy — Update App Auth Strategy
/v1/v2/application-auth-strategies/{authstrategyid}
DELETE
Deleteappauthstrategy — Delete App Auth Strategy
/v1/v2/application-auth-strategies/{authstrategyid}

MCP Tools

create-app-auth-strategy

Create App Auth Strategy

list-app-auth-strategies

List App Auth Strategies

read-only idempotent
get-app-auth-strategy

Get App Auth Strategy

read-only idempotent
replace-app-auth-strategy

Replace App Auth Strategy

idempotent
update-app-auth-strategy

Update App Auth Strategy

idempotent
delete-app-auth-strategy

Delete App Auth Strategy

idempotent

Capability Spec

konnect-platform-app-auth-strategies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — App Auth Strategies
  description: 'Konnect API - Go SDK — App Auth Strategies. 6 operations. Lead operation: Create App Auth Strategy. Self-contained
    Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - App Auth Strategies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KONG_API_KEY: KONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: konnect-platform-app-auth-strategies
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — App Auth Strategies business capability. Self-contained, no shared references.
    resources:
    - name: v2-application-auth-strategies
      path: /v2/application-auth-strategies
      operations:
      - name: createappauthstrategy
        method: POST
        description: Create App Auth Strategy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: listappauthstrategies
        method: GET
        description: List App Auth Strategies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: object
          description: Filter application auth strategies returned in the response.
    - name: v2-application-auth-strategies-authStrategyId
      path: /v2/application-auth-strategies/{authStrategyId}
      operations:
      - name: getappauthstrategy
        method: GET
        description: Get App Auth Strategy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: replaceappauthstrategy
        method: PUT
        description: Replace App Auth Strategy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: updateappauthstrategy
        method: PATCH
        description: Update App Auth Strategy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteappauthstrategy
        method: DELETE
        description: Delete App Auth Strategy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-app-auth-strategies-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — App Auth Strategies. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/application-auth-strategies
      name: v2-application-auth-strategies
      description: REST surface for v2-application-auth-strategies.
      operations:
      - method: POST
        name: createappauthstrategy
        description: Create App Auth Strategy
        call: konnect-platform-app-auth-strategies.createappauthstrategy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listappauthstrategies
        description: List App Auth Strategies
        call: konnect-platform-app-auth-strategies.listappauthstrategies
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/application-auth-strategies/{authstrategyid}
      name: v2-application-auth-strategies-authstrategyid
      description: REST surface for v2-application-auth-strategies-authStrategyId.
      operations:
      - method: GET
        name: getappauthstrategy
        description: Get App Auth Strategy
        call: konnect-platform-app-auth-strategies.getappauthstrategy
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: replaceappauthstrategy
        description: Replace App Auth Strategy
        call: konnect-platform-app-auth-strategies.replaceappauthstrategy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateappauthstrategy
        description: Update App Auth Strategy
        call: konnect-platform-app-auth-strategies.updateappauthstrategy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteappauthstrategy
        description: Delete App Auth Strategy
        call: konnect-platform-app-auth-strategies.deleteappauthstrategy
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-app-auth-strategies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — App Auth Strategies. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-app-auth-strategy
      description: Create App Auth Strategy
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-app-auth-strategies.createappauthstrategy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-app-auth-strategies
      description: List App Auth Strategies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-app-auth-strategies.listappauthstrategies
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: get-app-auth-strategy
      description: Get App Auth Strategy
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-app-auth-strategies.getappauthstrategy
      outputParameters:
      - type: object
        mapping: $.
    - name: replace-app-auth-strategy
      description: Replace App Auth Strategy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-app-auth-strategies.replaceappauthstrategy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-app-auth-strategy
      description: Update App Auth Strategy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-app-auth-strategies.updateappauthstrategy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-app-auth-strategy
      description: Delete App Auth Strategy
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-app-auth-strategies.deleteappauthstrategy
      outputParameters:
      - type: object
        mapping: $.