APIMatic · Capability

APIMatic Platform API — Transformation

APIMatic Platform API — Transformation. 1 operations. Lead operation: Transform API Definition. Self-contained Naftiko capability covering one Apimatic business surface.

Run with Naftiko ApimaticTransformation

What You Can Do

POST
Transformapidefinition — Transform API Definition
/v1/api-entities/{apientityid}/transform

MCP Tools

transform-api-definition

Transform API Definition

Capability Spec

platform-transformation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIMatic Platform API — Transformation
  description: 'APIMatic Platform API — Transformation. 1 operations. Lead operation: Transform API Definition. Self-contained
    Naftiko capability covering one Apimatic business surface.'
  tags:
  - Apimatic
  - Transformation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIMATIC_API_KEY: APIMATIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-transformation
    baseUri: https://api.apimatic.io
    description: APIMatic Platform API — Transformation business capability. Self-contained, no shared references.
    resources:
    - name: api-entities-apiEntityId-transform
      path: /api-entities/{apiEntityId}/transform
      operations:
      - name: transformapidefinition
        method: POST
        description: Transform API Definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: apiEntityId
          in: path
          type: string
          description: Unique identifier of the API entity
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.APIMATIC_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: platform-transformation-rest
    port: 8080
    description: REST adapter for APIMatic Platform API — Transformation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api-entities/{apientityid}/transform
      name: api-entities-apientityid-transform
      description: REST surface for api-entities-apiEntityId-transform.
      operations:
      - method: POST
        name: transformapidefinition
        description: Transform API Definition
        call: platform-transformation.transformapidefinition
        with:
          apiEntityId: rest.apiEntityId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-transformation-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIMatic Platform API — Transformation. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: transform-api-definition
      description: Transform API Definition
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-transformation.transformapidefinition
      with:
        apiEntityId: tools.apiEntityId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.