Skip to main content
Applications connect to a Neuron, the operator-hosted runtime that exposes Neuro capabilities. Choose an integration based on where your code runs and who manages credentials and private keys.
The diagram is a developer navigation model. It does not imply that every Neuron enables every capability or that every deployment shares one central API host.

Choose where credentials are managed

The Agent API is the Neuron’s main HTTP API. “Agent” means the application acts through the Agent endpoint rather than connecting directly over XMPP while holding the corresponding private keys. It is unrelated to AI agents.

Platform objects

A typical trusted workflow crosses multiple layers:
Read the object model before designing persistence or lifecycle handling.

Federation and deployment

A Neuron belongs to an operator-controlled environment. Cross-domain behavior depends on the deployed services, privileges, trust relationships, and federation configuration. Applications must receive an exact Neuron host and an environment contract from the operator; they must not infer production reach from a successful local request.