Skip to main content

Data Collection Libraries

AbxrLib is open source—read the code, modify, and PR improvements. Use ArborXR's backend or connect your own—flexible by design.

Insights authentication uses App Token and Org Token (JWTs). AbxrLib for Unity and Unreal often resolves org token at runtime when the device or ArborXR client supplies org context. WebXR uses the same tokens with Abxr_init, and can read abxr_org_token from the page URL (the same idea as org_token on the query string for Unity WebGL). The org JWT may include a password in the payload when issued that way; if it does not, the SDK may prompt the user. See Configuration and each SDK README.