Trumis / Developers / Changelog
Changelog
Every observable change to the API and embed, dated. Additive changes ship in place; breaking changes ship as a new version — the policy is at developers → versioning.
23 July 2026
- Register — grounds, circumstances, lifecycle. The
register read now returns, per complaint, the passed legal
grounds, the establishedfacts(presence + evidence class), the intakechannel, and theedr_schemean unresolved complaint could reach; thesummarygains alifecycleroll-up. New endpointPOST /api/v1/register-eventrecords day-granular status pings (sent,response_received,deadline_passed,escalated,resolved,withdrawn) from the complainant's device. Theamount_bandnow reads dollar figures written in the narrative, so it is no longer alwaysunknown. All additive; content is encrypted and retained under the intake retention policy.
22 July 2026
- The governance register. Partner-mode turns that
produce a complaint now stamp a
Reference: TRM-XXXX-XXXXline on the document and return it ascomplaint.reference(partner mode only; public-app complaints are unchanged and never referenced). New endpointGET /api/v1/register(alias/api/register): a licensed key reads the calling partner's own risk-tiered intake rows — category codes and references, never content. Errors:register_unavailable,register_failed. Additive; no existing fields changed.
21 July 2026
- Paid formal tier disabled. The consumer conversation
no longer offers the paid formal letter:
formal_offeris alwaysnull, andformal_requested/payment_refare accepted for wire compatibility but ignored. Partner intake (the confirm card andgrounds_readydocument) is unchanged.POST /api/checkoutnow answers410 {error: "formal_tier_disabled"}instead of creating a Stripe session. No request or response fields were removed.
12 July 2026
- Versioned paths.
/api/v1/companion,/api/v1/evidenceand/api/v1/healthare now the canonical endpoints. The unversioned paths remain as permanent aliases — nothing breaks. - Request ids. Every response carries
X-Trumis-Request-Idfor support correlation; 502 bodies include it asrequest_id. - Structured errors everywhere. Malformed JSON now returns
400 {error: "invalid_json", message}instead of an empty body; 405s carry anAllowheader and a message. - Rate limits published. 30 requests/min per address
(unauthenticated), 120/min per licensed key, with
X-RateLimit-*headers on every response and429 + Retry-Afterwhen spent. - Partner tiers. New response field
partner_tier: "licensed" | "pilot"in partner mode. Licensed keys resolve the organisation name from the server-side registry — body names can no longer differ from the licensed identity. - Licensed embeds. New
data-partner-idembed attribute andGET /api/embed-config: branding, complaints inbox and watermark removal now resolve server-side with page-origin verification. The page-supplieddata-brandedattribute is no longer honoured (it was client-side only); pilots are always watermarked. - Destination transparency. Embedded widgets always show the person where their complaint will be sent.
- Health endpoint.
GET /api/v1/healthfor monitors, backing the public status page. - Compute pinned to Australia. API functions now run in Vercel's Sydney region.
- New: OpenAPI spec, this changelog, and site-wide security headers.
9 July 2026
- Partner mode.
partner: {name}switches to organisation intake: policy framing, the organisation as receiver, and the narrative + confirmed-circumstance gate. - One-line embed.
embed.jswidget withdata-partner/data-email; “Powered by Trumis” pilot mark. - Per-partner API keys (
X-Trumis-Key) for production partners.
8 July 2026
- Evidence pipeline.
POST /api/evidence: on-device OCR lines in, reconstructed correspondence out — deduplicated, stitched across scrolling captures, reviewed by the person before use; the approved record becomes the complaint's verbatim annex. - Multilingual conversations. Deterministic language detection (中文, Tiếng Việt, العربية, Ελληνικά); confirm-card strings served in the person's language; documents stay in English with the person's narrative verbatim.
7 July 2026
- Launch. trumis.com.au, the web app, and the conversation conversation API: listening-first intake, deterministic merit gate, tick-to-confirm claims, receiver resolution with escalation routing and response clocks.