AppSumo · Capability

AppSumo Licensing API — Profile

AppSumo Licensing API — Profile. 1 operations. Lead operation: AppSumo - Get Partner Profile. Self-contained Naftiko capability covering one Appsumo business surface.

Run with Naftiko AppsumoProfile

What You Can Do

GET
Getpartnerprofile — AppSumo - Get Partner Profile
/v1/profile

MCP Tools

appsumo-get-partner-profile

AppSumo - Get Partner Profile

read-only idempotent

Capability Spec

licensing-profile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AppSumo Licensing API — Profile
  description: 'AppSumo Licensing API — Profile. 1 operations. Lead operation: AppSumo - Get Partner Profile. Self-contained
    Naftiko capability covering one Appsumo business surface.'
  tags:
  - Appsumo
  - Profile
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPSUMO_API_KEY: APPSUMO_API_KEY
capability:
  consumes:
  - type: http
    namespace: licensing-profile
    baseUri: https://appsumo.com/api/v2
    description: AppSumo Licensing API — Profile business capability. Self-contained, no shared references.
    resources:
    - name: profile
      path: /profile
      operations:
      - name: getpartnerprofile
        method: GET
        description: AppSumo - Get Partner Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-AppSumo-API-Key
      value: '{{env.APPSUMO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: licensing-profile-rest
    port: 8080
    description: REST adapter for AppSumo Licensing API — Profile. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/profile
      name: profile
      description: REST surface for profile.
      operations:
      - method: GET
        name: getpartnerprofile
        description: AppSumo - Get Partner Profile
        call: licensing-profile.getpartnerprofile
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: licensing-profile-mcp
    port: 9090
    transport: http
    description: MCP adapter for AppSumo Licensing API — Profile. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: appsumo-get-partner-profile
      description: AppSumo - Get Partner Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licensing-profile.getpartnerprofile
      outputParameters:
      - type: object
        mapping: $.