Your AI Agents Are Making Decisions Without Consent

That's a Regulatory Nightmare Waiting to Happen.

Pactline is the consent infrastructure that ensures every AI action is authorized, auditable, and regulation-ready — before it executes. Built for the EU AI Act, GDPR, and beyond.

TRUSTED BY TEAMS AT
OpenAI
Anthropic
Google AI
Meta AI
Scale AI
Stability AI
73%
of enterprises lack consent infrastructure
$4.2T
compliance liability in the AI era
0%
false negatives in policy violations

The Problem

⚠️

Unauthorized AI Actions

AI agents accessing, processing, and acting on personal data without explicit consent. Under GDPR and the EU AI Act, that means fines up to €35M or 7% of global turnover.

🔗

No Audit Trail

When regulators ask 'show me proof of consent', most teams scramble. Without cryptographic audit trails, you fail compliance audits.

⏱️

Slow Manual Workflows

Consent by email and spreadsheet takes weeks. Your competitors ship in hours with automated consent flows.

How Pactline Works

1

Request Consent

Your AI agent requests consent from users with clear, contextual information about what data will be accessed and how it will be used.

2

Apply Policies

Pactline applies your consent policies in real-time, enforcing privacy rules and compliance requirements across all agent interactions.

3

Audit & Report

Complete audit trails track every consent decision and policy enforcement, giving you full transparency for compliance and trust.

See Pactline in Action

Watch a real consent scenario play out — from AI request to cryptographic audit trail.

1
Agent Requests
2
Review Consent
3
Decision
4
Audit Trail
🤖
Incoming Consent Request
Just now — requires authorization
High Risk
Agent
MedRecord AI v2.4.1
Policy
HIPAA Compliance Policy v3.2
Requested Action
Read and analyze patient medical records
Purpose
Generate treatment summary for Dr. Martinez
Expires In
24 hours
Data Categories
Health Data (HIPAA) PII Sensitive Medical Records
Scope
patient_records lab_results prescription_history
📋
Comprehension Check
Confirm understanding before deciding
MedRecord AI will access patient medical records, lab results, and prescription history.
This action is classified as HIGH RISK under HIPAA Compliance Policy.
The consent will expire in 24 hours and can be revoked at any time.
⚖️
Your Decision
Authorize or deny the agent's request

Should MedRecord AI be allowed to read and analyze patient medical records?

✕ Reject Access
✓ Approve Access
Consent Approved
Agent authorized with time-limited access token

Real-Time Audit Trail

consent.approvedYou
Consent granted after comprehension check
proof.generatedSystem
Cryptographic receipt: sha256:7b0c...e4f2
agent.notifiedSystem
MedRecord AI received authorization token
audit.sealedSystem
Immutable entry chained to previous hash

Consent Receipt (W3C Verifiable Credential)

{
  "@context": "https://www.w3.org/2018/credentials/v1",
  "type": "ConsentCredential",
  "issuer": "did:pactline:consent-authority",
  "agent": "MedRecord AI",
  "action": "Read and analyze patient medical records",
  "riskLevel": "high",
  "hash": "sha256:7b0cbc...e4f2a1",
  "issuedAt": ""
}

The Pactline Suite

🚪

Consent Gateway

Dynamic consent collection with contextual UI, multi-language support, and user preference management. One API for all consent flows.

⚙️

Policy Engine

Define, version, and enforce consent policies with granular controls. No-code policy builder or JSON configuration for developers.

📋

Audit Vault

Immutable audit logs of all consent decisions and policy enforcements. Export-ready compliance reports for SOC 2, GDPR, HIPAA.

Use Cases

Banking & Financial Services

Pain: AI loan processors accessing credit histories without consent violates GDPR Art. 22

Solution: Pactline gates every data access with verified consent, creating an immutable audit trail for regulators

See it in action →
💳 Payment Consent
📊 Data Sharing Rules
🔐 Account Access Control
📝 Regulatory Reporting

Healthcare & Medical AI

Pain: AI diagnostic tools processing patient records without proper consent creates massive HIPAA/GDPR liability

Solution: Step-up authentication ensures the right patient consents to the right procedure, with full audit chain

See it in action →
🏥 Patient Consent
🔒 HIPAA Compliance
📋 Medical Records Access
🧬 Research Participation

Insurance & Claims

