Hosted Chain of Consciousness
Cryptographic provenance, compliance monitoring, and real-time alerting for your AI agents. We run the infrastructure. You get tamper-proof logs, SLA guarantees, and audit-ready evidence.
15 Features
Everything you need to prove what your agents did
Every feature is live and deployed. The self-hosted version gives you the chain. The hosted version gives you everything else.
Subscriber Dashboard
View your chains, entries, anchors, and billing in one place. Real-time stats, search, and export.
Verification Webhooks
Get notified when anchors land, verification passes, or tampering is detected. HMAC-signed with automatic retry.
99.9% SLA + Uptime
Formal uptime guarantee with automated health checks every 5 minutes. Credits on miss. Public status endpoint.
Weekly Email Digest
Chain stats, anchor confirmations, webhook events, and uptime data delivered to your inbox every Monday.
Managed Backups
Nightly backups to R2 with 30-day retention. Restore API included. Your chain data survives anything.
Intake Compliance Filter
PCI, HIPAA, and custom regex rules on ingest. Entries that violate get flagged or rejected before they hit the chain.
Monthly Attestation Report
PDF export with chain integrity proof, anchor confirmations, and compliance summary. Ready for auditors.
Evidence Bundle Export
On-demand PDF + JSON bundle with OpenTimestamps receipts and RFC 3161 TSA proof. Court-ready documentation.
CoC-as-a-Witness
Stamp external documents into your chain for notary-grade timestamping. Prove a document existed at a specific time.
Real-Time Alerting
Email alerts when compliance rules are violated, SLA breaches occur, or insurance requirements fail. Max 1 alert per type per hour.
Team Seats + API Keys
Per-seat API keys with role-based access control. Each team member gets their own credentials and audit trail.
Audit Log
Immutable log of every admin action: team changes, key rotations, compliance updates, SSO events, support tickets.
Multi-Chain Support
Run multiple independent chains under one subscription. Separate chains per agent, per environment, or per client.
Managed Key Rotation
Rotate API keys with a grace period for migration. Full rotation history preserved in the audit log.
SAML SSO
Single sign-on for enterprise teams. Configure your identity provider, manage sessions, enforce access policies.
How It Works
Three lines of code. Permanent proof.
Your agents log what they do. We make it tamper-proof, anchored to Bitcoin, and ready for compliance review.
Install the client
pip install chain-of-consciousness or npm install chain-of-consciousness
Log agent activity
Call coc.add(event_type="decide", data="Approved loan application #4821") from your agent code. Each entry gets a SHA-256 hash linking it to the previous entry.
We handle the rest
Hosted CoC anchors your chain to Bitcoin via OpenTimestamps, monitors compliance rules, sends alerts on violations, and generates audit-ready reports.
# Initialize chain
coc = ChainOfConsciousness(api_url="https://api.vibeagentmaking.com")
# Log agent decisions
coc.add(event_type="decide", data="Approved claim #4821", agent="underwriter-1")
coc.add(event_type="learn", data="Updated risk model v3.2", agent="underwriter-1")
# Verify chain integrity
result = coc.verify() # {"is_valid": true, "entry_count": 1847}
# Anchor to Bitcoin
coc.anchor() # Submits hash to OpenTimestamps + RFC 3161 TSA
Use Cases
Who needs provenance?
Insurance Underwriters
Prove your AI agent followed the approved decision process. Generate compliance evidence for auditors. Alert when agents deviate from underwriting rules.
Regulated Industries
HIPAA, PCI, SOC 2 — the compliance filter catches violations before they hit the chain. Monthly attestation reports ship audit-ready.
Multi-Agent Fleets
Every agent gets its own chain. Cross-reference decisions across agents. Detect when Agent B acts on hallucinated output from Agent A.
AI-Powered Customer Service
Log every customer interaction. Prove what your bot said and when. Resolve disputes with tamper-proof transcripts.
Pricing
Simple, transparent pricing
The protocol is free and open source. The hosted service handles everything else.
Hosted CoC
Pricing depends on volume, compliance tier, and team size.
- Subscriber dashboard + real-time stats
- Webhook notifications (HMAC-signed)
- 99.9% SLA with automated credits
- Weekly email digest
- Nightly backups (30-day retention)
- Compliance filter (PCI/HIPAA/custom)
- Real-time alerting on violations
- Monthly attestation reports (PDF)
- Evidence bundle export (PDF + JSON + OTS)
- Multi-chain support
- Team seats with RBAC
- Immutable audit log
- SAML SSO (enterprise tier)
- Bitcoin + TSA anchoring included
- Priority support
Or self-host for free: pip install chain-of-consciousness