Roku · Capability

Roku Nabu Cloud — serviceaccounts

Roku Nabu Cloud — serviceaccounts. 1 operations. Lead operation: Roku Login Token. Self-contained Naftiko capability covering one Roku business surface.

Run with Naftiko Rokuserviceaccounts

What You Can Do

POST
Serviceaccountslogintoken — Roku Login Token
/v1/api/v1/serviceaccounts/login

MCP Tools

roku-login-token

Roku Login Token

Capability Spec

nabu-cloud-serviceaccounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Roku Nabu Cloud — serviceaccounts
  description: 'Roku Nabu Cloud — serviceaccounts. 1 operations. Lead operation: Roku Login Token. Self-contained Naftiko
    capability covering one Roku business surface.'
  tags:
  - Roku
  - serviceaccounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ROKU_API_KEY: ROKU_API_KEY
capability:
  consumes:
  - type: http
    namespace: nabu-cloud-serviceaccounts
    baseUri: https://api.cloud.roku.dev
    description: Roku Nabu Cloud — serviceaccounts business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-serviceaccounts-login
      path: /api/v1/serviceaccounts/login
      operations:
      - name: serviceaccountslogintoken
        method: POST
        description: Roku Login Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: nabu-cloud-serviceaccounts-rest
    port: 8080
    description: REST adapter for Roku Nabu Cloud — serviceaccounts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/serviceaccounts/login
      name: api-v1-serviceaccounts-login
      description: REST surface for api-v1-serviceaccounts-login.
      operations:
      - method: POST
        name: serviceaccountslogintoken
        description: Roku Login Token
        call: nabu-cloud-serviceaccounts.serviceaccountslogintoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nabu-cloud-serviceaccounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Roku Nabu Cloud — serviceaccounts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: roku-login-token
      description: Roku Login Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: nabu-cloud-serviceaccounts.serviceaccountslogintoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.