AT&T · Capability

AT&T Enterprise Connectivity APIs — Product Ordering

AT&T Enterprise Connectivity APIs — Product Ordering. 1 operations. Lead operation: Create AT&T Enterprise Product Order. Self-contained Naftiko capability covering one Atandt business surface.

Run with Naftiko AtandtProduct Ordering

What You Can Do

POST
Createproductorder — Create AT&T Enterprise Product Order
/v1/alliance/productorder/v1

MCP Tools

create-at-t-enterprise-product-order

Create AT&T Enterprise Product Order

Capability Spec

enterprise-connectivity-apis-product-ordering.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T Enterprise Connectivity APIs — Product Ordering
  description: 'AT&T Enterprise Connectivity APIs — Product Ordering. 1 operations. Lead operation: Create AT&T Enterprise
    Product Order. Self-contained Naftiko capability covering one Atandt business surface.'
  tags:
  - Atandt
  - Product Ordering
  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-product-ordering
    baseUri: https://devex-web.att.com
    description: AT&T Enterprise Connectivity APIs — Product Ordering business capability. Self-contained, no shared references.
    resources:
    - name: alliance-productOrder-v1
      path: /alliance/productOrder/v1
      operations:
      - name: createproductorder
        method: POST
        description: Create AT&T Enterprise Product Order
        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.ATANDT_API_KEY}}'
  exposes:
  - type: rest
    namespace: enterprise-connectivity-apis-product-ordering-rest
    port: 8080
    description: REST adapter for AT&T Enterprise Connectivity APIs — Product Ordering. 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: POST
        name: createproductorder
        description: Create AT&T Enterprise Product Order
        call: enterprise-connectivity-apis-product-ordering.createproductorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: enterprise-connectivity-apis-product-ordering-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T Enterprise Connectivity APIs — Product Ordering. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: create-at-t-enterprise-product-order
      description: Create AT&T Enterprise Product Order
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: enterprise-connectivity-apis-product-ordering.createproductorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.