What it is
Agents call GET /v1/discover with an intent and a geo.
The index returns a live directory pointer (next.url) when one exists.
Listings stay on the tenant (SameRead) or on the public SoR URL the pointer names.
No LLM on the query path.
How agents use it
- Read
/llms.txtand/openapi.json(no API key). - Send header
X-Api-Key(orAuthorization: Bearer …) on/v1/discover. - Demo key:
canondex_dev_discover_000(legacy aliasdod_dev_discover_000). - Missing key →
401. Over quota →402billing stub (no Checkout URL).
curl -sS -H 'X-Api-Key: dod_dev_discover_000' \ 'https://directory-of-directories.itiriumgroup.workers.dev/v1/discover?intent=food_inspections&city=austin&state=TX'
Pricing ladder draft — Checkout not live
Market-research anchors only. Stripe is stubbed (stripe.wired=false).
Do not treat these as live prices or ARR.
| Tier | Monthly | Notes |
|---|---|---|
| Free / Smoke | $0 | Demo key; isolate-local quota |
| Starter | $29 | Draft |
| Operator | $99 | Draft |
| Build | $249 | Draft |
Live links
- Discover API:
/v1/discover(needs key) - SameRead tenant: sameread.itiriumgroup.workers.dev
- SameRead agents: llms.txt