Skip to content

Quick start

If Noodlbox is not installed yet, follow Install. The installer starts onboarding automatically on a first install.

If you skipped onboarding or want to run it again:

Terminal window
nbx onboard

Sign in when prompted, choose your coding client, and restart it after setup.

Open a repository in your coding agent and ask:

Use Noodlbox to explain how authentication refresh works before changing it.

Noodlbox analyzes the repository on first use, then gives the agent the relevant execution paths, definitions, callers, and dependencies.

To build the model explicitly and retrieve the same context yourself:

Terminal window
nbx analyze .
nbx search "auth refresh flow"