-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 742 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Palo Alto Networks AI Security SDK — Configuration
# Copy this file to .env and fill in your credentials.
# AIRS Runtime API (text/prompt scanning)
# Get your key from: https://docs.paloaltonetworks.com/ai-runtime-security
PANW_AI_SEC_API_KEY=your-airs-api-key-here
PANW_AI_PROFILE=your-ai-security-profile-name
# AIRS Region: us (default), eu, in, sg
PANW_AI_SEC_REGION=us
# WildFire API (file/malware scanning)
# Get your key from: https://docs.paloaltonetworks.com/wildfire
PANW_WILDFIRE_API_KEY=your-wildfire-api-key-here
# Optional: Override base URLs (for testing or private cloud)
# PANW_AIRS_BASE_URL=https://service.api.aisecurity.paloaltonetworks.com
# PANW_WILDFIRE_BASE_URL=https://wildfire.paloaltonetworks.com/publicapi