Skip to main content
The PromptGuard dashboard provides programmatic access to security events, usage analytics, and configuration management. Access the dashboard at app.promptguard.co.

Available Metrics

The dashboard provides access to the following data:

Security Metrics

  • Total Interactions: All API requests processed
  • Threats Flagged: Security actions taken (blocked or redacted requests)
  • Detection Rate: Percentage of requests flagged
  • Latency (p95): 95th percentile response time
  • Threat Breakdown: Distribution by threat type (Prompt Injection, PII Detection, Jailbreak Attempts, Toxic Content, etc.)

Alerts Feed

The Alerts page provides a real-time feed of security alerts with severity indicators and filtering:
  • Severity Levels: High, medium, low - with visual indicators
  • Status Tracking: Pending, acknowledged, dismissed states
  • Filtering: Filter by severity, status, and date range
  • Badge Count: Unread alert count shown in the navigation bar
Navigate to Dashboard → Alerts to access the feed.

Threat Intelligence

The Threat Intelligence page surfaces cross-tenant, anonymized attack pattern data. The source is PromptGuard’s own autonomous red-team agent: when it discovers a technique that beats a detector, the anonymized bypass pattern is recorded and shared across tenants so every customer benefits from the finding. No customer prompt or response content is stored in, or served from, this surface — the entries are agent-generated attack patterns, not traffic. The page shows:
  • Attack Patterns: Aggregated by threat type and mutation strategy
  • Evasion Rates: Which bypass techniques beat which detectors
  • Trend Analysis: How attack distributions shift over time
  • Attack Drift: Visual chart of changing attack vectors
Available on Scale tier and above. Navigate to Dashboard → Threat Intel.

Detector Performance

Per-detector accuracy, false positive rate, and latency metrics:
  • Accuracy: True positive rate per detector
  • False Positive Rate: How often benign requests are incorrectly flagged
  • Latency: Processing time per detector
Navigate to Projects → [Your Project] → Detector Performance.

Compliance Reports

Interactive compliance reporting with framework-specific views:
  • Frameworks: SOC 2, GDPR, HIPAA, OWASP LLM Top 10, OWASP Agentic Top 10
  • Controls Coverage: Visual progress bars for each framework
  • Export: Print to PDF or export as JSON
  • Time Periods: 7, 30, or 90-day reporting windows
Navigate to Dashboard → Compliance or click “Executive Report” from the Overview.

Usage Analytics

  • Request Counts: Total requests, flagged requests (block + redact), flag rate
  • Usage vs. Limits: Current usage against plan limits
  • Billing Period: Days remaining and estimated monthly usage
  • Daily Usage: Request volume over time

Project Management

  • Multiple Projects: Organize different applications or environments
  • Project-Specific: Each project has its own API keys, policies, and analytics
  • Project Statistics: Request counts and activity per project

Configuration Options

Security Rules

Configure security rules at the account or project level:
  • PII Detection: Automatically detect and redact personally identifiable information
  • Prompt Injection Protection: Block attempts to manipulate AI model behavior
  • Data Exfiltration Protection: Prevent unauthorized access to system prompts
  • Toxicity Filter: Filter harmful, offensive, or inappropriate content
  • Block Sensitive Data: Automatically block requests containing sensitive information
  • Log All Requests: Enable comprehensive request logging

Policy Presets

Choose from predefined security presets optimized for different use cases:
  • Default: Balanced security for general AI applications
  • Support Bot: Optimized for customer support chatbots
  • Code Assistant: Enhanced protection for coding tools
  • RAG System: Maximum security for document-based AI
  • Data Analysis: Strict PII protection for data processing
  • Creative Writing: Nuanced content filtering for creative applications

Notification Settings

Configure email alerts and notifications:
  • Email Alert Level: All alerts, Critical only, or Off
  • Threat Alerts: Enable/disable email notifications for security threats
  • Usage Alerts: Enable/disable email notifications for usage milestones

On-Demand Usage

Configure usage beyond plan limits:
  • Enable/Disable: Toggle on-demand usage to allow requests beyond plan limits
  • Scope: On-demand usage is an account-level setting. It covers the whole account — the proxy (/api/v1/chat/completions), /api/v1/security/scan, /api/v1/security/redact, and the ChatGPT app tools — not just the proxy
  • Billing: On-demand usage is billed in arrears (pay after use)
  • Spending Limits: Set monthly spending limits (up to $10,000/month or unlimited)
  • Enforcement: Limits are enforced - requests are blocked when limit is exceeded
  • Turning it off: Disabling on-demand usage works at any subscription status. Enabling or raising the limit requires an active (or paused) subscription
Because on-demand usage now covers every metered endpoint, enabling it can produce a larger bill than it would have when it applied to the proxy alone. Set a spending limit you are comfortable with.
Spending limits are enforced. If you set a limit and exceed it, requests will be blocked until the next billing period or until you increase the limit.

Feature Availability

Analytics Export

  • Scale tier: CSV export available
  • Free/Pro tiers: View analytics only (no export)

Security Testing

  • Available for: Pro, Scale, and Tester tiers
  • Capabilities: Run preset tests, custom tests, validate security configuration

Data Exfiltration & Toxicity Filter

  • Available for: All tiers
  • Detection: Full ML-powered detection on all plans

Custom Data Retention

  • Available for: Enterprise only
  • Control: Settings → Data Retention lets you set a custom purge window for request logs and security events
Custom retention was previously offered in the Settings UI on Scale. That control was a frontend-only gate — the backend never honoured a custom window below Enterprise — and it has been removed. Every other plan uses its plan-default retention; see Usage Tracking → Data Retention.

Developer Usage API

Developer API Endpoint: The usage stats endpoint below is part of the Developer API and is included in the OpenAPI spec. It uses API key authentication and is suitable for SDK usage.
Get usage statistics via developer API (requires API key):

Plan Tiers

Free

  • 10,000 requests/month
  • Basic protection
  • View analytics (no export)

Pro

  • $99/month
  • 100,000 requests/month
  • All 14 security detectors
  • Security Testing
  • Analytics export not available

Scale

  • $199/month
  • 500K requests/month, then metered overage to your spend cap
  • Advanced features
  • Analytics CSV export

Data Updates

  • Security events: Real-time
  • Aggregated statistics: Refresh every 5-15 minutes
  • Data retention: Varies by plan tier

Next Steps

Usage Tracking

Set up detailed usage analytics and tracking

Audit Logs

Review detailed activity and security logs

Security Overview

Configure security policies and detection

API Reference

Complete API documentation