VTEX · Capability

VTex License Manager API — Account

VTex License Manager API — Account. 1 operations. Lead operation: VTex Get information about account. Self-contained Naftiko capability covering one Vtex business surface.

Run with Naftiko VtexAccount

What You Can Do

GET
Getaccount — VTex Get information about account
/v1/api/vlm/account

MCP Tools

vtex-get-information-about-account

VTex Get information about account

read-only idempotent

Capability Spec

license-manager-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VTex License Manager API — Account
  description: 'VTex License Manager API — Account. 1 operations. Lead operation: VTex Get information about account. Self-contained
    Naftiko capability covering one Vtex business surface.'
  tags:
  - Vtex
  - Account
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VTEX_API_KEY: VTEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: license-manager-account
    baseUri: https://{accountName}.{environment}.com.br
    description: VTex License Manager API — Account business capability. Self-contained, no shared references.
    resources:
    - name: api-vlm-account
      path: /api/vlm/account
      operations:
      - name: getaccount
        method: GET
        description: VTex Get information about account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-VTEX-API-AppKey
      value: '{{env.VTEX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: license-manager-account-rest
    port: 8080
    description: REST adapter for VTex License Manager API — Account. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/vlm/account
      name: api-vlm-account
      description: REST surface for api-vlm-account.
      operations:
      - method: GET
        name: getaccount
        description: VTex Get information about account
        call: license-manager-account.getaccount
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: license-manager-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for VTex License Manager API — Account. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: vtex-get-information-about-account
      description: VTex Get information about account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: license-manager-account.getaccount
      outputParameters:
      - type: object
        mapping: $.