honeycomb · Capability

Honeycomb API — Service Maps

Honeycomb API — Service Maps. 1 operations. Lead operation: Create a service map dependency request. Self-contained Naftiko capability covering one Honeycomb business surface.

Run with Naftiko HoneycombService Maps

What You Can Do

POST
Createservicemaprequest — Create a service map dependency request
/v1/1/service-map

MCP Tools

create-service-map-dependency-request

Create a service map dependency request

Capability Spec

honeycomb-service-maps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Honeycomb API — Service Maps
  description: 'Honeycomb API — Service Maps. 1 operations. Lead operation: Create a service map dependency request. Self-contained
    Naftiko capability covering one Honeycomb business surface.'
  tags:
  - Honeycomb
  - Service Maps
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HONEYCOMB_API_KEY: HONEYCOMB_API_KEY
capability:
  consumes:
  - type: http
    namespace: honeycomb-service-maps
    baseUri: https://api.honeycomb.io
    description: Honeycomb API — Service Maps business capability. Self-contained, no shared references.
    resources:
    - name: 1-service_map
      path: /1/service_map
      operations:
      - name: createservicemaprequest
        method: POST
        description: Create a service map dependency request
        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: X-Honeycomb-Team
      value: '{{env.HONEYCOMB_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: honeycomb-service-maps-rest
    port: 8080
    description: REST adapter for Honeycomb API — Service Maps. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/1/service-map
      name: 1-service-map
      description: REST surface for 1-service_map.
      operations:
      - method: POST
        name: createservicemaprequest
        description: Create a service map dependency request
        call: honeycomb-service-maps.createservicemaprequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: honeycomb-service-maps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Honeycomb API — Service Maps. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: create-service-map-dependency-request
      description: Create a service map dependency request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: honeycomb-service-maps.createservicemaprequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.