Hyperbrowser · Capability

Hyperbrowser Agents — Hyper Agent

Hyperbrowser Agents — Hyper Agent. 4 operations. Self-contained Naftiko capability covering one Hyperbrowser business surface.

Hyperbrowser Agents — Hyper Agent 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/hyper-agent.

The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: Start a HyperAgent 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 hyper agent — Start a HyperAgent Task
/v1/api/task/hyper-agent
GET
Get api task hyper agent id — Get HyperAgent Task Status and Results
/v1/api/task/hyper-agent/{id}
PUT
Put api task hyper agent id stop — Stop a HyperAgent Task
/v1/api/task/hyper-agent/{id}/stop
GET
Get api task hyper agent id status — Get HyperAgent Task Status
/v1/api/task/hyper-agent/{id}/status

MCP Tools

hyperbrowser-post-api-task-hyper-agent

Start a HyperAgent Task

hyperbrowser-get-api-task-hyper-agent-id

Get HyperAgent Task Status and Results

read-only idempotent
hyperbrowser-put-api-task-hyper-agent-id-stop

Stop a HyperAgent Task

hyperbrowser-get-api-task-hyper-agent-id-status

Get HyperAgent Task Status

read-only idempotent

Capability Spec

agents-hyper-agent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hyperbrowser Agents — Hyper Agent
  description: Hyperbrowser Agents — Hyper Agent. 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-hyper-agent
    baseUri: https://api.hyperbrowser.ai
    description: Hyperbrowser Agents — Hyper Agent business capability. Self-contained, no shared references.
    resources:
    - name: api-task-hyper-agent
      path: /api/task/hyper-agent
      operations:
      - name: post-api-task-hyper-agent
        method: POST
        description: Start a HyperAgent 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-hyper-agent-id
      path: /api/task/hyper-agent/{id}
      operations:
      - name: get-api-task-hyper-agent-id
        method: GET
        description: Get HyperAgent 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-hyper-agent-id-stop
      path: /api/task/hyper-agent/{id}/stop
      operations:
      - name: put-api-task-hyper-agent-id-stop
        method: PUT
        description: Stop a HyperAgent 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-hyper-agent-id-status
      path: /api/task/hyper-agent/{id}/status
      operations:
      - name: get-api-task-hyper-agent-id-status
        method: GET
        description: Get HyperAgent 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-hyper-agent-rest
    port: 8080
    description: REST adapter for Hyperbrowser Agents — Hyper Agent.
    resources:
    - path: /v1/api/task/hyper-agent
      name: api-task-hyper-agent
      description: REST surface for api-task-hyper-agent.
      operations:
      - method: POST
        name: post-api-task-hyper-agent
        description: Start a HyperAgent Task
        call: agents-hyper-agent.post-api-task-hyper-agent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/task/hyper-agent/{id}
      name: api-task-hyper-agent-id
      description: REST surface for api-task-hyper-agent-id.
      operations:
      - method: GET
        name: get-api-task-hyper-agent-id
        description: Get HyperAgent Task Status and Results
        call: agents-hyper-agent.get-api-task-hyper-agent-id
        with: {}
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/task/hyper-agent/{id}/stop
      name: api-task-hyper-agent-id-stop
      description: REST surface for api-task-hyper-agent-id-stop.
      operations:
      - method: PUT
        name: put-api-task-hyper-agent-id-stop
        description: Stop a HyperAgent Task
        call: agents-hyper-agent.put-api-task-hyper-agent-id-stop
        with: {}
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/task/hyper-agent/{id}/status
      name: api-task-hyper-agent-id-status
      description: REST surface for api-task-hyper-agent-id-status.
      operations:
      - method: GET
        name: get-api-task-hyper-agent-id-status
        description: Get HyperAgent Task Status
        call: agents-hyper-agent.get-api-task-hyper-agent-id-status
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: agents-hyper-agent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hyperbrowser Agents — Hyper Agent.
    tools:
    - name: hyperbrowser-post-api-task-hyper-agent
      description: Start a HyperAgent Task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: agents-hyper-agent.post-api-task-hyper-agent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: hyperbrowser-get-api-task-hyper-agent-id
      description: Get HyperAgent Task Status and Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agents-hyper-agent.get-api-task-hyper-agent-id
      with: {}
      outputParameters:
      - type: object
        mapping: $.
    - name: hyperbrowser-put-api-task-hyper-agent-id-stop
      description: Stop a HyperAgent Task
      hints:
        readOnly: false
        destructive: true
        idempotent: false
      call: agents-hyper-agent.put-api-task-hyper-agent-id-stop
      with: {}
      outputParameters:
      - type: object
        mapping: $.
    - name: hyperbrowser-get-api-task-hyper-agent-id-status
      description: Get HyperAgent Task Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agents-hyper-agent.get-api-task-hyper-agent-id-status
      with: {}
      outputParameters:
      - type: object
        mapping: $.