Theneo · Capability

Theneo API — Workspaces

Theneo API — Workspaces. 1 operations. Lead operation: List Workspaces. Self-contained Naftiko capability covering one Theneo business surface.

Run with Naftiko TheneoWorkspaces

What You Can Do

GET
Listworkspaces — List Workspaces
/v1/workspaces

MCP Tools

list-workspaces

List Workspaces

read-only idempotent

Capability Spec

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