Biogen · Capability

Biogen Developer API — Services

Biogen Developer API — Services. 1 operations. Lead operation: Biogen List Services. Self-contained Naftiko capability covering one Biogen business surface.

Run with Naftiko BiogenServices

What You Can Do

GET
Listservices — Biogen List Services
/v1/api/services

MCP Tools

biogen-list-services

Biogen List Services

read-only idempotent

Capability Spec

developer-services.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Biogen Developer API — Services
  description: 'Biogen Developer API — Services. 1 operations. Lead operation: Biogen List Services. Self-contained Naftiko
    capability covering one Biogen business surface.'
  tags:
  - Biogen
  - Services
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIOGEN_API_KEY: BIOGEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: developer-services
    baseUri: https://developer.biogen.com
    description: Biogen Developer API — Services business capability. Self-contained, no shared references.
    resources:
    - name: api-services
      path: /api/services
      operations:
      - name: listservices
        method: GET
        description: Biogen List Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.BIOGEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: developer-services-rest
    port: 8080
    description: REST adapter for Biogen Developer API — Services. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/services
      name: api-services
      description: REST surface for api-services.
      operations:
      - method: GET
        name: listservices
        description: Biogen List Services
        call: developer-services.listservices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: developer-services-mcp
    port: 9090
    transport: http
    description: MCP adapter for Biogen Developer API — Services. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: biogen-list-services
      description: Biogen List Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: developer-services.listservices
      outputParameters:
      - type: object
        mapping: $.