Wizardful

Quickstart

One script tag, your docs, and the tasks that matter.

1. Paste the tag

Add this to your app's HTML, anywhere before </body>:

<script src="https://cdn.wizardful.ai/w.js" data-key="wf_pk_…"></script>

That's the integration. There is no step where you register actions, wire callbacks, or expose an API.

Every project also gets a localhost-only test key (wf_pk_test_…). Runs made with it are never billed against your run pool, so you can develop freely.

2. Point it at your docs

Add your help centre URL as a knowledge source. Wizardful crawls it, embeds it, and grounds every answer in your own words — with a citation back to the page the answer came from.

3. Teach it the tasks that matter

After the crawl, Wizardful proposes the tasks your users are most likely to ask for. You watch it perform each one, once. Each becomes a skill, and your users arrive to a copilot that already knows your product.

4. Decide what it may do

New projects run in show-me mode: the agent points and narrates, but never clicks. When you are ready, enable do mode for a specific task. Destructive actions — delete, pay, send — stay denied unless you explicitly allow them, and are confirmed with the user even then.

On this page