Skip to main content

Warpy docs

Set up Warpy in the right order.

Warpy lets an embedded widget answer from documents, call approved APIs, run approved frontend handlers, and act on the page. Start with config, then tools, then rollout.

Call approved endpoints from the user’s browser with configured session headers.
Trigger host-side handlers with window.warpy(name, vars).
Act on the page when a manual tool does not exist.
Ground answers in product docs, SOPs, policy docs, or university content.

Setup order

1

Add base URLs and session headers first.

2

Define what the agent may do and group tools into features.

3

Upload documents for grounded answers.

4

Install the widget and configure the user-facing behavior.

Runtime model

End user
   |
Embedded widget
   |
Warpy orchestration
   |-- Backend tool
   |-- Frontend tool
   |-- Screen autopilot
   |-- Knowledge base
   |
Action or answer
   |
End user

Core guides

If base URLs, auth headers, or storage keys are wrong, the rest of the setup will look broken even when the tools are defined correctly.