Install the NxtOne agent and CLI in your local or production environment.
The NxtOne observation layer consists of two components: the runtime agent which instruments your application code in memory, and the Lens CLI which is used to authenticate, manage sync files, and verify connectivity locally.
Install the CLI tool to manage local workspaces and authenticate with the NxtOne platform:
To inspect your application runtime, you must include the NxtOne agent packages. We officially support Java, Python, and TypeScript/JavaScript.
| Language | Installation Command / Package Coordinator | Artifact ID / Module |
|---|---|---|
| Java | Maven / Gradle Dependency | io.nxtone:nxtone-agent |
| Python | pip install nxtone | nxtone |
| TypeScript | npm install @nxtone/agent-ts | @nxtone/agent-ts |
| JavaScript | npm install @nxtone/agent-js | @nxtone/agent-js |
nxtone-spring-boot-starter. For standard Java programs, load the raw nxtone-agent.jar as a startup agent parameter.Once you've configured your credentials, run the CLI verification command to ensure the local agent can successfully reach the NxtOne platform ingest server:
If successful, you will see a green verification report indicating that the authentication token is valid and the server is fully reachable.