Productiv · Capability

Productiv Developer API — Applications

Productiv Developer API — Applications. 1 operations. Lead operation: Productiv Set up an Application. Self-contained Naftiko capability covering one Productiv business surface.

Run with Naftiko ProductivApplications

What You Can Do

POST
Setupapplication — Productiv Set up an Application
/v1/services/push/v1/customer/apps

MCP Tools

productiv-set-up-application

Productiv Set up an Application

Capability Spec

developer-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Productiv Developer API — Applications
  description: 'Productiv Developer API — Applications. 1 operations. Lead operation: Productiv Set up an Application. Self-contained
    Naftiko capability covering one Productiv business surface.'
  tags:
  - Productiv
  - Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PRODUCTIV_API_KEY: PRODUCTIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: developer-applications
    baseUri: https://public-api.productiv.com
    description: Productiv Developer API — Applications business capability. Self-contained, no shared references.
    resources:
    - name: services-push-v1-customer-apps
      path: /services/push/v1/customer/apps
      operations:
      - name: setupapplication
        method: POST
        description: Productiv Set up an Application
        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.PRODUCTIV_API_KEY}}'
  exposes:
  - type: rest
    namespace: developer-applications-rest
    port: 8080
    description: REST adapter for Productiv Developer API — Applications. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/services/push/v1/customer/apps
      name: services-push-v1-customer-apps
      description: REST surface for services-push-v1-customer-apps.
      operations:
      - method: POST
        name: setupapplication
        description: Productiv Set up an Application
        call: developer-applications.setupapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: developer-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Productiv Developer API — Applications. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: productiv-set-up-application
      description: Productiv Set up an Application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: developer-applications.setupapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.