automation-anywhere · Capability

Automation Anywhere API Task Execution API — Allocations

Automation Anywhere API Task Execution API — Allocations. 1 operations. Lead operation: List API Task allocations. Self-contained Naftiko capability covering one Automation Anywhere business surface.

Run with Naftiko Automation AnywhereAllocations

What You Can Do

POST
Listapitaskallocations — List API Task allocations
/v1/config

MCP Tools

list-api-task-allocations

List API Task allocations

read-only

Capability Spec

api-task-execution-allocations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Automation Anywhere API Task Execution API — Allocations
  description: 'Automation Anywhere API Task Execution API — Allocations. 1 operations. Lead operation: List API Task allocations.
    Self-contained Naftiko capability covering one Automation Anywhere business surface.'
  tags:
  - Automation Anywhere
  - Allocations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTOMATION_ANYWHERE_API_KEY: AUTOMATION_ANYWHERE_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-task-execution-allocations
    baseUri: https://{controlRoomUrl}/orchestrator/v1/hotbot
    description: Automation Anywhere API Task Execution API — Allocations business capability. Self-contained, no shared references.
    resources:
    - name: config
      path: /config
      operations:
      - name: listapitaskallocations
        method: POST
        description: List API Task allocations
        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.AUTOMATION_ANYWHERE_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-task-execution-allocations-rest
    port: 8080
    description: REST adapter for Automation Anywhere API Task Execution API — Allocations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/config
      name: config
      description: REST surface for config.
      operations:
      - method: POST
        name: listapitaskallocations
        description: List API Task allocations
        call: api-task-execution-allocations.listapitaskallocations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-task-execution-allocations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Automation Anywhere API Task Execution API — Allocations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-api-task-allocations
      description: List API Task allocations
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: api-task-execution-allocations.listapitaskallocations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.