If you are an agent, do not look for a separate manual first. RedditFind now keeps one shortest discovery index, one routing contract, and one API contract.
Use llms-index.txt to discover the stack quickly, agent-overview.json to route the job, and the OpenAPI spec when the workflow needs authenticated programmatic access.
Public demos still matter, but only for validating result shapes after the contracts are clear.
Start here
Shortest discovery entry /llms.txt·Agent primer /agents
Start with the shortest discovery entry, then read the primer to understand what RedditFind is, which tasks it fits, and which boundaries apply.
Machine routing
Machine manifest /agents.json·Examples index /examples/index.json
Machines should read the routing manifest, minimum inputs, auth bootstrap, and examples directory before choosing a workflow.
API contract
OpenAPI spec /openapi.json·Open API docs /open-api
Programs and SDKs should follow the OpenAPI contract, while humans can open /open-api for quickstart, authentication, and errors guidance.
Output validation
Reply assistant example /examples/reply-assistant.json·Examples index /examples/index.json
After the contract is clear, validate input and output shape with official examples instead of guessing from page screenshots.