Helicone · Capability

helicone-api — Providers

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

Run with Naftiko HeliconeProviders

What You Can Do

POST
Getproviders — getproviders
/v1/v1/providers

MCP Tools

getproviders

getproviders

Capability Spec

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