Static endpoints

The public half of the directory is also on disk: no auth, rewritten whenever the directory changes. It is the fallback, not the front door: search_platforms and qualify_project need no account either, and they answer the question instead of handing over a file to parse.

The per-form briefs are not in any of them. Those come from the server, with a token, and already filled in from a stored project. Everything needed to submit by hand stays free and unauthenticated: eligibility, steps, requirements, gotchas.

A starting prompt for an agent working from the file:

Fetch https://submitmap.com/llms-full.txt and read the platform records.

Product: {NAME} ({URL}) - {ONE_LINE_DESCRIPTION}
Pricing: {PRICING}. Stage: {STAGE}.

1. Filter to platforms where the product meets everything under
   "You need" and trips nothing under "You will be rejected if".
   Say which were excluded and why.
2. Order the rest by approval time, slowest first, so long reviews
   start early.
3. For each, draft the submission from its steps and requirements,
   and stop rather than invent a value I have not given you.
Return one section per platform, ready to paste.

If your client can hold a connection, use the server instead: it is a minute of setup and the matching runs against the same rules the site is built from.

NextWhat it will not do