NxtOne is an AI-powered operational intelligence platform that captures software behaviour to give your team instant root cause analysis and deep system understanding.
NxtOne works by attaching a lightweight agent to your application runtime. The agent captures method calls, data flows, service interactions, and database queries as they happen — then records them as structured behaviors and actions in a database.
This becomes a queryable, AI-readable representation of how your system actually behaves. You can ask questions in natural language, trace execution flows visually, and get instant root cause analysis for any issue.
Get NxtOne running in your application in three steps:
Add the NxtOne agent to your project dependencies.
Add the @NxtOneAgent annotation to your main application class.
Set your NxtOne API key as an environment variable and deploy.
That's it. NxtOne will begin capturing software behavior immediately. You'll see insights within minutes of your first request.
The NxtOne agent can be configured via environment variables or a nxtone.yml configuration file placed in your project root.
| Variable | Description | Default |
|---|---|---|
NXTONE_API_KEY | Your API key from the NxtOne dashboard | — |
NXTONE_SERVICE_NAME | Name of this service | Auto-detected |
NXTONE_ENDPOINT | NxtOne collector endpoint URL | https://collect.nxtone.ai |
NXTONE_SAMPLE_RATE | Percentage of requests to capture (0.0–1.0) | 1.0 |
NXTONE_MAX_DEPTH | Maximum call stack depth to capture | 50 |
NXTONE_EXCLUDE | Comma-separated list of packages to exclude | "" |
You can also interact with NxtOne programmatically via the REST API. Here's an example of creating an investigation:
NxtOne currently supports the following languages, frameworks, and infrastructure:
| Language | Frameworks | Status |
|---|---|---|
| Java 17+ | Spring Boot, Micronaut, Quarkus | GA |
| Python 3.10+ | FastAPI, Django, Flask | GA |
| Node.js 18+ | NestJS, Express, Fastify | GA |
| Go 1.21+ | Gin, Echo, Fiber | COMING SOON |
NxtOne integrates with Kafka, RabbitMQ, PostgreSQL, MySQL, MongoDB, Redis, Docker, Kubernetes, and AWS EKS out of the box. See the Integrations section for detailed setup guides.