Pain: Automated claims processing without consent documentation = denied audits and regulatory action

Solution: Policy-driven consent with risk-based authentication and real-time compliance monitoring

See it in action →
📄 Claims Consent
🔍 Risk Assessment
👤 Customer Data Use
⚖️ Compliance & Audit

Enterprise AI Platforms

Pain: Platform-wide AI without centralized consent management is an enterprise risk nightmare

Solution: Single API for consent across all AI agents, with role-based policies and organization-wide audit vault

See it in action →
🏢 Department Policies
👥 Team Management
🔄 Policy Versioning
📊 Audit Dashboard
Try the Interactive Demo →

We Meet Your Compliance Standards

GDPR Ready
SOC 2 Type II
ISO 27001
EU AI Act Compliant
HIPAA Ready

Identity Verification On Any Device

Pactline Verify — our mobile app for secure identity verification

📱

QR Code Scan

Scan, verify, consent — in seconds

🛂

NFC Passport Reading

ICAO 9303 compliant chip authentication

👤

Biometric Confirmation

Face ID, fingerprint, and liveness detection

Developer-First Integration

Quick Start with Pactline

Get consent infrastructure running in minutes. Pactline provides SDKs for all major languages, comprehensive API documentation, and MCP (Model Context Protocol) support for seamless AI agent integration.

1. Installpip install pactline
2. Configurepactline.init(api_key)
3. Request Consentrequest_consent()
4. Verify & Enforceverify_policy()

SDK Examples

import pactline # Initialize Pactline client = pactline.Client(api_key="your-api-key") # Request consent from user response = client.request_consent( user_id="user_123", scope="access_financial_data", metadata={"purpose": "investment_advice"} ) # Check if consent was granted if response.granted: # Proceed with operation result = perform_operation() else: # Handle consent denial handle_denial()
const pactline = require('@pactline/sdk'); // Initialize Pactline const client = new pactline.Client({ apiKey: 'your-api-key' }); // Request consent from user const response = await client.requestConsent({ userId: 'user_123', scope: 'access_financial_data', metadata: { purpose: 'investment_advice' } }); // Check if consent was granted if (response.granted) { const result = await performOperation(); } else { handleDenial(); }
package main import ( "github.com/pactline/pactline-go" ) func main() { // Initialize Pactline client := sdk.NewClient("your-api-key") // Request consent from user response, err := client.RequestConsent(&sdk.ConsentRequest{ UserID: "user_123", Scope: "access_financial_data", Metadata: map[string]string{ "purpose": "investment_advice", }, }) // Check if consent was granted if response.Granted { performOperation() } else { handleDenial() } }
# Request consent via REST API curl -X POST https://api.pactline.io/v1/consent/request \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{ "user_id": "user_123", "scope": "access_financial_data", "metadata": { "purpose": "investment_advice" } }' # Response { "id": "consent_abc123", "granted": true, "timestamp": "2026-03-04T10:30:00Z" }

Simple, Transparent Pricing

Start free. Scale with usage-based plans. No hidden fees.

Free

$0/month

Get started and validate your integration

  • 5,000 requests/month
  • 1 agent
  • Basic policies
  • Community support
  • API & SDK access
  • Audit trail
Start Free

Business

$499/month

For organizations with compliance requirements

  • 500,000 requests included
  • Then $0.003/request overage
  • Unlimited agents
  • Custom policies
  • Priority support
  • SLA 99.9%
  • SSO (coming soon)
Get Started

Enterprise

Custom

For large-scale deployments with custom needs

  • Custom volume
  • Unlimited agents
  • Dedicated support
  • SLA 99.99%
  • On-premise option
  • SSO & RBAC
  • Custom integrations
Talk to Sales

Designed for Regulated Industries

EU AI Act

Human oversight requirements for high-risk AI systems

GDPR

Auditable consent with hash-chained proof

HIPAA

Designed for healthcare AI agent workflows

Estimated Annual Savings

Number of AI Agents 5 agents
ESTIMATED ANNUAL SAVINGS
$ 187,500

Ready to Build Trustworthy AI?

Join teams using Pactline to manage consent, compliance, and trust at scale.

Get Started Free

Get in Touch

Have questions about Pactline? We'd love to hear from you.

📧
💬

Sales inquiries

sales@pactline.io
🛡️