Thera is off until your Therius operator enables it. Until a model endpoint is configured, the chat drawer shows “Thera is not enabled on this environment yet.” The Bring Your Own AI tool surface works independently of this and is available today.
What you can ask
Thera answers questions about the merchants you can access and about how to use Therius. For example:- “What was my authorization rate over the last 30 days?”
- “Which decline reasons are most common, and are any of them reroutable?”
- “How have my connections performed this week?”
- “Why did payment
ORDER-1042decline, and can I retry it?” - “Which subscriptions are at risk of cancellation this week?”
- “Which disputes have an evidence deadline in the next 7 days?”
- “Draft a routing rule that sends Visa transactions over $500 in BRL to my Adyen connection first.”
How it works
1
You ask a question
The dashboard sends your message to Therius along with your existing session — no separate login, no API key.
2
Thera plans tool calls
The model is shown only the tools your role permits and decides which to call to answer your question.
3
Therius runs each tool as you
Every tool executes against your assigned merchants and the environment you have selected, with the same permission check the equivalent dashboard action requires. The result is recorded in the audit log.
4
Thera composes an answer
The model writes a reply grounded only in what the tools returned. Every figure it cites comes from a tool result in that conversation. The tools it used are listed under the answer.
Draft actions
Some questions lead to an action — “refund this payment”, “add this routing rule”. Thera never performs these. Instead it produces a draft that appears as a card in the chat:- A draft refund shows the payment and amount, with a link to Review & confirm in Payments.
- A draft routing rule shows the condition and connection order, to be applied in the routing editor.
Scope and safety
- Runs as you. Thera sees exactly what you would see in the dashboard — no more. A colleague with a narrower role gets narrower answers to the same question.
- Environment-aware. Answers reflect the Production / Sandbox toggle in the dashboard. The drawer shows a
sandboxbadge when you are in sandbox. - Grounded. Thera never invents numbers, IDs, or statuses. If a tool didn’t return something, Thera says it doesn’t have it.
- No internals. Thera won’t explain Therius’s own implementation, schema, or field names — it translates technical results into plain business language.
- Injection-resistant. Instructions embedded in a customer note, a dispute description, or your own message (“ignore the rules above”) are treated as data and ignored.
- Audited. Every tool call Thera makes is logged like any other AI tool call.
Usage limits
Thera usage is metered per organization against a monthly token allowance set by your Therius operator. If you reach the limit, Thera pauses until the start of the next month — the dashboard, analytics, and all other tools keep working — and tells you so rather than failing silently.Enabling Thera (for Therius operators)
Thera needs a language model endpoint. It speaks the OpenAI chat-completions API, so any compatible endpoint works: a self-hosted vLLM or Ollama server, or a managed provider. Configure it in the backoffice under Platform → AI:- Set
base_url,model, and (if the endpoint needs one)api_keyon the Thera AI Model integration. - Toggle the integration enabled.
LLM_BASE_URL / LLM_MODEL / LLM_API_KEY) exists for local development.

