Hyperbrowser · Capability

Hyperbrowser Profiles — Profiles

Hyperbrowser Profiles — Profiles. 1 operations. Self-contained Naftiko capability covering one Hyperbrowser business surface.

Hyperbrowser Profiles — Profiles is a Naftiko capability published by Hyperbrowser, one of 15 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/api/profiles.

The capability includes 1 read-only operation. Lead operation: Get List of Profiles. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Hyperbrowser and Profiles.

Run with Naftiko HyperbrowserProfiles

What You Can Do

GET
Get api profiles — Get List of Profiles
/v1/api/profiles

MCP Tools

hyperbrowser-get-api-profiles

Get List of Profiles

read-only idempotent

Capability Spec

profiles-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hyperbrowser Profiles — Profiles
  description: Hyperbrowser Profiles — Profiles. 1 operations. Self-contained Naftiko capability covering one Hyperbrowser
    business surface.
  tags:
  - Hyperbrowser
  - Profiles
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HYPERBROWSER_API_KEY: HYPERBROWSER_API_KEY
capability:
  consumes:
  - type: http
    namespace: profiles-profiles
    baseUri: https://api.hyperbrowser.ai
    description: Hyperbrowser Profiles — Profiles business capability. Self-contained, no shared references.
    resources:
    - name: api-profiles
      path: /api/profiles
      operations:
      - name: get-api-profiles
        method: GET
        description: Get List of Profiles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: page
          in: query
          type: string
          description: Query parameter page
          required: false
        - name: limit
          in: query
          type: string
          description: Query parameter limit
          required: false
        - name: name
          in: query
          type: string
          description: Query parameter name
          required: false
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.HYPERBROWSER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: profiles-profiles-rest
    port: 8080
    description: REST adapter for Hyperbrowser Profiles — Profiles.
    resources:
    - path: /v1/api/profiles
      name: api-profiles
      description: REST surface for api-profiles.
      operations:
      - method: GET
        name: get-api-profiles
        description: Get List of Profiles
        call: profiles-profiles.get-api-profiles
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: profiles-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hyperbrowser Profiles — Profiles.
    tools:
    - name: hyperbrowser-get-api-profiles
      description: Get List of Profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: profiles-profiles.get-api-profiles
      with: {}
      outputParameters:
      - type: object
        mapping: $.