Private Applications

WAI Docs Wed Aug 19 13:22:37 EDT 2026
List
Quick Start
Welcome
Supported Applications & LLMs
Release Notes
August 18, 2026 WitnessAI Release
August 4, 2026 WitnessAI Release
July 21, 2026 WitnessAI Release
July 14, 2026 WitnessAI Release
July 9, 2026 WitnessAI Release
June 30, 2026 WitnessAI Hotfix
June 23, 2026 WitnessAI Release
June 16, 2026 WitnessAI Release
June 11, 2026 WitnessAI Release
June 4, 2026 WitnessAI Hotfix
June 2, 2026 WitnessAI Update
May 19, 2026 WitnessAI Update
April 30, 2026 WitnessAI Update
April 28, 2026 WitnessAI Update
April 23, 2026 WitnessAI Update
April 16, 2026 WitnessAI Update
April 14, 2026 WitnessAI Update
April 9, 2026 WitnessAI Update
April 9, 2026 WitnessAI Update
April 7, 2026 WitnessAI Update
April 2, 2026 WitnessAI Update
March 31, 2026 WitnessAI Update
March 24, 2026 WitnessAI Update
March 19, 2026 WitnessAI Update
March 17, 2026 WitnessAI Update
March 12, 2026 WitnessAI Update
March 5, 2026 WitnessAI Update
February 26, 2026 WitnessAI Update
February 24, 2026 WitnessAI Update
February 10, 2026 WitnessAI Update
January 27, 2026 WitnessAI Update
January 20, 2026 WitnessAI Update
January 13, 2026 WitnessAI Update
December 18, 2025 WitnessAI Update
December 9, 2025 WitnessAI Update
November 25, 2025 WitnessAI Update
November 18, 2025 WitnessAI Update
November 11, 2025 WitnessAI Update
October 28, 2025 WitnessAI Update
October 23, 2025 WitnessAI Update
October 9, 2025 WitnessAI Update
October 2, 2025 WitnessAI Update
September 30, 2025: WitnessAI Update
September 23, 2025: WitnessAI Update
August 12, 2025: WitnessAI Update
July 31, 2025: WitnessAI Update
July 18, 2025: WitnessAI Update
April 11, 2025: WitnessAI Release v2.0
June 9, 2025: WitnessAI Update
June 23, 2025: WitnessAI Update
TOC Left Sidebar: not active
TOC Left Sidebar: ORIGINAL
User Guide
Policies - GuardRails
Witness Anywhere: Remote Device Security
Witness Attack
Administrator Guide
404

Private Applications

Private Applications enable your custom AI applications to have all of the visibility, control, and protection of WitnessAI. Just use the WitnessAI APIs to submit the application’s LLM prompts, and receive the LLM responses.

Setting Up a Private Application

Step 1: Create API Key(s)

You can review the WitnessAI Documentation for API Keys here.
notion image
  1. Navigate to Settings from the main menu.
  2. Click API Keys.
  3. Enter a description for your key (e.g., "Finance AI").
  4. Set an expiration date for the key.
  5. Click Generate.
  6. Use the “Copy” icon to copy your new API key to your clipboard.
A popup message will appear stating the key has been copied to your clipboard
Image of pop up message stating “Successfully copied to clipboard”
 

Step 2: Use the API in Your Application

You can review the WitnessAI API Reference Documentation here.
The “Input” and “Prompt-Protect” API calls are the APIs that initiate the sequence of submitting a prompt to WitnessAI. In these APIs there is an object named caller, containing an application_name field. The application name ties together all of your conversations for that custom application.

Input API excerpt.

Object: caller Field: application_name Type: string Example: “My Custom App” Description: Application name as displayed in the console. Field: application_version Type: string Example: 1.0.1 Description: Application version.
Create a unique application name to use in all of your application’s API calls to WitnessAI. All of the prompts you submit through the API, and the responses, will appear in your conversations identified by this application name.
Example: If you have a custom AI application for Finance, and use the application_name "Finance AI App", all conversations in WitnessAI will show "Finance AI App" as the application. All alerts will also show "Finance AI App" as the application, and all your policies and guardrails will now have a “Finance AI App” available as a destination.

Step 3: Add the Application to Private Apps List

Image of Witness AI “Private Applications” list.
  1. Navigate to Lists from the main menu.
  2. Click Private Apps.
  3. Click Add.
  4. Enter the API application name (e.g., "Finance AI").
  5. Click Save.
Image of the “Add Private Application” dialog box with application name added.

Step 4: Update Policies to include your Private Application

Once your application is added to the Private Apps list, you can include it in your existing policies, and create new policies.
Image of the Witness AI “Policies” page, showing a Policy open in editing mode, with a new “Destination” added of type “Private Applications” and the “Finance AI App” entered in the “is any of these” field.
  1. Navigate to Policies.
  2. Select the policy you want to apply (e.g., "PII Protection").
  3. Add your private application as a destination (e.g., "Finance AI").
  4. Click Save.
All the prompts you submit through the API, and the responses, will now be protected by WitnessAI and available in all standard features.