Data We Collect

Transparency is core to our values. This document provides a complete inventory of all data InfraPrism collects, processes, and stores.

Event Data

For each LLM API call, we collect the following metadata:

Always Collected

FieldTypeDescriptionExample
timestampISO 8601When the request was made2025-01-15T10:30:00Z
modelstringModel identifiergpt-4o, claude-3-5-sonnet
providerstringLLM provideropenai, anthropic, azure
input_tokensintegerNumber of input tokens150
output_tokensintegerNumber of output tokens500
total_tokensintegerTotal tokens used650
latency_msintegerRequest duration in milliseconds1200
cost_usddecimalCalculated cost in USD0.0065
successbooleanWhether the request succeededtrue

Attribution Data (When Provided)

FieldTypeDescriptionExample
entity_typestringType of entitycustomer, team, project, employee
entity_idstringYour internal identifieracme-corp, eng-team
session_idstringConversation/workflow ID550e8400-e29b-...
tagsobjectCustom metadata{"feature": "chatbot"}

Error Data (On Failure)

FieldTypeDescriptionExample
error_typestringCategory of errorrate_limit, invalid_request
error_codestringProvider error code429, 400

What We Never Collect

The following data is never sent to InfraPrism:

Data TypeStatus
Prompt content❌ Never collected
Response/completion content❌ Never collected
System messages❌ Never collected
Function/tool definitions❌ Never collected
Function/tool call results❌ Never collected
Image data❌ Never collected
Audio data❌ Never collected
File contents❌ Never collected
Your API keys❌ Never collected

Account Data

When you create an InfraPrism account, we collect:

FieldPurposeRetention
Email addressAccount login, notificationsUntil account deletion
NameDisplay in dashboardUntil account deletion
Company nameOrganization managementUntil account deletion
Password hashAuthentication (bcrypt)Until account deletion
Payment infoBilling (via Stripe)Managed by Stripe

Usage Data

For service improvement and debugging:

DataPurposeRetention
Dashboard page viewsAnalytics90 days
Feature usageProduct improvement90 days
Error logsDebugging30 days
API request logsRate limiting, debugging7 days

Data Retention

Event Data

PlanRetention Period
Free7 days
Growth90 days
Scale1 year
EnterpriseCustom (up to unlimited)

Aggregated Analytics

Aggregated data (daily/monthly summaries) is retained indefinitely for historical analysis. This data contains no individual event details.

Data Location

Standard Plans

All data is stored in the United States:

  • Primary: AWS us-east-1 (N. Virginia)
  • Backups: AWS us-west-2 (Oregon)

Enterprise Plans

Data residency options available:

  • European Union (AWS eu-west-1)
  • Custom regions on request

Data Export

You can export your data at any time:

Via Dashboard

  1. Go to SettingsData Export
  2. Select date range and format (CSV or JSON)
  3. Download the export

Via API

curl -X POST https://api.infraprism.com/v1/exports \
  -H "Authorization: Bearer ip-..." \
  -H "Content-Type: application/json" \
  -d '{
    "start_date": "2025-01-01",
    "end_date": "2025-01-31",
    "format": "csv"
  }'

Data Deletion

Event Data

Request deletion via:

  • Dashboard: SettingsData ManagementDelete Data
  • Email: [email protected]
  • API: DELETE /v1/data

Deletion is processed within 30 days.

Account Deletion

To delete your account and all associated data:

  1. Go to SettingsAccount
  2. Click Delete Account
  3. Confirm deletion

All data is permanently deleted within 30 days.

Third-Party Services

We use the following third-party services:

ServicePurposeData Shared
AWSInfrastructureEvent data (encrypted)
StripePayment processingPayment info only
SendGridEmail deliveryEmail address only
CloudflareCDN, DDoS protectionIP addresses

No LLM content is ever shared with third parties.

Compliance Certifications

  • SOC 2 Type II - Annual audit
  • HIPAA - BAA available for Enterprise
  • GDPR - EU compliant

Questions?

If you have questions about our data practices:

Next Steps