Low-stakes follow-up from #882 and an Ora journey after the rescan.
A browsing agent asked "what does uploads.sh do and who is it for?" It never opened llms.txt. It fetched the homepage and /docs, 404'd /features, had no /pricing, then answered from the GitHub README and inferred "free" from the homepage SoftwareApplication offer (price: 0). It never found Free 250 MB or Pro at $10/month.
Journey: https://journey.ora.ai/f48e3bbd-5dd0-40b2-8aef-65ed86f0c4cf
Current source of truth
Hosted plan caps already live at /docs/limits, driven from @uploads/billing PLANS. #882 also added a Pricing section to llms-full.txt. That is enough for agents that already know those URLs. This issue is only about agents that land on the HTML site and look for /pricing or a pricing.md.
Ideas (pick later)
- A
/pricing.md (and maybe /pricing) that routes to the same numbers as /docs/limits. Do not fork the catalog.
- A short Free / Pro line on the homepage HTML, with a link to
/docs/limits.
- Leave it.
/docs/limits is already linked from docs nav and llms.txt.
Ora also has a pricing.md exists check (/pricing.md). That is bonus/emerging on their full ranker. It is not needed for the is-agentic essentials score (already 100/100).
Not this issue
Do not invent a second price table. Stripe remains the live Pro amount. Do not chase /features. Do not open unauthenticated MCP tools/list or fabricate rate-limit headers (see #882).
Low-stakes follow-up from #882 and an Ora journey after the rescan.
A browsing agent asked "what does uploads.sh do and who is it for?" It never opened
llms.txt. It fetched the homepage and/docs, 404'd/features, had no/pricing, then answered from the GitHub README and inferred "free" from the homepageSoftwareApplicationoffer (price: 0). It never found Free 250 MB or Pro at $10/month.Journey: https://journey.ora.ai/f48e3bbd-5dd0-40b2-8aef-65ed86f0c4cf
Current source of truth
Hosted plan caps already live at
/docs/limits, driven from@uploads/billingPLANS.#882also added a Pricing section tollms-full.txt. That is enough for agents that already know those URLs. This issue is only about agents that land on the HTML site and look for/pricingor apricing.md.Ideas (pick later)
/pricing.md(and maybe/pricing) that routes to the same numbers as/docs/limits. Do not fork the catalog./docs/limits./docs/limitsis already linked from docs nav andllms.txt.Ora also has a
pricing.md existscheck (/pricing.md). That is bonus/emerging on their full ranker. It is not needed for the is-agentic essentials score (already 100/100).Not this issue
Do not invent a second price table. Stripe remains the live Pro amount. Do not chase
/features. Do not open unauthenticated MCPtools/listor fabricate rate-limit headers (see #882).