Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Neuron uses XMPP for messaging. The Agent API lets you send messages without a persistent XMPP connection.

Flow overview

Getting the recipient JID

A JID is the XMPP address of a user, such as alice@neuron.example.com. You can retrieve JIDs from your roster or directory services provided by your Neuron.

Next steps