Signature
vyt/vyc first, then the last iframe completion on this page. Safe on every page load.
Returns
Strip
vyt and vyc with history.replaceState after handoff. Full list of reserved params: Return URL parameters.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read the result off the return URL, or the last embedded completion.
function vyget(): VyResult;
vyt/vyc first, then the last iframe completion on this page. Safe on every page load.
| Situation | VyResult |
|---|---|
?vyt=tok&vyc=1 | { token: "tok", verified: true, vyc: "1" } |
?vyc=0 | { token: null, verified: false, vyc: "0" } |
| Embedded run just completed | That result |
| Nothing | { token: null, verified: false, vyc: null } |
vyt and vyc with history.replaceState after handoff. Full list of reserved params: Return URL parameters.