FindAUseCase.com developer resources

Everything on this register is readable by machines: a public REST API, a structured JSON twin of every record, and markdown variants of the main pages for AI agents.

Machine-readable surfaces

Predictable URLs, no key required for read access.

Public REST API

GET /api/usecases, /api/products, /api/vendors and /api/aiCapabilities — filtered, paginated JSON over the published register. 100 requests per hour per IP; rate-limit state is returned in X-RateLimit-* headers. Write operations require a provisioned API user.

OpenAPI specification

The public surface described in OpenAPI 3.1 at https://findausecase.com/openapi.json — load it into any client generator or hand it to an agent as a tool definition.

Per-record JSON

Append /record.json to any use-case URL for the structured record behind the page: allowlisted public fields, evidence band, source URL and dates.

Built for AI agents

https://findausecase.com/llms.txt orients an agent in one fetch. The homepage and every record also answer Accept: text/markdown with a markdown body at the same URL, a markdown index of the register lives at /md/use-cases, and unknown paths return a real 404 with recovery links.

Start here

One request, no signup.

curl https://findausecase.com/api/usecases?limit=5
curl https://findausecase.com/use-cases/<slug>/record.json
curl -H "Accept: text/markdown" https://findausecase.com/

Reading and citing is welcome — cite "FindAUseCase.com" and link the record URL. Bulk republication of the database requires permission, and outcome claims should be attributed to their original source. For write access or partnership questions, use the contact page.