Skip to main content
Pesarc exposes the same agent that powers the in-app chat and WhatsApp bridge as an API, so your own product, copilot or automation can move money in natural language.

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.
See 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

Anything that moves money should be confirmed by a human. When you build the agent into your own product, surface Pesarc’s described action to the user and get an explicit confirmation before treating money movement as authorised. Never expose your secret key to the model or the client — keep the call server-side.
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.