Build Care experiences on the same rails Heyrafiki runs on: Identity, Matching, Scheduling, Records, Claims and Payments, exposed as clean, documented APIs.
$ curl https://api.heyrafiki.space/v1/matches \
-H "Authorization: Bearer hey_sk_..." \
-d language=sw \
-d modality=cbt \
-d budget=2500
{
"matches": [
{ "practitioner": "prac_8Kd2", "fit": 0.97,
"verified": true, "next_slot": "today 16:00" },
],
"consent_scope": "matching_only"
}Compose them into anything from a university counselling portal to a national Insurer integration.
Compatibility-ranked Practitioner matches from structured preferences.
Availability, Bookings and Session Rooms that respect time zones.
Structured, coded Claims generated from approved Notes.
Every event on the Care pathway, delivered where you build.
Records, Payments and Verification Run on the same Rails.
Clinical data moves in the standards health systems already run on, FHIR and ICD-10, so one integration reaches everything on the rails. Aggregate Program Reporting is designed to align with national health reporting systems, DHIS2 included, so what you build here can plug into what Ministries and Counties already run.
Therapy Session
Generalized Anxiety
Clinical Assessment
Post-Traumatic Stress
The core opens under an OSI-approved licence with the Platform, so anyone can read exactly how Records, Consent and Payments are handled.
Match, book, document, settle. Each step is one request, and every step emits a webhook, so your system knows what happened the moment it happens.
1curl https://api.heyrafiki.space/v1/matches \
2 -H "Authorization: Bearer $KEY" \
3 -d '{
4 "concerns": ["grief"],
5 "language": "sw",
6 "availability": "evenings"
7 }'
8
9# 200 OK
10{
11 "matches": [{
12 "practitioner_id": "prc_9d2",
13 "fit": 0.97,
14 "licence": "verified",
15 "reasons": ["speciality", "language"]
16 }]
17}The rails carry more than our own product. Three starting points, and the primitives each one composes.
Students book verified Counsellors from a campus portal, with wellbeing trends reported to student services in aggregate only.
Community health workers screen with validated instruments in the field, and escalate to licensed Practitioners when a score calls for it.
Structured Claims flow straight into your adjudication systems, with the audit trail attached and settlement events in real time.