Hyperbrowser · Capability

Hyperbrowser Agents — Claude Computer Use

Hyperbrowser Agents — Claude Computer Use. 4 operations. Self-contained Naftiko capability covering one Hyperbrowser business surface.

Hyperbrowser Agents — Claude Computer Use is a Naftiko capability published by Hyperbrowser, one of 15 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET, POST, and PUT methods rooted at /v1/api/task/claude-computer-use.

The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: Start a Claude Computer Use Task. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Hyperbrowser and Agents.

Run with Naftiko HyperbrowserAgents

What You Can Do

POST
Post api task claude computer use — Start a Claude Computer Use Task
/v1/api/task/claude-computer-use
GET
Get api task claude computer use id — Get Claude Computer Use Task Status and Results
/v1/api/task/claude-computer-use/{id}
PUT
Put api task claude computer use id stop — Stop a Claude Computer Use Task
/v1/api/task/claude-computer-use/{id}/stop
GET
Get api task claude computer use id status — Get Claude Computer Use Task Status
/v1/api/task/claude-computer-use/{id}/status

MCP Tools

hyperbrowser-post-api-task-claude-computer-use

Start a Claude Computer Use Task

hyperbrowser-get-api-task-claude-computer-use-id

Get Claude Computer Use Task Status and Results

read-only idempotent
hyperbrowser-put-api-task-claude-computer-use-id-stop

Stop a Claude Computer Use Task

hyperbrowser-get-api-task-claude-computer-use-id-status

Get Claude Computer Use Task Status

read-only idempotent

Capability Spec

agents-claude-computer-use.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hyperbrowser Agents — Claude Computer Use
  description: Hyperbrowser Agents — Claude Computer Use. 4 operations. Self-contained Naftiko capability covering one Hyperbrowser
    business surface.
  tags:
  - Hyperbrowser
  - Agents
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HYPERBROWSER_API_KEY: HYPERBROWSER_API_KEY
capability:
  consumes:
  - type: http
    namespace: agents-claude-computer-use
    baseUri: https://api.hyperbrowser.ai
    description: Hyperbrowser Agents — Claude Computer Use business capability. Self-contained, no shared references.
    resources:
    - name: api-task-claude-computer-use
      path: /api/task/claude-computer-use
      operations:
      - name: post-api-task-claude-computer-use
        method: POST
        description: Start a Claude Computer Use Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-task-claude-computer-use-id
      path: /api/task/claude-computer-use/{id}
      operations:
      - name: get-api-task-claude-computer-use-id
        method: GET
        description: Get Claude Computer Use Task Status and Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id
          required: true
    - name: api-task-claude-computer-use-id-stop
      path: /api/task/claude-computer-use/{id}/stop
      operations:
      - name: put-api-task-claude-computer-use-id-stop
        method: PUT
        description: Stop a Claude Computer Use Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id
          required: true
    - name: api-task-claude-computer-use-id-status
      path: /api/task/claude-computer-use/{id}/status
      operations:
      - name: get-api-task-claude-computer-use-id-status
        method: GET
        description: Get Claude Computer Use Task Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id
          required: true
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.HYPERBROWSER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: agents-claude-computer-use-rest
    port: 8080
    description: REST adapter for Hyperbrowser Agents — Claude Computer Use.
    resources:
    - path: /v1/api/task/claude-computer-use
      name: api-task-claude-computer-use
      description: REST surface for api-task-claude-computer-use.
      operations:
      - method: POST
        name: post-api-task-claude-computer-use
        description: Start a Claude Computer Use Task
        call: agents-claude-computer-use.post-api-task-claude-computer-use
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/task/claude-computer-use/{id}
      name: api-task-claude-computer-use-id
      description: REST surface for api-task-claude-computer-use-id.
      operations:
      - method: GET
        name: get-api-task-claude-computer-use-id
        description: Get Claude Computer Use Task Status and Results
        call: agents-claude-computer-use.get-api-task-claude-computer-use-id
        with: {}
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/task/claude-computer-use/{id}/stop
      name: api-task-claude-computer-use-id-stop
      description: REST surface for api-task-claude-computer-use-id-stop.
      operations:
      - method: PUT
        name: put-api-task-claude-computer-use-id-stop
        description: Stop a Claude Computer Use Task
        call: agents-claude-computer-use.put-api-task-claude-computer-use-id-stop
        with: {}
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/task/claude-computer-use/{id}/status
      name: api-task-claude-computer-use-id-status
      description: REST surface for api-task-claude-computer-use-id-status.
      operations:
      - method: GET
        name: get-api-task-claude-computer-use-id-status
        description: Get Claude Computer Use Task Status
        call: agents-claude-computer-use.get-api-task-claude-computer-use-id-status
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: agents-claude-computer-use-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hyperbrowser Agents — Claude Computer Use.
    tools:
    - name: hyperbrowser-post-api-task-claude-computer-use
      description: Start a Claude Computer Use Task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: agents-claude-computer-use.post-api-task-claude-computer-use
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: hyperbrowser-get-api-task-claude-computer-use-id
      description: Get Claude Computer Use Task Status and Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agents-claude-computer-use.get-api-task-claude-computer-use-id
      with: {}
      outputParameters:
      - type: object
        mapping: $.
    - name: hyperbrowser-put-api-task-claude-computer-use-id-stop
      description: Stop a Claude Computer Use Task
      hints:
        readOnly: false
        destructive: true
        idempotent: false
      call: agents-claude-computer-use.put-api-task-claude-computer-use-id-stop
      with: {}
      outputParameters:
      - type: object
        mapping: $.
    - name: hyperbrowser-get-api-task-claude-computer-use-id-status
      description: Get Claude Computer Use Task Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agents-claude-computer-use.get-api-task-claude-computer-use-id-status
      with: {}
      outputParameters:
      - type: object
        mapping: $.