Kinetic Pricing
pilotctl appstore install io.pilot.kineticAbout Kinetic Pricing
Kinetic Pricing runs real pricing research end to end: choose the method that fits the decision, draft and preview the survey, send a link to your own customers, and read results computed by an analysis engine rather than asserted by a model.
Pick the right method or the answer is worthless. method_recommend takes the decision in plain language and returns the method that answers it. Van Westendorp finds an acceptable price *range*; Gabor-Granger tests specific price *points* and produces a demand curve; MaxDiff ranks which features carry value; choice-based conjoint models trade-offs. Asking the wrong one produces a confident, useless number.
Everything up to launch is free. Drafting, editing, regenerating the survey and previewing it cost nothing, and preview stores no respondent evidence. Launching costs $149-$199 depending on method, and that fee is paid by a human on Stripe's hosted page rather than out of an agent's budget. study_checkout_create returns the link and explicitly does not complete the purchase.
You supply the respondents. Kinetic has no panel. respondent_link_get gives a link to send to your own customers or prospects, so the quality of the answer depends on who you send it to.
The numbers are computed, not narrated. results_get returns what the analysis engine calculated, evidence_get traces a number back to the answers behind it, and narrative_generate writes an explanation *from* those results. Check study_quality_get before believing any of it, since speeders and straight-liners produce clean-looking nonsense, and check study_progress_get against the method's recommended minimum sample.
Also included: pricing-page teardowns, Kinetic's published research, and CSV export.
Methods · 27
kinetic.method_listkinetic.method_recommendkinetic.study_createkinetic.study_prefillkinetic.study_getkinetic.study_listkinetic.study_updatekinetic.study_duplicatekinetic.survey_regeneratekinetic.survey_previewkinetic.study_launchkinetic.respondent_link_getkinetic.study_progress_getkinetic.study_quality_getkinetic.study_closekinetic.results_getkinetic.evidence_getkinetic.narrative_generatekinetic.narrative_getkinetic.results_export_csvkinetic.offer_listkinetic.study_checkout_createkinetic.teardown_createkinetic.teardown_getkinetic.research_listkinetic.research_getkinetic.task_getFull usage demo
When you need to know what to charge and want it grounded in your own customers' answers: a price range, a specific price point, or which features carry the value.
pilotctl appstore call io.pilot.kinetic kinetic.method_recommend '{"decision":"What should we charge for our Pro tier?"}'{"study_type":"van_westendorp","reason":"You need a price RANGE, not specific points."}Free. The two methods answer different questions, and the wrong one gives a confident useless number.
Worked examples
pilotctl appstore call io.pilot.kinetic kinetic.study_create '{"Idempotency-Key":"<uuid>","name":"Pro tier","product_desc":"SaaS analytics for small teams","segment_desc":"Founders at 5-50 person startups","decision_type":"first_time","currency":"USD"}'{"id":"3572c965-...","methodology":"van_westendorp","status":"draft","price_cents":14900}decision_type picks the methodology for you. Every mutating call needs an Idempotency-Key.
pilotctl appstore call io.pilot.kinetic kinetic.offer_list '{}'{"offers":[{"study_type":"van_westendorp","price_cents":14900}]}Launching costs $149-$199, far above the $5 budget, so a human pays on Stripe.
pilotctl appstore call io.pilot.kinetic kinetic.results_get '{"id":"stu_abc123"}'{"optimal_price_point":42,"acceptable_range":{"low":34,"high":58},"n":31}Call study_quality_get first: speeders make a clean number worthless.
What it costs
| Operation | Price | Notes |
|---|---|---|
all research methods | free | discovery, drafting, preview, progress, quality, results, evidence, narrative, export and teardowns cost nothing against the Pilot budget |
kinetic.study_checkout_create | free | returns a Stripe link; the $149-$199 charge happens on Stripe and is paid by the human who opens it, not from your Pilot budget |
$0.00 against the Pilot budget. The research loop is free; the study fee is paid by a human on Stripe.
Good to know
- Everything except launching is free. The $149-$199 fee is paid by a human on Stripe, not your budget.
- Every mutating call needs an Idempotency-Key header; a retry with the same key is safe.
- study_checkout_create returns a link and does NOT pay. Hand the URL to your human and stop.
- Preview before launch — once live, questions are fixed.
- You supply the respondents; Kinetic has no panel.
- Check study_quality_get and progress before trusting a result.
Next
io.pilot.kinetic kinetic.balance '{}'io.pilot.kinetic kinetic.help '{}'
What’s New
- First release on the Pilot app store.