Equinix · Capability

Secure Cabinet API — orders

Secure Cabinet API — orders. 1 operations. Lead operation: Order a new Secure Cabinet deployment. Self-contained Naftiko capability covering one Equinix business surface.

Run with Naftiko Equinixorders

What You Can Do

POST
Createorder — Order a new Secure Cabinet deployment
/v1/securecabinet/v1/orders

MCP Tools

order-new-secure-cabinet-deployment

Order a new Secure Cabinet deployment

Capability Spec

securecabinet-orders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Secure Cabinet API — orders
  description: 'Secure Cabinet API — orders. 1 operations. Lead operation: Order a new Secure Cabinet deployment. Self-contained
    Naftiko capability covering one Equinix business surface.'
  tags:
  - Equinix
  - orders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EQUINIX_API_KEY: EQUINIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: securecabinet-orders
    baseUri: https://api.equinix.com
    description: Secure Cabinet API — orders business capability. Self-contained, no shared references.
    resources:
    - name: securecabinet-v1-orders
      path: /securecabinet/v1/orders
      operations:
      - name: createorder
        method: POST
        description: Order a new Secure Cabinet deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.EQUINIX_API_KEY}}'
  exposes:
  - type: rest
    namespace: securecabinet-orders-rest
    port: 8080
    description: REST adapter for Secure Cabinet API — orders. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/securecabinet/v1/orders
      name: securecabinet-v1-orders
      description: REST surface for securecabinet-v1-orders.
      operations:
      - method: POST
        name: createorder
        description: Order a new Secure Cabinet deployment
        call: securecabinet-orders.createorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: securecabinet-orders-mcp
    port: 9090
    transport: http
    description: MCP adapter for Secure Cabinet API — orders. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: order-new-secure-cabinet-deployment
      description: Order a new Secure Cabinet deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: securecabinet-orders.createorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.