Authentication
API keys
Section titled “API keys”Send your key as a Bearer token:
Authorization: Bearer rmux_...Or use the X-API-KEY header.
Dashboard
Section titled “Dashboard”The web app at /app uses Clerk for sign-in. Dashboard routes call the same /api/v1 API with your session.
Browser requests from the dashboard origin are allowed when REMUX_PUBLIC_ORIGIN matches your deployment hostname.