skills/architect-admin-config/SKILL.md
Designs workspace structures, manages platform settings, rate limits, and API configurations.
npx skillsauth add delta-and-beta/braze-agency architect-admin-configInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
★ Insight ─────────────────────────────────────
Nick plugin skills differ from personal superpowers skills — they don't follow TDD. They're reference documents for Claude to consult at query time, loaded selectively based on routing depth and keyword matching via skill_index.json. The lens guides what angle to take when synthesizing topics into guidance.
─────────────────────────────────────────────────
This skill covers how to structure Braze workspaces, configure platform-wide settings, and manage organizational controls — from API keys and rate limits to user permissions and diagnostic tooling.
Use this skill when the query involves:
This skill synthesizes the following topic areas:
| Topic | What It Covers | |---|---| | Workspaces | Grouping related apps into shared environments; when to split vs. consolidate | | App Settings Overview | Per-app configuration within a workspace | | Company Settings | Admin-level global settings affecting all Braze users in the account | | API Settings | REST API key creation, IP allowlisting, SDK app identifiers | | Manage Braze Users | Inviting users, assigning roles, controlling dashboard access | | Internal Groups | Test user groups for SDK/API debugging; up to 1,000 users per group | | Push Settings | Global push defaults, TTL (Time to Live) configuration | | Email Settings | Outbound sender configuration, reply-to addresses, email preferences | | Multi-Language Settings | Locale configuration for translation tag delivery | | Messaging Rate Limits | Global send-rate caps to protect deliverability and infrastructure | | Tags | Organizing and filtering campaigns, Canvases, and segments; status labels | | Brand Guidelines | Global visual and content constraints applied across messaging | | Subscription and Usage | Billing page; monitoring data consumption across workspaces and sources | | Message Activity Log | Diagnostic log for push, email, webhook, and API send errors | | Event User Log | SDK/API error log per user; 30-day retention; used for debugging | | Exports Log | Tracking and monitoring the status of dashboard export jobs |
This skill approaches Braze configuration through the lens of organizational design and operational control:
When a user asks about "why messages aren't sending," route through the diagnostic tools here. When they ask about "how to set up a new region or brand," route through workspace and company settings.
Workspace design: Separate workspaces by brand or region when data isolation or separate billing is required. Group iOS/Android/web for the same product into one workspace — they share user profiles and segments.
API key scoping: Create one key per integration with the minimum required permissions. Enable IP allowlisting for production keys. Rotate keys rather than sharing them across environments.
Rate limits: Global messaging rate limits protect infrastructure and sender reputation. They apply across all campaigns — verify limits before high-volume sends or during peak periods.
User access: Braze user roles control what dashboard users can view and edit. Internal groups are distinct — they're for test device/user management, not access control.
Diagnostics workflow: Start with Message Activity Log for delivery errors → drill into Event User Log for SDK-level errors → check Exports Log if a data export job is missing.
development
Cross-platform audience synchronization design across advertising platforms including Facebook, Google, TikTok, LinkedIn, and programmatic networks.
development
Defines cross-cutting API patterns for authentication, provisioning, preference management, and content delivery.
development
Covers API basics, authentication, rate limits, error codes, endpoint overview, data retention policies, and Postman collection usage.
development
Integration architecture for AI model providers including OpenAI, Google Gemini, and Anthropic within Braze messaging workflows.