Your client answers six questions on their phone. Before you ever sit down, you have their word, their rhythm, and the part they are protecting. License it for your whole firm.
Open your workspace Free to start. No card.Use one or both. You are not locked into a single path.
Every consultant on your team sends clients a reading link. Each read lands in one shared book: the client's word, rhythm, drift, and the lever that actually moves them, before session one. Built on the same engine coaches already use.
A license key drops the read into your CRM, your intake form, your own product. Mint a client link, the client consents, you pull the structured read back. The identity layer, inside your tools, under your brand.
Free during the trial. You get a dashboard, a license key, and a live client-reading link right now.
Two endpoints. Your license key in the Authorization header. The full read schema lives in the spec.
Mint a reading link for a client. Send them the link; they answer six questions and consent.
curl -X POST https://noctaracorp.com/api/v1/client-link \
-H "Authorization: Bearer noctara_lk_..." \
-H "Content-Type: application/json" \
-d '{"client_name":"Jane Doe"}'
{ "ok": true, "tag": "k7m2x9qp",
"link": "https://noctaracorp.com/r/yourorg/k7m2x9qp",
"expires_at": "..." }
List your clients and their reads. The word and rhythm come back only for clients who consented; the roster always returns so you can match your CRM.
curl https://noctaracorp.com/api/v1/reads \
-H "Authorization: Bearer noctara_lk_..."
{ "ok": true, "count": 1, "reads": [
{ "tag": "k7m2x9qp", "email": "jane@firm-client.com",
"status": "active", "read_visible": true,
"word": "FORGEKEEPER", "rhythm": "Builder" } ] }
The full read for one client: the word, the rhythm, the force, the half-truth, and the lever that moves them. Consent-gated.
curl "https://noctaracorp.com/api/v1/read?tag=k7m2x9qp" \
-H "Authorization: Bearer noctara_lk_..."
{ "ok": true, "read_visible": true,
"word": "FORGEKEEPER", "rhythm": "Builder", "force": "Fear",
"half_truth": "...", "mirror": "...", "posture": "...",
"risk_line": "...", "compliance_lever": "..." }
The consent rail is enforced server-side: a client's word is never returned until they have consented to your org. Lose your key? Email hello@noctaracorp.com to rotate it.
Start free. When the read has earned a place in your firm, license it.
$999 a month, or $9,990 a year. Every consultant on your team. Unlimited client reads. The dashboard and the API. Cancel any time.
Bigger book? Enterprise and white-label start from $2,500 a month, with an SLA. Talk to us.