Skip to content

Commit

Permalink
Merge branch 'master' into publish_12_5_2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sarette authored Dec 5, 2024
2 parents f603899 + d8bccaa commit aa55d61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions openapi-specs/ai-runtime-security/scan/ScanService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ info:
email: https://www.paloaltonetworks.com/company/contact-support
title: AI Runtime Security API Intercept
description: "This Open API spec file represents the APIs available for the AI Runtime Security: API Intercept.\n
For general information about the AI Runtime Security: API Intercept, see the API Intercept Admin Guide.\n
To use the APIs, you must first activate and associate a deployment profile in CSP for AI Runtime Security: API intercept\
and then onboard the AI Runtime Security: API intercept in SCM.\n
See the workflow (Admin guide link to be added at GA>) in the AI Runtime Security: API intercept Administration guide.\n
These APIs use the API Key authentication and base URL.\n
\nThese APIs use the API Key authentication and base URL.\n
\nTo use the APIs, you must first activate and associate a deployment profile in Customer Support Portal for AI Runtime Security: API intercept and then onboard the API intercept in Strata Cloud Manager.\
For licensing, onboarding, activation, and to obtain the API authentication key and profile name, refer to the AI Runtime Security: API intercept [Administration guide](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview).\n\n
This Open API spec file was created on June 04, 2024.\
\n\n\xA9 2024 Palo Alto Networks, Inc. Palo Alto Networks is a registered trademark of Palo Alto Networks.\
A list of our trademarks can be found at https://www.paloaltonetworks.com/company/trademarks.html. \
Expand Down
4 changes: 2 additions & 2 deletions products/ai-runtime-security/api/airuntimesecurityapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords:
**AI Runtime Security: 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 source code.

The scan API service scans prompt and responses in real-time to identify potential threats and provide threat assessments with actionable recommendations.
These APIs protect your AI models, applications, and datasets by programmatically scanning prompts and models for threats, enabling robust protection across public and private models with model-agnostic functionality.
These APIs protect your AI models, AI applications, and AI datasets by programmatically scanning prompts and models for threats, enabling robust protection across public and private models with model-agnostic functionality.

You can integrate the AI security detection engine directly into your applications, to efficiently scan for various threats, including prompt injections, insecure outputs, and sensitive data loss.
You can integrate the AI Runtime Security: API intercept detection directly into your applications, to efficiently scan for various threats, including prompt injections, insecure outputs, and sensitive data loss.
To use these APIs, send prompts or model responses from your application and receive a threat assessment with recommended actions based on your AI security profile.

For licensing, onboarding, activation, and to obtain the API authentication key and profile name, refer to the [AI Runtime Security: API Intercept Overview](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview) administration documentation.
Expand Down
2 changes: 1 addition & 1 deletion products/ai-runtime-security/api/usecases.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The request scans a prompt containing sensitive data such as bank account number
Enable "AI Data Protection" detection type in your AI security profile for this detection.

```curl
curl -L 'http://https://service.api.aisecurity.paloaltonetworks.com/v1/scan/sync/request' \
curl -L 'https://service.api.aisecurity.paloaltonetworks.com/v1/scan/sync/request' \
--header 'Content-Type: application/json' \
--header 'x-pan-token: <your-API-key>' \
--header 'Accept: application/json' \
Expand Down

0 comments on commit aa55d61

Please sign in to comment.