Documentation Index
Fetch the complete documentation index at: https://docs.warpy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Warpy docs
Set up Warpy in the right order.
Warpy lets an embedded widget answer from documents, call the APIs you configure, run frontend handlers you expose, act on the page, and render dynamic output UI. Start with API config, embed the widget, then add tools.
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.
Install the widget and configure the user-facing behavior.
Define what the agent may do and group tools into features.
Upload documents for grounded answers.
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.