Broadcom · Capability

Broadcom VMware Cloud Foundation API — Authentication

Broadcom VMware Cloud Foundation API — Authentication. 1 operations. Lead operation: Broadcom Get access token. Self-contained Naftiko capability covering one Broadcom business surface.

Run with Naftiko BroadcomAuthentication

What You Can Do

POST
Gettoken — Broadcom Get access token
/v1/tokens

MCP Tools

broadcom-get-access-token

Broadcom Get access token

read-only

Capability Spec

vmware-cloud-foundation-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Broadcom VMware Cloud Foundation API — Authentication
  description: 'Broadcom VMware Cloud Foundation API — Authentication. 1 operations. Lead operation: Broadcom Get access token.
    Self-contained Naftiko capability covering one Broadcom business surface.'
  tags:
  - Broadcom
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BROADCOM_API_KEY: BROADCOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: vmware-cloud-foundation-authentication
    baseUri: https://{sddc-manager}/v1
    description: Broadcom VMware Cloud Foundation API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: tokens
      path: /tokens
      operations:
      - name: gettoken
        method: POST
        description: Broadcom Get access token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.BROADCOM_API_KEY}}'
  exposes:
  - type: rest
    namespace: vmware-cloud-foundation-authentication-rest
    port: 8080
    description: REST adapter for Broadcom VMware Cloud Foundation API — Authentication. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tokens
      name: tokens
      description: REST surface for tokens.
      operations:
      - method: POST
        name: gettoken
        description: Broadcom Get access token
        call: vmware-cloud-foundation-authentication.gettoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vmware-cloud-foundation-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Broadcom VMware Cloud Foundation API — Authentication. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: broadcom-get-access-token
      description: Broadcom Get access token
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: vmware-cloud-foundation-authentication.gettoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.