Using the Noryen app
The web app is where you manage projects, API keys, and explore traces sent by the SDK.
Projects
Each project isolates traces and API keys. Use the project switcher at the bottom of the sidebar to change context. Creating a project is part of onboarding.
Dashboard
The Dashboard summarizes activity for the selected project: volume, models in use, and high-level stats. Use it to confirm that instrumentation is working after you deploy the SDK.
Traces
Traces lists individual AI calls ingested via track() or wrappers. Open a row to inspect prompt and response content, timing, token counts, and metadata your app attached.
Project settings
Under Settings you can rename the project, rotate or create API keys, copy SDK setup snippets, pick a use case for scoring hints, adjust theme, and manage destructive actions in the danger zone.
API keys
Server-side code should use a secret project API key in noryen.init. Never expose this key in browser bundles or public repos.