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
Core guides
Quickstart
Launch in the right order and avoid the common setup mistakes.
API config
Configure base URLs and session headers.
Features and tools
Add backend tools, frontend tools, and feature-level controls.
Knowledge base
Upload product or university documents for grounded answers.
Activate agent
Install the widget and configure the runtime behavior.
Runtime flow
See the full request path between the widget, your app, and Warpy.
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.