ROVENY

AI route links

How AI Models Can Create Clickable Roveny Route Links

Use Roveny to create a clickable road-trip route link with an origin, destination, and optional user-confirmed fixed waypoints. ChatGPT, Gemini, Claude, or another AI assistant can construct the link.

Route-link rules

from
The route's starting place. Required.
to
The route's destination. Required.
via1via10
Optional fixed stops, numbered in travel order.
Optional metadata
*_lat, *_lng, and *_place_id when reliably known.

Every via value becomes a fixed stop, so include only places the user has chosen—not optional recommendations. Use clear place names and URL-encode parameter values. Never invent coordinates or Place IDs; plain place labels are enough for Roveny to resolve.

Instruction block

Copy this instruction into a conversation with a general-purpose AI model:

Create a clickable Roveny route link at https://www.roveny.app/plan.

- Include from=<starting place> and to=<destination>.
- Add only user-confirmed fixed stops as via1, via2, and so on, in travel order (up to via10).
- Use clear place labels and URL-encode every value.
- Never invent coordinates or Google Place IDs. Omit them unless they are known exactly.
- Do not turn recommendations or optional attractions into via stops.
- Return the completed URL as a clickable link.

Examples

Halifax to Sydney via Baddeck

Using Roveny, create a clickable route link from Halifax to Sydney via Baddeck.

https://www.roveny.app/plan?from=Halifax%2C%20Nova%20Scotia&to=Sydney%2C%20Nova%20Scotia&via1=Baddeck%2C%20Nova%20ScotiaOpen example route

Denver to Las Vegas via Durango

Create a Roveny route from Denver to Las Vegas via Durango.

https://www.roveny.app/plan?from=Denver%2C%20Colorado&to=Las%20Vegas%2C%20Nevada&via1=Durango%2C%20ColoradoOpen example route

Frequently asked questions

Can an AI model create a Roveny link without a plugin?

Yes. A model can construct the public /plan URL directly using from, to, and optional via parameters.

Do waypoints become recommendations?

No. via parameters become fixed stops the user has already chosen. Roveny generates optional route-aware suggestions later.

Should an AI invent coordinates or Place IDs?

No. Include them only when known reliably; otherwise omit them. Roveny resolves and verifies locations after import.

Is the full Web editor public?

Public route-link creation and import are available. Some desktop editing features remain in private preview.

Learn more about Roveny