StackOne · Capability

Marketing — Proxy

Marketing — Proxy. 1 operations. Lead operation: Proxy Request. Self-contained Naftiko capability covering one Stackone business surface.

Run with Naftiko StackoneProxy

What You Can Do

POST
Stackoneproxyrequest — Proxy Request
/v1/unified/proxy

MCP Tools

proxy-request

Proxy Request

Capability Spec

stackone-proxy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Marketing — Proxy
  description: 'Marketing — Proxy. 1 operations. Lead operation: Proxy Request. Self-contained Naftiko capability covering
    one Stackone business surface.'
  tags:
  - Stackone
  - Proxy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STACKONE_API_KEY: STACKONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: stackone-proxy
    baseUri: https://api.stackone.com
    description: Marketing — Proxy business capability. Self-contained, no shared references.
    resources:
    - name: unified-proxy
      path: /unified/proxy
      operations:
      - name: stackoneproxyrequest
        method: POST
        description: Proxy Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-account-id
          in: header
          type: string
          description: The account identifier
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.STACKONE_USER}}'
      password: '{{env.STACKONE_PASS}}'
  exposes:
  - type: rest
    namespace: stackone-proxy-rest
    port: 8080
    description: REST adapter for Marketing — Proxy. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/unified/proxy
      name: unified-proxy
      description: REST surface for unified-proxy.
      operations:
      - method: POST
        name: stackoneproxyrequest
        description: Proxy Request
        call: stackone-proxy.stackoneproxyrequest
        with:
          x-account-id: rest.x-account-id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stackone-proxy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Marketing — Proxy. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: proxy-request
      description: Proxy Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: stackone-proxy.stackoneproxyrequest
      with:
        x-account-id: tools.x-account-id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.