CLAUDE LABJP
MODEL — Claude Sonnet 5 is the default across all plans and Claude Code at $2/$10 per million tokens through August 31FABLE — Access to Claude Fable 5 and Mythos 5 is being restored from July 1 after US export controls were liftedSCIENCE — Claude Science, an AI workbench for researchers, is in beta for Pro, Max, Team, and EnterpriseGATEWAY — The Claude apps gateway for Amazon Bedrock and Google Cloud adds SSO, policy, role-based access, and per-user cost attributionENTERPRISE — Claude Enterprise adds richer admin analytics, model-level entitlements, and spend alertsCODE — Claude Sonnet 5 is now the default model in Claude Code with a native 1M-token context windowMODEL — Claude Sonnet 5 is the default across all plans and Claude Code at $2/$10 per million tokens through August 31FABLE — Access to Claude Fable 5 and Mythos 5 is being restored from July 1 after US export controls were liftedSCIENCE — Claude Science, an AI workbench for researchers, is in beta for Pro, Max, Team, and EnterpriseGATEWAY — The Claude apps gateway for Amazon Bedrock and Google Cloud adds SSO, policy, role-based access, and per-user cost attributionENTERPRISE — Claude Enterprise adds richer admin analytics, model-level entitlements, and spend alertsCODE — Claude Sonnet 5 is now the default model in Claude Code with a native 1M-token context window
TAG

Privacy

4 articles
Back to all tags
Related:
claude-api2production2Claude Code1iOS1App Store1Indie Development1pii1security1observability1Claude API1PII protection1data preprocessing1
Claude Code/2026-07-08Advanced

Auditing Your Own Code for Required Reason API Declarations with Claude Code

Required reason codes in PrivacyInfo.xcprivacy apply to your own code, not just third-party SDKs. After a wallpaper app of mine was rejected, here is the Claude Code workflow I use to scan Swift sources and match APIs to reason codes before submission.

API & SDK/2026-06-16Advanced

PII Masking for Claude API Lives or Dies on the Ledger — Restore, Encrypt, Measure

The hard part of masking PII before Claude API isn't detection — it's operating the token ledger you restore from. Encrypted storage, multi-instance sharing, and a daily leak-rate loop, with working code.

API & SDK/2026-06-01Advanced

Before You Send Reviews and Crash Logs to the Claude API: A Reversible PII Masking Design

When you run App Store reviews and Crashlytics logs through the Claude API, the personal data buried in the text is unavoidable. Here is a reversible masking design that lets you trace the model's output back to the real record, plus the pitfalls I hit in production, with code.

API & SDK/2026-05-10Intermediate

What metadata.user_id in the Claude API Is Actually For — Designing the Abuse-Detection vs. Privacy Trade-off

The metadata.user_id field in the Messages API exists to sharpen abuse detection, but sending raw email addresses creates a privacy problem. Here is the HMAC-based stable pseudo-ID pattern I use, plus a clear set of rules for when to send it and when not to.