Palo Alto Networks · Capability

Palo Alto Networks Prisma Access Configuration API — MobileAgent

Palo Alto Networks Prisma Access Configuration API — MobileAgent. 2 operations. Lead operation: Palo Alto Networks Get Mobile Agent Infrastructure Settings. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksMobileAgent

What You Can Do

GET
Getmobileagentinfrastructuresettings — Palo Alto Networks Get Mobile Agent Infrastructure Settings
/v1/mobile-agent/infrastructure-settings
POST
Createmobileagentinfrastructuresettings — Palo Alto Networks Create Mobile Agent Infrastructure Settings
/v1/mobile-agent/infrastructure-settings

MCP Tools

palo-alto-networks-get-mobile

Palo Alto Networks Get Mobile Agent Infrastructure Settings

read-only idempotent
palo-alto-networks-create-mobile

Palo Alto Networks Create Mobile Agent Infrastructure Settings

Capability Spec

palo-alto-prisma-access-mobileagent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Access Configuration API — MobileAgent
  description: 'Palo Alto Networks Prisma Access Configuration API — MobileAgent. 2 operations. Lead operation: Palo Alto
    Networks Get Mobile Agent Infrastructure Settings. Self-contained Naftiko capability covering one Palo Alto Networks business
    surface.'
  tags:
  - Palo Alto Networks
  - MobileAgent
  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-access-mobileagent
    baseUri: https://api.sase.paloaltonetworks.com/sse/config/v1
    description: Palo Alto Networks Prisma Access Configuration API — MobileAgent business capability. Self-contained, no
      shared references.
    resources:
    - name: mobile-agent-infrastructure-settings
      path: /mobile-agent/infrastructure-settings
      operations:
      - name: getmobileagentinfrastructuresettings
        method: GET
        description: Palo Alto Networks Get Mobile Agent Infrastructure Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: folder
          in: query
          type: string
          description: Filter by folder (e.g., Mobile Users).
      - name: createmobileagentinfrastructuresettings
        method: POST
        description: Palo Alto Networks Create Mobile Agent Infrastructure Settings
        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-access-mobileagent-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Access Configuration API — MobileAgent. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/mobile-agent/infrastructure-settings
      name: mobile-agent-infrastructure-settings
      description: REST surface for mobile-agent-infrastructure-settings.
      operations:
      - method: GET
        name: getmobileagentinfrastructuresettings
        description: Palo Alto Networks Get Mobile Agent Infrastructure Settings
        call: palo-alto-prisma-access-mobileagent.getmobileagentinfrastructuresettings
        with:
          folder: rest.folder
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createmobileagentinfrastructuresettings
        description: Palo Alto Networks Create Mobile Agent Infrastructure Settings
        call: palo-alto-prisma-access-mobileagent.createmobileagentinfrastructuresettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-access-mobileagent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Access Configuration API — MobileAgent. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-mobile
      description: Palo Alto Networks Get Mobile Agent Infrastructure Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-mobileagent.getmobileagentinfrastructuresettings
      with:
        folder: tools.folder
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-mobile
      description: Palo Alto Networks Create Mobile Agent Infrastructure Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-prisma-access-mobileagent.createmobileagentinfrastructuresettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.