Watch it done once, then do it yourself
Every part of setting up Kvantia Harness is filmed and written down. There is no onboarding call to book — work through these in order and the first routine runs on your own PC.
Walkthroughs
From installer to a routine that runs itself
Six short videos in the order you need them. Each one has the written steps underneath, so you can read or search instead of watching.
Being filmed The written steps are below — the video follows.
Install and activate your licence
4 min
Running the installer on a Windows PC and pasting the licence key from your purchase email.
Read the steps
Steps
- Download the installer and check it against the SHA-256 shown on the download page.
- Run it on the Windows PC that will do the work. Harness runs there, not in a cloud.
- Open Harness and paste the licence key from your purchase email.
- Activation ties that licence to this one machine. A second PC needs its own licence.
If activation fails, check that the PC can reach the internet for the licence check, then try again.
Being filmed The written steps are below — the video follows.
Connect your own AI provider
3 min
Pointing Harness at the Claude or GPT account or API key you already pay for.
Read the steps
Steps
- Open settings and choose your provider — Claude or GPT.
- Paste your own account credentials or API key. You pay that provider directly, at their price; we add no markup.
- Send a test task to confirm the connection works.
When a task needs the model, the relevant task content goes to that provider under their terms. That is the one place task content leaves your machine, and you decide when.
Being filmed The written steps are below — the video follows.
Grant capabilities safely
5 min
Switching on only what a routine needs, and leaving everything else off.
Read the steps
Steps
- Start from default-deny: out of the box the worker can do nothing.
- Turn on one capability at a time — a folder, a mailbox, a system — for the routine you are building.
- Mark the sensitive ones (sending, spending, deleting, signing) as requiring approval.
- Review the list before you run anything. If a capability is off, there is nothing to jailbreak into.
Credentials are held outside the model context — the AI signs in through a broker by name and never sees the passwords or keys themselves.
Being filmed The written steps are below — the video follows.
Build your first routine
6 min
Describing a repeated job in plain language and letting Harness restate the scope before it runs.
Read the steps
Steps
- Pick one routine your team already repeats and that has a right way of being done.
- Describe it in plain language: the trigger, the sources it may read, and what the finished result should look like.
- Harness restates the scope and goal. Correct it before anything runs.
- Run it once, end to end, and check the result against how you would have done it by hand.
Being filmed The written steps are below — the video follows.
Approvals and the audit trail
4 min
Where sensitive steps pause for a person, and how to read the record afterwards.
Read the steps
Steps
- When a routine reaches a sensitive action, it stops and queues it for approval — even if it is running overnight.
- Open the approval queue, see exactly what is about to happen, then approve or reject it.
- Afterwards, open the run record: what was read, which tools were used, what was queued and what was done.
The record is written in plain language on your machine, so an auditor or a colleague can follow it months later.
Being filmed The written steps are below — the video follows.
Schedule it and keep an eye on it
4 min
Putting a routine on a schedule and seeing what is queued, running, waiting or finished.
Read the steps
Steps
- Give the routine a schedule — every Friday, month-end, or whatever the job needs.
- Use the operational view to see what is queued, running, waiting for approval and finished.
- If a step fails or a source is briefly unavailable, Harness retries; if the machine restarts, scheduled routines resume.
A routine should never quietly stop without you knowing — that is what this view is for.
Everything written down
Prefer to read? The documentation covers the same ground.
The full documentation goes deeper than the videos — every capability, setting and failure state, in text you can search.