Base URL
All API requests are made to your Neuron’s domain:{host} is the Neuron domain issued to you by your operator. There is no shared central URL — each Neuron deployment has its own domain.
All endpoints are prefixed with /Agent/. For example:
HTTP methods
The Neuron Agent API usesPOST for all operations. Request bodies are JSON.
Request structure
All authenticated requests must include a JWT bearer token:Authorization header is not used — authentication is provided via HMAC signing in the request body instead. See Authentication for details.