naftiko: 1.0.0-alpha2 info: label: helicone-api — User description: 'helicone-api — User. 3 operations. Lead operation: User. Self-contained Naftiko capability covering one Helicone business surface.' tags: - Helicone - User created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: HELICONE_API_KEY: HELICONE_API_KEY capability: consumes: - type: http namespace: helicone-user baseUri: https://api.helicone.ai description: helicone-api — User business capability. Self-contained, no shared references. resources: - name: v1-user-metrics-overview-query path: /v1/user/metrics-overview/query operations: - name: getusermetricsoverview method: POST description: '' outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v1-user-metrics-query path: /v1/user/metrics/query operations: - name: getusermetrics method: POST description: '' outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v1-user-query path: /v1/user/query operations: - name: getusers method: POST description: '' outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.HELICONE_API_KEY}}' placement: header exposes: - type: rest namespace: helicone-user-rest port: 8080 description: REST adapter for helicone-api — User. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/user/metrics-overview/query name: v1-user-metrics-overview-query description: REST surface for v1-user-metrics-overview-query. operations: - method: POST name: getusermetricsoverview description: getusermetricsoverview call: helicone-user.getusermetricsoverview with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/user/metrics/query name: v1-user-metrics-query description: REST surface for v1-user-metrics-query. operations: - method: POST name: getusermetrics description: getusermetrics call: helicone-user.getusermetrics with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/user/query name: v1-user-query description: REST surface for v1-user-query. operations: - method: POST name: getusers description: getusers call: helicone-user.getusers with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: helicone-user-mcp port: 9090 transport: http description: MCP adapter for helicone-api — User. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: getusermetricsoverview description: getusermetricsoverview hints: readOnly: false destructive: false idempotent: false call: helicone-user.getusermetricsoverview with: body: tools.body outputParameters: - type: object mapping: $. - name: getusermetrics description: getusermetrics hints: readOnly: false destructive: false idempotent: false call: helicone-user.getusermetrics with: body: tools.body outputParameters: - type: object mapping: $. - name: getusers description: getusers hints: readOnly: false destructive: false idempotent: false call: helicone-user.getusers with: body: tools.body outputParameters: - type: object mapping: $.