For LLMs
Two ground-truth artifacts you can paste straight into Claude, GPT, Gemini, or any other assistant so it answers Flint questions from the canonical docs.
Drop-in URLs
| File | Use it for | Link |
|---|---|---|
llms.txt | A short, structured manifest with absolute links to every doc page + the proto. Follows the llmstxt.org convention — paste the URL into a tool that fetches it (Claude Projects, ChatGPT custom GPTs, Cursor docs). | /llms.txt |
llms-full.txt | Every page on this site concatenated into a single Markdown file (~1500 lines). Drop the contents directly into your model's context to ground completions in the docs without any fetching. | /llms-full.txt |
api.proto | The bundled protobuf schema for every service in sweetspot.api.v1. | /api.proto |
openapi.yaml | OpenAPI 3.1 schema for the gRPC-Web service URLs. | /openapi.yaml |
