Regal · Capability

Regal Management — Business Profiles

List Regal Business Profiles registered in the tenant.

Regal Management — Business Profiles is a Naftiko capability published by Regal, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/businessProfiles.

The capability includes 1 read-only operation. Lead operation: List Regal business profiles in the tenant. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Regal and Business Profiles.

Run with Naftiko RegalBusiness Profiles

What You Can Do

GET
Listbusinessprofiles — List business profiles.
/v1/businessProfiles

MCP Tools

regal-list-business-profiles

List Regal business profiles in the tenant.

read-only idempotent

Capability Spec

management-business-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Regal Management — Business Profiles
  description: List Regal Business Profiles registered in the tenant.
  tags:
    - Regal
    - Business Profiles
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      REGAL_API_KEY: REGAL_API_KEY
capability:
  consumes:
    - type: http
      namespace: management-business-profiles
      baseUri: https://api.regal.ai/v1
      resources:
        - name: businessProfiles
          path: /businessProfiles
          operations:
            - name: listbusinessprofiles
              method: GET
              description: List business profiles registered in the tenant.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: array
                  value: $.
      authentication:
        type: apikey
        key: Authorization
        value: '{{env.REGAL_API_KEY}}'
        placement: header
  exposes:
    - type: rest
      namespace: management-business-profiles-rest
      port: 8080
      resources:
        - path: /v1/businessProfiles
          name: businessProfiles
          operations:
            - method: GET
              name: listbusinessprofiles
              description: List business profiles.
              call: management-business-profiles.listbusinessprofiles
              outputParameters:
                - type: array
                  mapping: $.
    - type: mcp
      namespace: management-business-profiles-mcp
      port: 9090
      transport: http
      tools:
        - name: regal-list-business-profiles
          description: List Regal business profiles in the tenant.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: management-business-profiles.listbusinessprofiles
          outputParameters:
            - type: array
              mapping: $.