The agent front door for service businesses.

AI assistants already fetch ordinary business websites to answer people's questions, reading unstructured HTML and guessing. Ajar hosts one page per business that assistants can read cleanly: services, prices, hours and areas, kept accurate. Every quote and booking request is held for the owner to approve or decline. Readiness is the product. Traffic is not promised, and there is no per-business visit report.


What it is

One hosted page per business, generated from the presence they already have. It serves an llms.txt answer sheet, schema.org structured data, and an MCP endpoint with nine tools. Seven are deterministic reads with no LLM in the answer path, so a price is never hallucinated. Two are the gated pair: a quote request and a booking request that bind nothing on their own.

We host and serve it, at agents.ajarhq.com/t/your-name. It does not run on your own domain and we do not ask you to point one at us: you link to your page from the site you already have. Another business is another row.

Who it is for
  • Quote-first trades: electricians, plumbers, builders
  • Small clinics and other quote-first services
  • Consultancies and remote services with no visiting address
  • Owners who never want a machine committing on their behalf

A visiting address is optional: you say either where you are or which areas you cover. What it needs is a service you can name and a price you can state. English and Swedish throughout.


How it works
01

Paste your website

Six short steps at /start. We read the site and hand the form back filled in, each value saying where we read it and anything guessed marked as a guess.

02

The page goes live

llms.txt, schema.org and the nine MCP tools, hosted by us and listed in the directory at /discover. Not public until you claim it with one click.

03

Requests wait for you

Every quote and booking request lands as a held row in your inbox. Approve or decline. Nothing is confirmed, sent or sold without that.

agent GET /t/<slug>/llms.txt → deterministic read, no LLM agent tools/call list_services → the real services, the real prices agent tools/call request_booking → pending_owner_confirmation, held, binds nothing owner GET /inbox/<token> → every held request, waiting owner POST /approve/<token> → approved or declined, recorded

Live today, honestly
~2,000
agent fetches in seven days on one small Swedish B2B site, counted from server logs before anything was sold
~35 / day
from live assistant sessions, and zero structured actions they could take

Discovery, not demand. Somebody else's site, sampled, one week, generalising to nothing on its own. It means machines are reading and guessing now. It does not mean anyone booked. It is also not a number we can produce for you: agent traffic is counted per domain on the zones we run, so there is nothing per-business to hand over. What you see per request is the held requests.

# the endpoint runs today $ curl .../t/<slug>/llms.txt # services, prices, hours, areas $ tools/call list_services {"name":"Recurring home cleaning","price":"549 SEK/hour"} {"name":"Move-out cleaning","price":"from 2900 SEK"} {"name":"Window cleaning","price":"1195 SEK"} $ tools/call request_booking { "status": "pending_owner_confirmation", "request_id": "b7e4…" } # now in the owner's inbox

Reads answer instantly. The gated pair waits for a human.


Pricing
Start here

Free

0 SEK/mo
  • Your answer page at agents.ajarhq.com/t/your-name
  • Services, prices, hours and areas as llms.txt, schema.org and MCP
  • Quote and booking requests, each held for your approval
  • Listed in the public directory of claimed businesses
More than one address

Pro

599 SEK/mo
  • Everything in Free, once per location
  • A page and a request inbox for each, on one invoice
  • We build each page and make the changes you send in
So you hear it from us

Not sold

because it is not built
  • Your endpoint on your own domain
  • A report of which assistants fetched your page
  • Integrations with your booking or invoicing tools
  • A self-serve editor: send changes and we make them

Two tiers, and the free one is the whole product. Prices in SEK, excluding VAT. Pro is invoiced quarterly through Fortnox; there is no card checkout. Cancel any time and it runs to the end of the invoiced period. The free tier stays free.


See it work