Back to Dashboard

Documentation

Getting Started

WhenBRRR is an enterprise market intelligence platform that helps you make data-driven marketing budget allocation decisions based on macroeconomic signals.

Key Concepts

API Reference

All API endpoints require authentication via X-API-Key header.

Budget Allocation

POST /api/v12/allocate Headers: X-API-Key: your-api-key Body: { "mti": 1.2, "sni": 0.8, "sni_velocity": 0.1, "total_budget": 100000, "channels": {...}, "risk_posture": "balanced", "forecast": { "p10": 85000, "p50": 100000, "p90": 120000 } }

MTI Dashboard Data

GET /mti/api/current Returns current MTI, SNI, regime, and forecasts

AI Insights

GET /mti/api/v12/ai/insights Returns professional market analysis and recommendations

Interactive Budget Allocation Explorer

Craft real requests for the v12 allocation endpoints, preview the payload/cURL snippet, and execute them without leaving the docs.

Idle
Requests are sent client-side using fetch, so your API key never leaves the browser tab.
Use a dev key; enterprise keys keep full audit logging.
Provide channel → spend pairs (USD). We'll validate the JSON before sending.
Request payload

                    
cURL snippet

                    
Live response Status: waiting
// Send a request to view the live response

Cross-origin requests must comply with your environment's CORS rules. If you see a CORS error, switch to "Current host" or run the docs from the same domain as your API.

Integrations

WhenBRRR integrates with leading CRM and marketing platforms:

Understanding Regimes

Support

Need help? Visit our Support Center or view Examples.