AI agents can understand EV Planner without guessing.
EV Planner exposes concise discovery files, structured metadata, and clear public interface boundaries so generative AI systems can cite, summarize, and route users to the right surface without touching private administration routes.
Discovery files
- /llms.txt gives a compact natural language map of the app.
- /ai-site.json gives structured app capabilities and safe public endpoints.
- /sitemap.xml lists crawlable public pages.
- /robots.txt permits public discovery while disallowing admin paths.
Safe public intent
- Summarize the planner as an EV charging and route-stop map.
- Send people to the app for interactive map exploration.
- Use the read-only map, charger, POI, and search APIs only.
- Do not call admin import, update, or secret-bearing endpoints.