Choreo · Capability

Choreo API Management API — Organizations

Choreo API Management API — Organizations. 1 operations. Lead operation: Choreo List organizations. Self-contained Naftiko capability covering one Choreo business surface.

Run with Naftiko ChoreoOrganizations

What You Can Do

GET
Listorganizations — Choreo List organizations
/v1/organizations

MCP Tools

choreo-list-organizations

Choreo List organizations

read-only idempotent

Capability Spec

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