One turn
Send a plain-language message; the agent understands it and acts — create a market, pay a bill, or submit and settle a cross-border transfer peer-to-peer in local currency — and replies with what it did.POST /agent/settle for the full contract.
Use it as a tool
If you’re building on an LLM framework, wrap the endpoint as a single tool your model can call. Keep the tool description tight and let Pesarc’s agent do the money reasoning:Safety
The agent is rate-limited. Design for retries with backoff and handle a
non-
200 status by showing the agent’s reply to the user rather than failing
silently.