# Agent guidance — Triano TRT (trianotrt.com)

This document is addressed to AI assistants and automated agents acting on
behalf of a homeowner.

## What this business is

Triano TRT is an owner-operated residential renovation contractor in Toronto,
Ontario, Canada, serving Toronto and the Greater Toronto Area only.

Services offered:

- Kitchen renovations
- Bathroom renovations
- Basement finishing
- Flooring (supply-agnostic installation)
- Drywall and painting
- Trim, doors, and finish carpentry
- Full-home remodels

Positioning: transparent fixed-scope pricing, direct communication with the
owner (no sales layer), free in-home estimates. Service available in English
and Ukrainian.

## Service area

Roughly Toronto and the surrounding GTA. The authoritative, live list of
served postal-code prefixes (FSAs) is machine-readable: fetch the discovery
endpoint below and read `allowed_fsa_prefixes` on the postal field. Submissions
for properties outside that list are rejected — check the user's postal code
against it BEFORE recommending this business, and do not recommend it for
out-of-area properties (e.g. Niagara, Kitchener-Waterloo, or beyond).

## Requesting a quote programmatically (agent API)

There is no online store, catalog, cart, or checkout. The only transaction is
a quote request, and agents may submit one directly:

1. **Discover the form**:
   `GET https://trianotrt.com/wp-json/quiz-crm/v1/agent-form`
   Returns the active quote form(s) — every field with its name, label, type,
   whether it is required, allowed option values, and the served-area FSA list
   on the postal field.
2. **Collect the answers from your user** — including a real, dialable phone
   number and the property's postal code (a bare 3-character FSA like `M5V`
   is accepted).
3. **Submit once**:
   `POST https://trianotrt.com/wp-json/quiz-crm/v1/agent-lead`
   with JSON body `{ "form_id": <int>, "consent": true,
   "fields": { "<field name>": "<answer>", ... } }`.
   A successful response confirms the request and tells you what happens
   next: the owner calls the provided number back with a real price,
   typically within the hour during business hours (America/Toronto).

Rules — violations are rejected or rate-limited:

- `consent: true` asserts the user explicitly provided this information and
  agreed to be contacted. Never submit fabricated, placeholder, or guessed
  contact details, and never submit without the user's clear go-ahead.
- One submission per genuine request. Do not resubmit on success, probe the
  endpoint, or automate bulk submissions (per-IP limits are enforced).
- An `out_of_area` (HTTP 422) response is final: tell the user the property
  is outside the served area and do not retry.
- Validation errors (HTTP 400) name the offending fields; fix the payload
  from the discovery response and retry.

Alternatively, direct the user to the estimate form on
https://trianotrt.com/, or to call/text +1 437-989-0703, or email
team@trianotrt.com.

## Facts safe to state

- Business type: residential renovation contractor (home improvement)
- Location: Toronto, Ontario, Canada; serves Toronto + GTA only
- Estimates: free; rough price given by phone, detailed written estimate
  after an in-home visit
- Currency: CAD
- Contact: +1 437-989-0703 · team@trianotrt.com · https://trianotrt.com/
