AT&T · Capability

AT&T Enterprise Connectivity APIs — Order Management

AT&T Enterprise Connectivity APIs — Order Management. 2 operations. Lead operation: List AT&T Enterprise Product Orders. Self-contained Naftiko capability covering one Atandt business surface.

Run with Naftiko AtandtOrder Management

What You Can Do

GET
Listproductorders — List AT&T Enterprise Product Orders
/v1/alliance/productorder/v1
GET
Getproductorder — Get AT&T Enterprise Product Order
/v1/alliance/productorder/v1/{orderid}

MCP Tools

list-at-t-enterprise-product-orders

List AT&T Enterprise Product Orders

read-only idempotent
get-at-t-enterprise-product-order

Get AT&T Enterprise Product Order

read-only idempotent

Capability Spec

enterprise-connectivity-apis-order-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T Enterprise Connectivity APIs — Order Management
  description: 'AT&T Enterprise Connectivity APIs — Order Management. 2 operations. Lead operation: List AT&T Enterprise Product
    Orders. Self-contained Naftiko capability covering one Atandt business surface.'
  tags:
  - Atandt
  - Order Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATANDT_API_KEY: ATANDT_API_KEY
capability:
  consumes:
  - type: http
    namespace: enterprise-connectivity-apis-order-management
    baseUri: https://devex-web.att.com
    description: AT&T Enterprise Connectivity APIs — Order Management business capability. Self-contained, no shared references.
    resources:
    - name: alliance-productOrder-v1
      path: /alliance/productOrder/v1
      operations:
      - name: listproductorders
        method: GET
        description: List AT&T Enterprise Product Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: state
          in: query
          type: string
          description: Filter by order state
        - name: requestedStartDate.gt
          in: query
          type: string
          description: Filter orders with requested start date after this date
        - name: externalId
          in: query
          type: string
          description: Filter by external order ID
    - name: alliance-productOrder-v1-orderId
      path: /alliance/productOrder/v1/{orderId}
      operations:
      - name: getproductorder
        method: GET
        description: Get AT&T Enterprise Product Order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orderId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ATANDT_API_KEY}}'
  exposes:
  - type: rest
    namespace: enterprise-connectivity-apis-order-management-rest
    port: 8080
    description: REST adapter for AT&T Enterprise Connectivity APIs — Order Management. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/alliance/productorder/v1
      name: alliance-productorder-v1
      description: REST surface for alliance-productOrder-v1.
      operations:
      - method: GET
        name: listproductorders
        description: List AT&T Enterprise Product Orders
        call: enterprise-connectivity-apis-order-management.listproductorders
        with:
          state: rest.state
          requestedStartDate.gt: rest.requestedStartDate.gt
          externalId: rest.externalId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/alliance/productorder/v1/{orderid}
      name: alliance-productorder-v1-orderid
      description: REST surface for alliance-productOrder-v1-orderId.
      operations:
      - method: GET
        name: getproductorder
        description: Get AT&T Enterprise Product Order
        call: enterprise-connectivity-apis-order-management.getproductorder
        with:
          orderId: rest.orderId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: enterprise-connectivity-apis-order-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T Enterprise Connectivity APIs — Order Management. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-at-t-enterprise-product-orders
      description: List AT&T Enterprise Product Orders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: enterprise-connectivity-apis-order-management.listproductorders
      with:
        state: tools.state
        requestedStartDate.gt: tools.requestedStartDate.gt
        externalId: tools.externalId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-at-t-enterprise-product-order
      description: Get AT&T Enterprise Product Order
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: enterprise-connectivity-apis-order-management.getproductorder
      with:
        orderId: tools.orderId
      outputParameters:
      - type: object
        mapping: $.