Knowi · Capability

Knowi Push Data API — Push

Knowi Push Data API — Push. 1 operations. Lead operation: Push data to dataset. Self-contained Naftiko capability covering one Knowi business surface.

Run with Naftiko KnowiPush

What You Can Do

POST
Pushdata — Push data to dataset
/v1/live/{identifier}

MCP Tools

push-data-dataset

Push data to dataset

Capability Spec

push-data-push.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Knowi Push Data API — Push
  description: 'Knowi Push Data API — Push. 1 operations. Lead operation: Push data to dataset. Self-contained Naftiko capability
    covering one Knowi business surface.'
  tags:
  - Knowi
  - Push
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KNOWI_API_KEY: KNOWI_API_KEY
capability:
  consumes:
  - type: http
    namespace: push-data-push
    baseUri: https://www.knowi.com
    description: Knowi Push Data API — Push business capability. Self-contained, no shared references.
    resources:
    - name: live-identifier
      path: /live/{identifier}
      operations:
      - name: pushdata
        method: POST
        description: Push data to dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          description: Dataset identifier (API key associated with the target dataset).
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.KNOWI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: push-data-push-rest
    port: 8080
    description: REST adapter for Knowi Push Data API — Push. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/live/{identifier}
      name: live-identifier
      description: REST surface for live-identifier.
      operations:
      - method: POST
        name: pushdata
        description: Push data to dataset
        call: push-data-push.pushdata
        with:
          identifier: rest.identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: push-data-push-mcp
    port: 9090
    transport: http
    description: MCP adapter for Knowi Push Data API — Push. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: push-data-dataset
      description: Push data to dataset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: push-data-push.pushdata
      with:
        identifier: tools.identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.