naftiko: 1.0.0-alpha2 info: label: Knock Integrations API — Integrations description: 'Knock Integrations API — Integrations. 2 operations. Lead operation: processcensusrpcrequest. Self-contained Naftiko capability covering one Knock business surface.' tags: - Knock - Integrations created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: KNOCK_API_KEY: KNOCK_API_KEY capability: consumes: - type: http namespace: integrations baseUri: https://api.knock.app description: Knock Knock Integrations API business capability. Self-contained, no shared references. resources: - name: v1-integrations-census-custom-destination path: /v1/integrations/census/custom-destination operations: - name: processcensusrpcrequest method: POST description: Process a Census RPC request outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object required: true - name: v1-integrations-hightouch-embedded-destination path: /v1/integrations/hightouch/embedded-destination operations: - name: processhightouchrpcrequest method: POST description: Process a Hightouch RPC request outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object required: true authentication: type: bearer value: '{{env.KNOCK_API_KEY}}' placement: header exposes: - type: rest namespace: integrations-rest port: 8080 description: REST adapter for Knock Knock Integrations API. resources: - path: /v1/v1/integrations/census/custom-destination name: v1-integrations-census-custom-destination description: REST surface for v1-integrations-census-custom-destination. operations: - method: POST name: processcensusrpcrequest description: Process a Census RPC request call: integrations.processcensusrpcrequest with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/integrations/hightouch/embedded-destination name: v1-integrations-hightouch-embedded-destination description: REST surface for v1-integrations-hightouch-embedded-destination. operations: - method: POST name: processhightouchrpcrequest description: Process a Hightouch RPC request call: integrations.processhightouchrpcrequest with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: integrations-mcp port: 9090 transport: http description: MCP adapter for Knock Knock Integrations API. One tool per consumed operation. tools: - name: knock-processcensusrpcrequest description: Process a Census RPC request hints: readOnly: false destructive: false idempotent: false call: integrations.processcensusrpcrequest with: body: tools.body outputParameters: - type: object mapping: $. - name: knock-processhightouchrpcrequest description: Process a Hightouch RPC request hints: readOnly: false destructive: false idempotent: false call: integrations.processhightouchrpcrequest with: body: tools.body outputParameters: - type: object mapping: $.