Chat URL API: Deep-Linking into the evyAI Agent
Any link can open the evyAI Agent with a question already asked. This is how “Ask evyAI about this” buttons work across the web — and you can use it from your own CRM, directory, docs, or emails.
Format
Section titled “Format”https://app.evyai.com/app/chat/?q=<url-encoded question>Behavior
Section titled “Behavior”- The question auto-submits on arrival — the user lands in an answer, not an empty chat box.
- The parameter survives the login redirect: logged-out users sign in and the question still fires. Safe to use in emails and public pages.
Example
Section titled “Example”Ask “How does the 1-5-10-20 method work?”:
https://app.evyai.com/app/chat/?q=How%20does%20the%201-5-10-20%20method%20work%3F- URL-encode the question (
encodeURIComponentin JavaScript). - Keep questions specific — the Agent answers better with context: “How do I save a LinkedIn profile into a list with evyAI?” beats “help”.
- Use
?q=— not?p=or other parameter names.