Backend services
Your backend signs a login request, receives a JWT, and calls the required HTTP operations. Keep passwords, signing credentials, and JWTs in protected server-side storage. Use the first-call example to verify access.Browser and mobile applications
Route privileged operations through your application backend:Contracts and tokens
Author contract XML locally and validate it with the schema resources. Your application submits templates, creates instances, and retrieves results through the Agent API. LegalLab can help edit XML; it is optional for application integration. A state machine or embedded Neuron Script defines behavior inside the token creation contract. It does not change how your application connects.Messages and asynchronous results
Paths such as/Agent/Xmpp/SendXmlMessage are HTTP endpoints. Use the exact message format in contract proposal delivery. Your application does not need to manage the underlying transport connection.
Persist returned identifiers and observe completion. Successful submission can precede identity review, template approval, signatures, or token creation.