Summary
Enable authors of AI Agents to assign a data classification label at design time, which is automatically embedded and preserved in all agent-generated and exportable content.
Problem Statement
Current AI Agent outputs lack a mechanism to tag data sensitivity or classification. This creates risk when content is exported or shared outside OAC, as consumers have no visibility into handling requirements (e.g., Confidential, Internal, Public).
Proposed Requirement
Introduce a configurable property within the AI Agent configuration that allows the author to assign a data classification label. This label must persist across all generated outputs and be included in exported artifacts.
Key Functional Requirements
- Add a “Data Classification Label” field in the AI Agent authoring interface.
- Allow author to predefine values, for example:
- Public
- Internal
- Confidential
- Restricted
- Confidential - Company Name Internal
- Confidential - Company Name Restricted
- Confidential - Company Name Highly Restricted
- Automatically attach the selected label to:
- Agent-generated responses (UI display)
- Downloaded/exported outputs (PDF, CSV, Excel, etc.)
- Data classification label is optional