Pluralsight · Capability

Pluralsight Licensing REST API — Licensing

Pluralsight Licensing REST API — Licensing. 4 operations. Lead operation: Pluralsight List Invitations. Self-contained Naftiko capability covering one Pluralsight business surface.

Run with Naftiko PluralsightLicensing

What You Can Do

GET
Listinvitations — Pluralsight List Invitations
/v1/invitations
POST
Createinvitation — Pluralsight Create Invitation
/v1/invitations
GET
Listteams — Pluralsight List Teams
/v1/teams
GET
Listusers — Pluralsight List Users
/v1/users

MCP Tools

pluralsight-list-invitations

Pluralsight List Invitations

read-only idempotent
pluralsight-create-invitation

Pluralsight Create Invitation

pluralsight-list-teams

Pluralsight List Teams

read-only idempotent
pluralsight-list-users

Pluralsight List Users

read-only idempotent

Capability Spec

licensing-rest-licensing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pluralsight Licensing REST API — Licensing
  description: 'Pluralsight Licensing REST API — Licensing. 4 operations. Lead operation: Pluralsight List Invitations. Self-contained
    Naftiko capability covering one Pluralsight business surface.'
  tags:
  - Pluralsight
  - Licensing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PLURALSIGHT_API_KEY: PLURALSIGHT_API_KEY
capability:
  consumes:
  - type: http
    namespace: licensing-rest-licensing
    baseUri: https://app.pluralsight.com/plans/api/license/v1
    description: Pluralsight Licensing REST API — Licensing business capability. Self-contained, no shared references.
    resources:
    - name: invitations
      path: /invitations
      operations:
      - name: listinvitations
        method: GET
        description: Pluralsight List Invitations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createinvitation
        method: POST
        description: Pluralsight Create Invitation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: teams
      path: /teams
      operations:
      - name: listteams
        method: GET
        description: Pluralsight List Teams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users
      path: /users
      operations:
      - name: listusers
        method: GET
        description: Pluralsight List Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PLURALSIGHT_API_KEY}}'
  exposes:
  - type: rest
    namespace: licensing-rest-licensing-rest
    port: 8080
    description: REST adapter for Pluralsight Licensing REST API — Licensing. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/invitations
      name: invitations
      description: REST surface for invitations.
      operations:
      - method: GET
        name: listinvitations
        description: Pluralsight List Invitations
        call: licensing-rest-licensing.listinvitations
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createinvitation
        description: Pluralsight Create Invitation
        call: licensing-rest-licensing.createinvitation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teams
      name: teams
      description: REST surface for teams.
      operations:
      - method: GET
        name: listteams
        description: Pluralsight List Teams
        call: licensing-rest-licensing.listteams
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users
      name: users
      description: REST surface for users.
      operations:
      - method: GET
        name: listusers
        description: Pluralsight List Users
        call: licensing-rest-licensing.listusers
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: licensing-rest-licensing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pluralsight Licensing REST API — Licensing. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: pluralsight-list-invitations
      description: Pluralsight List Invitations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licensing-rest-licensing.listinvitations
      outputParameters:
      - type: object
        mapping: $.
    - name: pluralsight-create-invitation
      description: Pluralsight Create Invitation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: licensing-rest-licensing.createinvitation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pluralsight-list-teams
      description: Pluralsight List Teams
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licensing-rest-licensing.listteams
      outputParameters:
      - type: object
        mapping: $.
    - name: pluralsight-list-users
      description: Pluralsight List Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licensing-rest-licensing.listusers
      outputParameters:
      - type: object
        mapping: $.