Skip to main content

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

https://{host}
Use the Neuron domain you were issued credentials for. In examples, {host} is provided as an environment variable.