Equinix · Capability

Metal API — SupportRequest

Metal API — SupportRequest. 1 operations. Lead operation: Create a support ticket. Self-contained Naftiko capability covering one Equinix business surface.

Run with Naftiko EquinixSupportRequest

What You Can Do

POST
Requestsuppert — Create a support ticket
/v1/support-requests

MCP Tools

create-support-ticket

Create a support ticket

Capability Spec

metal-supportrequest.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Metal API — SupportRequest
  description: 'Metal API — SupportRequest. 1 operations. Lead operation: Create a support ticket. Self-contained Naftiko
    capability covering one Equinix business surface.'
  tags:
  - Equinix
  - SupportRequest
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EQUINIX_API_KEY: EQUINIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: metal-supportrequest
    baseUri: https://api.equinix.com/metal/v1
    description: Metal API — SupportRequest business capability. Self-contained, no shared references.
    resources:
    - name: support-requests
      path: /support-requests
      operations:
      - name: requestsuppert
        method: POST
        description: Create a support ticket
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.EQUINIX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: metal-supportrequest-rest
    port: 8080
    description: REST adapter for Metal API — SupportRequest. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/support-requests
      name: support-requests
      description: REST surface for support-requests.
      operations:
      - method: POST
        name: requestsuppert
        description: Create a support ticket
        call: metal-supportrequest.requestsuppert
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: metal-supportrequest-mcp
    port: 9090
    transport: http
    description: MCP adapter for Metal API — SupportRequest. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: create-support-ticket
      description: Create a support ticket
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: metal-supportrequest.requestsuppert
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.