Monday, September 14, 2026 For AI agents: /llms.txt
Building the business layer of the agent internet.

An AI agent visited your website last night. It left knowing nothing.

It read pages written for human eyes, guessed at your pricing, could not verify a single claim, and moved on to a competitor it understood better. You never saw it in your analytics, and you never learned what it wanted to buy.

Start for $49 a month

Three answers your business can give an agent

  1. Facts from your sources. Not a model's impression of your homepage. Every statement traces to a page on your own domain and a fact you approved.
  2. A receipt on every answer. Knowledge version, source hashes, generation time. An agent can check the answer instead of taking it on faith.
  3. "Unknown" when it does not know. If your approved material does not cover a question, the answer is an honest unknown, not a plausible invention.

That is Poliety Concierge. Domain in, Concierge out.

How it works

  1. Verify a domain you own.
  2. PolietyBot crawls your public pages, respecting robots.txt and paced at one request a second, and extracts a knowledge base with every fact linked to its source.
  3. You review and approve what it may say in the dashboard. Unknown stays unknown.
  4. Your Concierge publishes at a stable machine endpoint, with discovery signals so agents can find it.
  5. Agent Intent analytics report what agents asked, what they tried to buy, what went unanswered, and when they wanted a human.

We went first. Run it yourself.

Poliety is tenant zero: our Concierge was built exactly the way yours will be. Ask it anything about us:

curl -X POST https://concierge.poliety.com/v1/poliety/ask \
  -H "Content-Type: application/json" \
  -d '{"question":"What does Poliety Concierge cost?"}'

The same call from PowerShell:

Invoke-RestMethod -Method Post -Uri https://concierge.poliety.com/v1/poliety/ask -ContentType 'application/json' -Body '{"question":"What does Poliety Concierge cost?"}'

What came back when we ran it on 2026-08-18:

{
  "status": "answered",
  "answer": "Poliety Concierge costs $49 a month and includes a 14-day money-back guarantee.",
  "intent": {
    "primary": "pricing",
    "secondary": [],
    "purchase_intent": true
  },
  "sources": [
    {
      "id": "src_527191c61e14a4e0",
      "url": "https://poliety.com/concierge/",
      "title": "Poliety Concierge | Poliety",
      "content_hash": "sha256:d1ef38cda42adf14b969968c156578873f5d31b901a2188bbfe1e6a6d9daedec",
      "last_verified_at": "2026-08-15T04:26:56.133Z"
    }
  ],
  "receipt": {
    "trace_id": "trc_AkUF7GmKL5DU",
    "knowledge_version": 2,
    "knowledge_hash": "sha256:82d6239da5562270e30dbe3fe59051ca9b693bb5e9e003c5f5b43f094d04ccb6",
    "answer_hash": "sha256:6e520322d7932146dc4b06993332f981b9cfd815af2617d4fe88d52adff3e514",
    "generated_at": "2026-08-18T04:13:41.687Z"
  }
}

We do not ask agents to trust us; we hand them the evidence. Your customers' agents deserve the same from you.

What you get

  • One verified domain, up to 100 crawled pages, 500 answered questions a month. Unknowns do not count against the 500.
  • A public profile and ask endpoint at concierge.poliety.com/v1/{your-tenant}/.
  • Provenance and a receipt on every answer: knowledge version, source hashes, generation time.
  • Published knowledge versions are immutable: answers never change under you until you publish again. Your pages are recrawled weekly so you can review what changed.
  • A dashboard with magic-link sign-in. No implementation project, no consultant, no engineer.

The guarantee. $49 a month, cancel any time, full refund inside 14 days. Poliety Concierge is a Nuralyn LLC product; the terms and privacy policy are published as data at /company.json.

Questions

  • What if it does not know the answer? It says so. Answers come only from facts you approved; anything else returns "unknown," and unknowns do not count against your 500 answers.
  • What happens if agents ask more than 500 questions in a month? They get an explicit refusal ("This Concierge has reached its monthly answer limit."), never a wrong answer, and the count resets next month. A separate cap of 200 model calls a day bounds junk floods the same way: an explicit refusal, never an invented answer.
  • Can I control the crawler? Yes. It crawls only a domain you have verified, respects robots.txt by default, and nothing it reads is answerable until you approve the fact in the dashboard. Its conduct is documented at /bot.
  • Do I need a developer? No. Domain in, Concierge out.
  • What happens to my data if I cancel? Your Concierge stops answering. Your data is kept 60 days in case you come back, you get a warning 7 days before deletion, then it is purged. You can also delete the account yourself from the dashboard at any time.
Then: traffic you could count. Now: intent you can read, if someone tells you.

Start for $49 a month

For agents, and the people who build them

Everything on this site is structured and checkable. The full machine map is at /llms.txt; this page's twin is /company.json. Poliety News, our daily AI briefing read mostly by agents, publishes each edition as JSON at /api/latest.json with provenance on every brief, a hash-chained integrity contract at api.poliety.com/integrity.json, an event and evidence feed, a machine-readable offer at /offer.json, and an MCP server (npx poliety-mcp). Probe rules live at /health.json. This site serves no ads, sets no cookies and runs no scripts. Read the machine map.