APIMatic · Capability

APIMatic Platform API — Portals

APIMatic Platform API — Portals. 1 operations. Lead operation: Generate API Portal. Self-contained Naftiko capability covering one Apimatic business surface.

Run with Naftiko ApimaticPortals

What You Can Do

POST
Generateportal — Generate API Portal
/v1/api-entities/{apientityid}/portal

MCP Tools

generate-api-portal

Generate API Portal

Capability Spec

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