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: $.