Aurva

LLM Access Governance

Policy-based control over AI and LLM access with allowlists, data-aware policies, role-based access, and prompt auditing for regulatory compliance.

LLM Access Governance lets you define and enforce policies that control how your organisation uses AI and large language models. It goes beyond detection (covered in Shadow AI Detection) to active enforcement.

Policy Types

Allowlist / Blocklist

Control which AI providers and models your teams are permitted to use.

RuleEffect
Allow gpt-4o via Azure OpenAIRequests to the approved endpoint are logged and permitted
Block api.openai.com (direct)Requests to the public OpenAI API are blocked and alerted
Block all HuggingFace Inference endpointsPrevents use of community-hosted models

Data-Aware Policies

Inspect prompt and context payloads before they reach the LLM:

  • PII gate -- block or redact prompts containing personally identifiable information
  • PCI gate -- prevent card numbers and CVVs from being sent to any AI provider
  • Code gate -- detect and block proprietary source code in prompts

When a policy triggers, the request can be blocked, the sensitive content can be redacted in-line, or an alert can be sent while the request proceeds (monitor-only mode).

Role-Based Access

Assign AI access tiers to users and service accounts:

RolePermissions
AI AdminFull access to all approved models, policy configuration
AI DeveloperAccess to approved models, subject to data-aware policies
AI ViewerRead-only access to AI dashboards and audit logs
No AI AccessAll AI/LLM requests are blocked

Roles integrate with your identity provider (Okta, Azure AD, Google Workspace) via SAML/OIDC.

Prompt Auditing

Every prompt sent through a governed channel is logged with:

  • Caller identity and source service
  • Full or redacted prompt text (configurable)
  • Model and provider
  • Policy evaluation result
  • Sensitive data detections

Audit logs are retained according to your configured retention policy and can be exported for compliance reviews.

Regulatory Alignment

RegulationRelevant Controls
DPDPAConsent-based processing, purpose limitation for AI-generated insights
RBI GuidelinesData localisation, third-party risk management for AI vendors
SOC 2Logical access controls, monitoring of AI service usage
PCI-DSSPrevention of cardholder data exposure to AI models