You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: products/prisma-airs/api/airuntimesecurity/airuntimesecurityapi.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
id: airuntimesecurityapi
3
-
title: "Prisma AIRS AI Runtime API Intercept"
4
-
sidebar_label: "Prisma AIRS AI Runtime API Intercept"
3
+
title: "Prisma AIRS AI Runtime API"
4
+
sidebar_label: "Prisma AIRS AI Runtime API"
5
5
keywords:
6
6
- AIRS
7
7
- Reference
8
8
- Cloud
9
9
- API
10
10
---
11
11
12
-
**Prisma AIRS AI Runtime API intercept** is a threat detection service designed to secure AI applications. It helps discover and protect applications using REST APIs by embedding Security-as-Code directly into your source code.
12
+
**Prisma AIRS AI Runtime API** is a threat detection service designed to secure AI applications. It helps discover and protect applications using REST APIs by embedding Security-as-Code directly into your source code.
13
13
14
14
The API intercept consists of two main API categories:
15
15
@@ -23,7 +23,7 @@ Both scan and management APIs support two authentication types:
23
23
-**API key-based**: Use the `x-pan-token` header: `-H 'x-pan-token: <x-pan-token>'`.
24
24
-**OAuth 2.0-based token (RBAC)**: Use the `Authorization` header with a bearer token: `-H 'Authorization: Bearer <token>'`.
25
25
26
-
For licensing, onboarding, activation, and to obtain the API authentication key and profile name, refer to the [Prisma AIRS AI Runtime API intecept](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview) administration documentation.
26
+
For licensing, onboarding, activation, and to obtain the API authentication key and profile name, refer to the [Prisma AIRS AI Runtime API](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview) administration documentation.
27
27
28
28
## Scan API Endpoints
29
29
@@ -32,11 +32,12 @@ The following are the API endpoints based on the regions you selected while crea
1. Create and associate a [deployment profile](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview/ai-deployment-profile-airs-api-intercept) for Prisma AIRS AI Runtime API intercept in your Customer Support Portal.
39
-
2.[Onboard Prisma AIRS AI Runtime API intercept](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview/onboard-api-runtime-security-api-intercept-in-scm) in Strata Cloud Manager.
40
+
2.[Onboard Prisma AIRS AI Runtime API](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview/onboard-api-runtime-security-api-intercept-in-scm) in Strata Cloud Manager.
40
41
3.[Manage applications, API keys, security profiles, and custom topics](https://docs.paloaltonetworks.com/ai-runtime-security/administration/prevent-network-security-threats/airs-apirs-manage-api-keys-profile-apps) in Strata Cloud Manager.
41
42
42
43
## Requirements for API Usage
@@ -50,7 +51,7 @@ Specify this profile name or the profile ID in the API request payload in the `a
50
51
You can manage API keys and AI security profiles in Strata Cloud Manager.
51
52
52
53
1. Log in to [Strata Cloud Manager](http://stratacloudmanager.paloaltonetworks.com/).
53
-
2. Navigate to **Insights > Prisma AIRS > Prisma AIRS AI Runtime: API Intercept**.
54
+
2. Navigate to **AI Security > API Applications**.
54
55
3. In the top right corner, click:
55
56
56
57
-**Manage > API Keys** to copy, regenerate, or rotate the API key token.
@@ -66,7 +67,7 @@ For complete details, refer to adminstration guide for the section on how to "ma
66
67
- 2 MB maximum payload size per synchronous scan request - Limited to a maximum of 100 URLs per request.
67
68
- 5 MB maximum payload size per asynchronous scan request - Limited to a maximum of 100 URLs per request.
68
69
- Asynchronous requests are limited to a maximum of 25 batched requests.
69
-
- The following limitations apply to contextual grounding:
70
+
- The following limitations apply to the contextual grounding detector:
70
71
71
72
-**Context**: supports a maximum of 100,000 characters
72
73
-**Prompt**: supports a maximum of 10,000 characters
0 commit comments