Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud Compute API — Registry

Palo Alto Networks Prisma Cloud Compute API — Registry. 2 operations. Lead operation: Palo Alto Networks List Configured Registries. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksRegistry

What You Can Do

GET
Getregistries — Palo Alto Networks List Configured Registries
/v1/registry
POST
Addregistry — Palo Alto Networks Add a Registry
/v1/registry

MCP Tools

palo-alto-networks-list-configured

Palo Alto Networks List Configured Registries

read-only idempotent
palo-alto-networks-add-registry

Palo Alto Networks Add a Registry

Capability Spec

palo-alto-prisma-cloud-compute-registry.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud Compute API — Registry
  description: 'Palo Alto Networks Prisma Cloud Compute API — Registry. 2 operations. Lead operation: Palo Alto Networks List
    Configured Registries. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Registry
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-prisma-cloud-compute-registry
    baseUri: https://{console}/api/v1
    description: Palo Alto Networks Prisma Cloud Compute API — Registry business capability. Self-contained, no shared references.
    resources:
    - name: registry
      path: /registry
      operations:
      - name: getregistries
        method: GET
        description: Palo Alto Networks List Configured Registries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: addregistry
        method: POST
        description: Palo Alto Networks Add a Registry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-compute-registry-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud Compute API — Registry. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/registry
      name: registry
      description: REST surface for registry.
      operations:
      - method: GET
        name: getregistries
        description: Palo Alto Networks List Configured Registries
        call: palo-alto-prisma-cloud-compute-registry.getregistries
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: addregistry
        description: Palo Alto Networks Add a Registry
        call: palo-alto-prisma-cloud-compute-registry.addregistry
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-compute-registry-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud Compute API — Registry. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-configured
      description: Palo Alto Networks List Configured Registries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-compute-registry.getregistries
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-add-registry
      description: Palo Alto Networks Add a Registry
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-prisma-cloud-compute-registry.addregistry
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.