Hyperbrowser · Capability

Hyperbrowser Web — X402 Web

Hyperbrowser Web — X402 Web. 2 operations. Self-contained Naftiko capability covering one Hyperbrowser business surface.

Hyperbrowser Web — X402 Web is a Naftiko capability published by Hyperbrowser, one of 15 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the POST method rooted at /v1/x402/web.

The capability includes 2 state-changing operations. Lead operation: Fetch a Web Page with X402 Payment. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Hyperbrowser and Web.

Run with Naftiko HyperbrowserWeb

What You Can Do

POST
Post x402 web fetch — Fetch a Web Page with X402 Payment
/v1/x402/web/fetch
POST
Post x402 web search — Search the Web with X402 Payment
/v1/x402/web/search

MCP Tools

hyperbrowser-post-x402-web-fetch

Fetch a Web Page with X402 Payment

hyperbrowser-post-x402-web-search

Search the Web with X402 Payment

Capability Spec

web-x402-web.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hyperbrowser Web — X402 Web
  description: Hyperbrowser Web — X402 Web. 2 operations. Self-contained Naftiko capability covering one Hyperbrowser business
    surface.
  tags:
  - Hyperbrowser
  - Web
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HYPERBROWSER_API_KEY: HYPERBROWSER_API_KEY
capability:
  consumes:
  - type: http
    namespace: web-x402-web
    baseUri: https://api.hyperbrowser.ai
    description: Hyperbrowser Web — X402 Web business capability. Self-contained, no shared references.
    resources:
    - name: x402-web-fetch
      path: /x402/web/fetch
      operations:
      - name: post-x402-web-fetch
        method: POST
        description: Fetch a Web Page with X402 Payment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: x402-web-search
      path: /x402/web/search
      operations:
      - name: post-x402-web-search
        method: POST
        description: Search the Web with X402 Payment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.HYPERBROWSER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: web-x402-web-rest
    port: 8080
    description: REST adapter for Hyperbrowser Web — X402 Web.
    resources:
    - path: /v1/x402/web/fetch
      name: x402-web-fetch
      description: REST surface for x402-web-fetch.
      operations:
      - method: POST
        name: post-x402-web-fetch
        description: Fetch a Web Page with X402 Payment
        call: web-x402-web.post-x402-web-fetch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/x402/web/search
      name: x402-web-search
      description: REST surface for x402-web-search.
      operations:
      - method: POST
        name: post-x402-web-search
        description: Search the Web with X402 Payment
        call: web-x402-web.post-x402-web-search
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: web-x402-web-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hyperbrowser Web — X402 Web.
    tools:
    - name: hyperbrowser-post-x402-web-fetch
      description: Fetch a Web Page with X402 Payment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: web-x402-web.post-x402-web-fetch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: hyperbrowser-post-x402-web-search
      description: Search the Web with X402 Payment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: web-x402-web.post-x402-web-search
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.