Skip to content

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.

https://app.evyai.com/app/chat/?q=<url-encoded question>
  • 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.

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

Try it →

  • URL-encode the question (encodeURIComponent in 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.

💬 Ask evyAI about this