How to break down usage by application when you run several products on one account.
OpenDunes does not process attribution headers. X-App-Name, HTTP-Referer, and X-Title are ignored by the gateway — they cause no errors, but they are not stored, not shown in analytics, and have no effect on routing, rate limits, or billing.
To separate usage between multiple applications or environments on one account, use what the platform actually meters:
GET /api/v1/activity returns a daily usage rollup for the calling key's account; combined with one-key-per-app, your own dashboards can attribute cost per product.Rotate or revoke a single app's key at any time from /dashboard/keys — the other apps' keys are unaffected.