APIDays NYC
Kin Lane
Chief Community Officer (CCO) and Co-Founder @ Naftiko
[email protected]
2026
consumes:
- type: http
namespace: pan-os
baseUri: https://<fw>/restapi/v10.2
authentication:
type: apikey
key: X-PAN-KEY
value: $secrets.panos_key
resources:
- name: address-objects
operations:
- name: list
method: GET
- type: http
namespace: prisma-cloud
baseUri: https://api.prismacloud.io
authentication:
type: bearer
token: $secrets.prisma_token
resources:
- name: alerts
operations:
- name: list
method: GET
exposes:
- type: http
namespace: security-ops
port: 8080
resources:
- name: address-objects
operations:
- name: list
method: GET
path: /address-objects
- name: alerts
operations:
- name: list
method: GET
path: /alerts
- type: mcp
namespace: security-ops
port: 8080
tools:
- name: list-address-objects
call: pan-os.list
- name: list-prisma-alerts
call: prisma-cloud.list
consumes:
- type: http
namespace: pan-os
baseUri: https://<fw>/restapi/v10.2
authentication:
type: apikey
key: X-PAN-KEY
value: $secrets.panos_key
resources:
- name: address-objects
operations:
- name: list
method: GET
- type: http
namespace: prisma-cloud
baseUri: https://api.prismacloud.io
authentication:
type: bearer
token: $secrets.prisma_token
resources:
- name: alerts
operations:
- name: list
method: GET
- type: http
namespace: okta
baseUri: https://<tenant>.okta.com/api/v1
authentication:
type: apikey
key: Authorization
value: $secrets.okta_token
resources:
- name: users
operations:
- name: list
method: GET
exposes:
- type: http
namespace: security-ops
port: 8080
resources:
- name: address-objects
operations:
- name: list
method: GET
path: /address-objects
- name: alerts
operations:
- name: list
method: GET
path: /alerts
- name: users
operations:
- name: list
method: GET
path: /users
- type: mcp
namespace: security-ops
port: 8080
tools:
- name: list-address-objects
call: pan-os.list
- name: list-prisma-alerts
call: prisma-cloud.list
- name: list-okta-users
call: okta.list
github.com/naftiko/ikanos • naftiko.io
Kin Lane • [email protected]