diff --git a/src/pages/airs/index.js b/src/pages/airs/index.js
index a84f475d2..4ca4e3c81 100644
--- a/src/pages/airs/index.js
+++ b/src/pages/airs/index.js
@@ -192,10 +192,11 @@ function MainContent() {
maxWidth: 820,
}}
>
- Prisma AIRS API Intercept is Palo Alto Networks’ API for
- securing AI applications and agents. Instantly protect your
- models from prompt injection, data leaks, and unsafe outputs—so
- you can build and deploy AI with confidence.
+ Prisma AIRS AI Runtime: API Intercept is Palo Alto Networks’ API
+ for securing AI applications, AI models, AI data, and AI agents.
+ Instantly protect your models from prompt injection, data leaks,
+ and unsafe outputs—so you can build and deploy AI with
+ confidence.
@@ -308,7 +309,7 @@ print(res)
fontWeight: 700,
}}
>
- Prisma AIRS Scan API Python SDK
+ Prisma AIRS AI Runtime API Python SDK
}
colorMode={colorMode}
@@ -348,15 +349,49 @@ print(res)
+ API Reference Guide
+
+ }
colorMode={colorMode}
+ style={{
+ background: colorMode === "dark" ? "#232237" : "#f7f5ff",
+ border:
+ colorMode === "dark"
+ ? "1px solid #333a48"
+ : "1px solid #e0e7ef",
+ borderRadius: 20,
+ boxShadow:
+ colorMode === "dark"
+ ? "0 2px 12px 0 rgba(124,58,237,0.10)"
+ : "0 2px 12px 0 rgba(124,58,237,0.04)",
+ padding: 32,
+ color: colorMode === "dark" ? "#fff" : "#232237",
+ fontSize: 18,
+ minHeight: 180,
+ display: "flex",
+ flexDirection: "column",
+ alignItems: "flex-start",
+ justifyContent: "flex-start",
+ }}
>
-
+
Full API documentation with endpoint details, request/response
formats, authentication, error codes, and code samples.
+
+ View API Reference Docs
+