Helicone · Capability

helicone-api — Prompt2025V2

helicone-api — Prompt2025V2. 3 operations. Lead operation: Prompt2025V2. Self-contained Naftiko capability covering one Helicone business surface.

Run with Naftiko HeliconePrompt2025V2

What You Can Do

POST
Getprompt2025environmentversion — getprompt2025environmentversion
/v1/v2/prompt-2025/query/environment-version
POST
Getprompt2025productionversion — getprompt2025productionversion
/v1/v2/prompt-2025/query/production-version
POST
Getprompt2025version — getprompt2025version
/v1/v2/prompt-2025/query/version

MCP Tools

getprompt2025environmentversion

getprompt2025environmentversion

getprompt2025productionversion

getprompt2025productionversion

getprompt2025version

getprompt2025version

Capability Spec

helicone-prompt2025v2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: helicone-api — Prompt2025V2
  description: 'helicone-api — Prompt2025V2. 3 operations. Lead operation: Prompt2025V2. Self-contained Naftiko capability
    covering one Helicone business surface.'
  tags:
  - Helicone
  - Prompt2025V2
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HELICONE_API_KEY: HELICONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: helicone-prompt2025v2
    baseUri: https://api.helicone.ai
    description: helicone-api — Prompt2025V2 business capability. Self-contained, no shared references.
    resources:
    - name: v2-prompt-2025-query-environment-version
      path: /v2/prompt-2025/query/environment-version
      operations:
      - name: getprompt2025environmentversion
        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: v2-prompt-2025-query-production-version
      path: /v2/prompt-2025/query/production-version
      operations:
      - name: getprompt2025productionversion
        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: v2-prompt-2025-query-version
      path: /v2/prompt-2025/query/version
      operations:
      - name: getprompt2025version
        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-prompt2025v2-rest
    port: 8080
    description: REST adapter for helicone-api — Prompt2025V2. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v2/prompt-2025/query/environment-version
      name: v2-prompt-2025-query-environment-version
      description: REST surface for v2-prompt-2025-query-environment-version.
      operations:
      - method: POST
        name: getprompt2025environmentversion
        description: getprompt2025environmentversion
        call: helicone-prompt2025v2.getprompt2025environmentversion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/prompt-2025/query/production-version
      name: v2-prompt-2025-query-production-version
      description: REST surface for v2-prompt-2025-query-production-version.
      operations:
      - method: POST
        name: getprompt2025productionversion
        description: getprompt2025productionversion
        call: helicone-prompt2025v2.getprompt2025productionversion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/prompt-2025/query/version
      name: v2-prompt-2025-query-version
      description: REST surface for v2-prompt-2025-query-version.
      operations:
      - method: POST
        name: getprompt2025version
        description: getprompt2025version
        call: helicone-prompt2025v2.getprompt2025version
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: helicone-prompt2025v2-mcp
    port: 9090
    transport: http
    description: MCP adapter for helicone-api — Prompt2025V2. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: getprompt2025environmentversion
      description: getprompt2025environmentversion
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helicone-prompt2025v2.getprompt2025environmentversion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: getprompt2025productionversion
      description: getprompt2025productionversion
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helicone-prompt2025v2.getprompt2025productionversion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: getprompt2025version
      description: getprompt2025version
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helicone-prompt2025v2.getprompt2025version
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.