Sonatype · Capability

Sonatype Lifecycle Public REST API — Config Crowd

Sonatype Lifecycle Public REST API — Config Crowd. 4 operations. Lead operation: Config Crowd. Self-contained Naftiko capability covering one Sonatype business surface.

Run with Naftiko SonatypeConfig Crowd

What You Can Do

DELETE
Deletecrowdconfiguration — Use this method to remove an existing Atlassian Crowd Configuration.
/v1/api/v2/config/crowd
GET
Getcrowdconfiguration — Use this method to retrieve the configuration details for the Atlassian Crowd Server.
/v1/api/v2/config/crowd
PUT
Insertorupdatecrowdconfiguration — Use this method to create a new or update an existing Atlassian Crowd Server configuration.
/v1/api/v2/config/crowd
POST
Testcrowdconfiguration — Use this method to test a new or an existing Atlassian Crowd Server configuration.
/v1/api/v2/config/crowd/test

MCP Tools

use-this-method-remove-existing

Use this method to remove an existing Atlassian Crowd Configuration.

idempotent
use-this-method-retrieve-configuration

Use this method to retrieve the configuration details for the Atlassian Crowd Server.

read-only idempotent
use-this-method-create-new

Use this method to create a new or update an existing Atlassian Crowd Server configuration.

idempotent
use-this-method-test-new

Use this method to test a new or an existing Atlassian Crowd Server configuration.

read-only

Capability Spec

lifecycle-config-crowd.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sonatype Lifecycle Public REST API — Config Crowd
  description: 'Sonatype Lifecycle Public REST API — Config Crowd. 4 operations. Lead operation: Config Crowd. Self-contained
    Naftiko capability covering one Sonatype business surface.'
  tags:
  - Sonatype
  - Config Crowd
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SONATYPE_API_KEY: SONATYPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: lifecycle-config-crowd
    baseUri: ''
    description: Sonatype Lifecycle Public REST API — Config Crowd business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-config-crowd
      path: /api/v2/config/crowd
      operations:
      - name: deletecrowdconfiguration
        method: DELETE
        description: Use this method to remove an existing Atlassian Crowd Configuration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getcrowdconfiguration
        method: GET
        description: Use this method to retrieve the configuration details for the Atlassian Crowd Server.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: insertorupdatecrowdconfiguration
        method: PUT
        description: Use this method to create a new or update an existing Atlassian Crowd Server configuration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-v2-config-crowd-test
      path: /api/v2/config/crowd/test
      operations:
      - name: testcrowdconfiguration
        method: POST
        description: Use this method to test a new or an existing Atlassian Crowd Server configuration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SONATYPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: lifecycle-config-crowd-rest
    port: 8080
    description: REST adapter for Sonatype Lifecycle Public REST API — Config Crowd. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v2/config/crowd
      name: api-v2-config-crowd
      description: REST surface for api-v2-config-crowd.
      operations:
      - method: DELETE
        name: deletecrowdconfiguration
        description: Use this method to remove an existing Atlassian Crowd Configuration.
        call: lifecycle-config-crowd.deletecrowdconfiguration
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcrowdconfiguration
        description: Use this method to retrieve the configuration details for the Atlassian Crowd Server.
        call: lifecycle-config-crowd.getcrowdconfiguration
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: insertorupdatecrowdconfiguration
        description: Use this method to create a new or update an existing Atlassian Crowd Server configuration.
        call: lifecycle-config-crowd.insertorupdatecrowdconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/config/crowd/test
      name: api-v2-config-crowd-test
      description: REST surface for api-v2-config-crowd-test.
      operations:
      - method: POST
        name: testcrowdconfiguration
        description: Use this method to test a new or an existing Atlassian Crowd Server configuration.
        call: lifecycle-config-crowd.testcrowdconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: lifecycle-config-crowd-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sonatype Lifecycle Public REST API — Config Crowd. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: use-this-method-remove-existing
      description: Use this method to remove an existing Atlassian Crowd Configuration.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: lifecycle-config-crowd.deletecrowdconfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: use-this-method-retrieve-configuration
      description: Use this method to retrieve the configuration details for the Atlassian Crowd Server.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: lifecycle-config-crowd.getcrowdconfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: use-this-method-create-new
      description: Use this method to create a new or update an existing Atlassian Crowd Server configuration.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: lifecycle-config-crowd.insertorupdatecrowdconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: use-this-method-test-new
      description: Use this method to test a new or an existing Atlassian Crowd Server configuration.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: lifecycle-config-crowd.testcrowdconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.