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.
window.warpy(name, vars).New accounts start with a short onboarding flow that seeds the website, production API base URL, auth setup, enables the knowledge base when you add that first website, and gives you the first install snippet before the full dashboard.
Setup order
Add base URLs, auth settings, and any custom headers first.
Define what the agent may do and group tools into features.
Upload documents for grounded answers.
Install the widget and configure the user-facing behavior.
Runtime model
Core guides
Quickstart
API config
Features and tools
Knowledge base
Activate agent
Runtime flow
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.