From 973985e9a51d0cbfe6115337851151186e86b0d9 Mon Sep 17 00:00:00 2001 From: AnnaXWang <6621137+AnnaXWang@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:52:51 +0000 Subject: [PATCH 1/2] Add audit logs to managed infrastructure pricing Document audit log packaging in the managed infrastructure table: search & export on all plans, continuous export to a customer S3 bucket on Enterprise. Add a note on 1-year retention and the S3 export format. Co-Authored-By: Claude Opus 4.8 --- info/pricing.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/info/pricing.mdx b/info/pricing.mdx index 7eb4b14..65e0bdc 100644 --- a/info/pricing.mdx +++ b/info/pricing.mdx @@ -40,11 +40,15 @@ import { PricingCalculator } from '/snippets/calculator.jsx'; | Browser pools | ❌ | ❌ | ✅ | ✅ | | Support | Discord | Discord | Email | Shared Slack | | SOC2 compliance | ✅ | ✅ | ✅ | ✅ | +| Audit log search & export | ✅ | ✅ | ✅ | ✅ | +| Continuous audit log export to S3 | ❌ | ❌ | ❌ | ✅ | | GPU acceleration | ❌ | ❌ | ✅ | ✅ | | HIPAA compliance (BAA) | ❌ | ❌ | ❌ | ✅ | > Note: Included monthly credits apply to usage costs only. +> Note: [Audit logs](/info/audit-logs) are retained for 1 year on all plans. Search and export are available on every plan. Continuous export delivers audit events to your own S3 bucket as gzipped JSON Lines (`.jsonl.gz`), with managed IAM/KMS setup, reliable delivery, and monitoring. + ## Browser pools With [browser pools](/browsers/pools), you pay the standard usage-based price per GB-second while browsers are running. Idle browsers in a browser pool incur no usage charges — you only pay when a browser is actively in use, so an idle browser pool costs nothing between tasks. From e88e3753ccf3a6b11f690051b9cd3e7b81759bf7 Mon Sep 17 00:00:00 2001 From: AnnaXWang <6621137+AnnaXWang@users.noreply.github.com> Date: Thu, 6 Aug 2026 04:40:11 +0000 Subject: [PATCH 2/2] Gate audit log search & export to Start-Up and Enterprise Developer and Hobbyist no longer include audit log access. Update the note to match. Co-Authored-By: Claude Opus 4.8 --- info/pricing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/pricing.mdx b/info/pricing.mdx index 65e0bdc..4371774 100644 --- a/info/pricing.mdx +++ b/info/pricing.mdx @@ -40,14 +40,14 @@ import { PricingCalculator } from '/snippets/calculator.jsx'; | Browser pools | ❌ | ❌ | ✅ | ✅ | | Support | Discord | Discord | Email | Shared Slack | | SOC2 compliance | ✅ | ✅ | ✅ | ✅ | -| Audit log search & export | ✅ | ✅ | ✅ | ✅ | +| Audit log search & export | ❌ | ❌ | ✅ | ✅ | | Continuous audit log export to S3 | ❌ | ❌ | ❌ | ✅ | | GPU acceleration | ❌ | ❌ | ✅ | ✅ | | HIPAA compliance (BAA) | ❌ | ❌ | ❌ | ✅ | > Note: Included monthly credits apply to usage costs only. -> Note: [Audit logs](/info/audit-logs) are retained for 1 year on all plans. Search and export are available on every plan. Continuous export delivers audit events to your own S3 bucket as gzipped JSON Lines (`.jsonl.gz`), with managed IAM/KMS setup, reliable delivery, and monitoring. +> Note: [Audit logs](/info/audit-logs) are available on Start-Up and Enterprise plans, with 1-year retention. Continuous export delivers audit events to your own S3 bucket as gzipped JSON Lines (`.jsonl.gz`), with managed IAM/KMS setup, reliable delivery, and monitoring. ## Browser pools