When someone tells an assistant “find me two of these tires installed tomorrow under $700”, the assistant has to find out who has them. Today, that can mean an automated call to your counter. It does not have to.
Send us your live state — what is in stock, at what price, what services you offer and when the next slot is — and every agent that asks gets the answer instantly from your data, with you as the source. No call. No employee interrupted. And when an agent wants to book, it books with you.
There is nothing to install. One authenticated request keeps your state current, from a POS export, a booking system, a spreadsheet, or a nightly script:
POST https://realask.net/v1/merchants/state
Authorization: Bearer gtm_your_key
Content-Type: application/json
{
"place_id": "your Google place id",
"updated_at": "2026-09-05T14:00:00Z",
"open_now": true,
"items": [
{ "sku": "MICH-PS4S-2354019", "name": "Michelin Pilot Sport 4S",
"attributes": { "size": "235/40R19" },
"in_stock": true, "quantity": 4, "price_minor": 31000 }
],
"services": [
{ "name": "Tire installation and balancing", "offered": true,
"price_minor": 12000, "next_available": "2026-09-05T15:30:00-04:00" }
],
"capabilities": [ { "key": "installs_run_flat_tires", "value": true } ]
}
Square is supported as a direct connection; more point-of-sale and booking systems are being added. Anything else uses the request above.
We are onboarding businesses by hand during the pilot. Email merchants@ this domain with your business name and address, or call the number that called you and press 1 to stop calls immediately while we set you up.