Overview
The Agent API exposes core Neuron functionality over HTTP so services can operate without a persistent XMPP connection. Endpoints are grouped by capability, starting with Accounts and XMPP messaging.Reference basics
Authentication
Most endpoints require a JWT bearer token. Account creation and login require HMAC-signed requests. See the Authentication guide for signing details and examples.Base URL
{host} is
provided as an environment variable.