What problem does it solve?
Prevents misconfigured Braze SDKs, authentication errors, missed events, and slow debugging cycles by providing concrete setup patterns, diagnostics, and integration tactics for client-side SDKs across platforms.
Core Features & Use Cases
- Authentication & Security: Server-side RSA256 JWT signing, token rotation guidance, and SDK configuration for enforced SDK authentication.
- Version Management: SemVer upgrade guidance, pinning strategies, and changelog review patterns for safe rollouts across environments.
- Debugging & Observability: Dashboard debugger workflows, enabling and interpreting verbose logs, session and push token troubleshooting.
- Third-Party Integrations: Google Tag Manager deployment patterns and ChatGPT Apps wiring for conversational channel tracking.
- Rate Limiting & Performance: Client-side token-bucket behavior, flush tuning, and best practices to avoid throttling and battery/network issues.
Example: rotate SDK auth keys, pin patch versions in production, enable verbose logging in staging, and run a dashboard debugging session to capture initialization logs and reproduce a missing push event.
Quick Start
Use the engineer-sdk-integration skill to set up SDK authentication, pin SDK versions, enable verbose logging, and run the dashboard debugger to capture and interpret initialization logs.