Skip to content

What neutron is

Neutron is a web application you chat with. Behind the chat window sits an AI agent that can do real work: read your code, open a merge request, search the web, run a scheduled job, store a secret. It runs on your own servers.

One copy of the program can serve many separate organisations at once. Each one gets its own configuration file, its own database, its own users, and its own rules.

Everything in this guide hangs off that sentence. The important word is rules.

The one idea. Most AI agent tools assume the person talking to the agent is trusted. Neutron assumes they are not — or rather, that “trusted” is something you spell out per person, per tool, per action. An agent may read freely and still be blocked from writing. A person may be allowed to ask for a deployment and not allowed to approve their own request.

The difference, drawn

TYPICAL AGENT TOOLPersonAgentToolYour real systemsno stop

NEUTRONPersonAgentGateis this allowed?Your real systemsonly if yes

Someone elsewaits for a humanapprove / reject, on the record
The difference is one box and one pause. Everything neutron sells is downstream of the gate: who may open it, who may not, and the permanent record of who did.

Where to go next