Start using Orwel in under 5 minutes — set it up with AI, or call the API directly.
There are two ways to get going: let an AI assistant wire Orwel for you from a prompt (the fastest path, and where most setups are headed), or work with the API directly.
Install the Orwel agent skill once. Your assistant (e.g. Claude Code) then knows the whole SDK — install, init, tracking, and conversions — and writes correct code from a plain-language prompt.
npx skills add hyperlabs-ai/hyper-skills/orwel
Then just describe what you want. A few examples:
Add Orwel tracking to this project. Key: orwel_pk_xxxxxxxxxxxxxxxx
Track quote creation in the quote builder with Orwel, including the amount and currency.
Fire an Orwel conversion when the signup form submits, with the selected plan as a property.
The skill follows Rule 0 — it reads the key from an environment variable per framework and never hardcodes it — and knows the SDK’s validation rules, so generated calls are correct and safe by default. Details on the AI Skill page.
Prefer to wire it by hand? Follow the SDK guide for manual installation and initialization.