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/5] 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/5] 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 From 4afca601db2516f02b1641b10bdbbbe8f692e7ad Mon Sep 17 00:00:00 2001 From: AnnaXWang <6621137+AnnaXWang@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:18:11 +0000 Subject: [PATCH 3/5] Trim audit log note to a pointer The pricing note restated continuous-export mechanics (format, IAM/KMS, delivery, monitoring) already documented on the audit logs page. Reduce it to a brief pointer and keep the retention fact. Co-Authored-By: Claude Opus 4.8 --- info/pricing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/pricing.mdx b/info/pricing.mdx index 4371774..b845050 100644 --- a/info/pricing.mdx +++ b/info/pricing.mdx @@ -47,7 +47,7 @@ import { PricingCalculator } from '/snippets/calculator.jsx'; > Note: Included monthly credits apply to usage costs only. -> 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. +> Note: [Audit logs](/info/audit-logs) are retained for 1 year. See the audit logs page for search, download, and continuous S3 export details. ## Browser pools From e69c3a595581bb923c1b9ef02e64dda8bf5fb9b2 Mon Sep 17 00:00:00 2001 From: AnnaXWang <6621137+AnnaXWang@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:21:56 +0000 Subject: [PATCH 4/5] Document audit log retention on the audit logs page Add a note stating the 1-year retention window in the audit logs intro. This was referenced from the pricing page but not documented here. Co-Authored-By: Claude Opus 4.8 --- info/audit-logs.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/info/audit-logs.mdx b/info/audit-logs.mdx index e3b29c3..fbc30b2 100644 --- a/info/audit-logs.mdx +++ b/info/audit-logs.mdx @@ -17,6 +17,10 @@ Search and download are available on **Start-Up** and **Enterprise** plans. Cont Audit logs are also available from the [CLI](/reference/cli/audit-logs). + + Kernel retains audit log events for 1 year. Search and download can access any event within this window. + + ## Filter audit logs The API and SDKs use the same filters for search and downloads: From 337c97adf3e95b55e5fa0c89f38e2713e2280cfe Mon Sep 17 00:00:00 2001 From: Anna Wang Date: Tue, 11 Aug 2026 10:25:04 -0700 Subject: [PATCH 5/5] Update pricing.mdx --- info/pricing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/pricing.mdx b/info/pricing.mdx index 8a39b3c..7ee71cd 100644 --- a/info/pricing.mdx +++ b/info/pricing.mdx @@ -38,12 +38,12 @@ import { PricingCalculator } from '/snippets/calculator.jsx'; | Custom browser extensions | 1 | 1 | unlimited | unlimited | | Configurable & BYO proxies | ❌ | ❌ | ✅ | ✅ | | Browser pools | ✅ | ✅ | ✅ | ✅ | +| GPU acceleration | ❌ | ❌ | ✅ | ✅ | | Projects | 1 | 1 | unlimited | unlimited | | 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.