Helicone · Capability

helicone-api — Playground

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

Run with Naftiko HeliconePlayground

What You Can Do

POST
Generate — generate
/v1/v1/playground/generate
POST
Requeststhroughhelicone — requeststhroughhelicone
/v1/v1/playground/requests-through-helicone
GET
Getrequeststhroughhelicone — getrequeststhroughhelicone
/v1/v1/playground/requests-through-helicone

MCP Tools

generate

generate

requeststhroughhelicone

requeststhroughhelicone

getrequeststhroughhelicone

getrequeststhroughhelicone

read-only idempotent

Capability Spec

helicone-playground.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: helicone-api — Playground
  description: 'helicone-api — Playground. 3 operations. Lead operation: Playground. Self-contained Naftiko capability covering
    one Helicone business surface.'
  tags:
  - Helicone
  - Playground
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HELICONE_API_KEY: HELICONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: helicone-playground
    baseUri: https://api.helicone.ai
    description: helicone-api — Playground business capability. Self-contained, no shared references.
    resources:
    - name: v1-playground-generate
      path: /v1/playground/generate
      operations:
      - name: generate
        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-playground-requests-through-helicone
      path: /v1/playground/requests-through-helicone
      operations:
      - name: requeststhroughhelicone
        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: getrequeststhroughhelicone
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.HELICONE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: helicone-playground-rest
    port: 8080
    description: REST adapter for helicone-api — Playground. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/playground/generate
      name: v1-playground-generate
      description: REST surface for v1-playground-generate.
      operations:
      - method: POST
        name: generate
        description: generate
        call: helicone-playground.generate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/playground/requests-through-helicone
      name: v1-playground-requests-through-helicone
      description: REST surface for v1-playground-requests-through-helicone.
      operations:
      - method: POST
        name: requeststhroughhelicone
        description: requeststhroughhelicone
        call: helicone-playground.requeststhroughhelicone
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getrequeststhroughhelicone
        description: getrequeststhroughhelicone
        call: helicone-playground.getrequeststhroughhelicone
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: helicone-playground-mcp
    port: 9090
    transport: http
    description: MCP adapter for helicone-api — Playground. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: generate
      description: generate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helicone-playground.generate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: requeststhroughhelicone
      description: requeststhroughhelicone
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helicone-playground.requeststhroughhelicone
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: getrequeststhroughhelicone
      description: getrequeststhroughhelicone
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: helicone-playground.getrequeststhroughhelicone
      outputParameters:
      - type: object
        mapping: $.