Choreo · Capability

Choreo Developer Portal API — Business Plans

Choreo Developer Portal API — Business Plans. 1 operations. Lead operation: Choreo List business plans. Self-contained Naftiko capability covering one Choreo business surface.

Run with Naftiko ChoreoBusiness Plans

What You Can Do

GET
Listbusinessplans — Choreo List business plans
/v1/business-plans

MCP Tools

choreo-list-business-plans

Choreo List business plans

read-only idempotent

Capability Spec

developer-portal-business-plans.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Choreo Developer Portal API — Business Plans
  description: 'Choreo Developer Portal API — Business Plans. 1 operations. Lead operation: Choreo List business plans. Self-contained
    Naftiko capability covering one Choreo business surface.'
  tags:
  - Choreo
  - Business Plans
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CHOREO_API_KEY: CHOREO_API_KEY
capability:
  consumes:
  - type: http
    namespace: developer-portal-business-plans
    baseUri: https://devportal.choreo.dev/api/v1
    description: Choreo Developer Portal API — Business Plans business capability. Self-contained, no shared references.
    resources:
    - name: business-plans
      path: /business-plans
      operations:
      - name: listbusinessplans
        method: GET
        description: Choreo List business plans
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: apiId
          in: query
          type: string
          description: Filter business plans available for a specific API.
    authentication:
      type: bearer
      token: '{{env.CHOREO_API_KEY}}'
  exposes:
  - type: rest
    namespace: developer-portal-business-plans-rest
    port: 8080
    description: REST adapter for Choreo Developer Portal API — Business Plans. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/business-plans
      name: business-plans
      description: REST surface for business-plans.
      operations:
      - method: GET
        name: listbusinessplans
        description: Choreo List business plans
        call: developer-portal-business-plans.listbusinessplans
        with:
          apiId: rest.apiId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: developer-portal-business-plans-mcp
    port: 9090
    transport: http
    description: MCP adapter for Choreo Developer Portal API — Business Plans. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: choreo-list-business-plans
      description: Choreo List business plans
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: developer-portal-business-plans.listbusinessplans
      with:
        apiId: tools.apiId
      outputParameters:
      - type: object
        mapping: $.