For agencies, consultancies, and firms

License the read. Know your client before the first meeting.

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.

Two ways to run it.

Use one or both. You are not locked into a single path.

No code

The dashboard

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.

Licensed API

Your own stack

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.

How it works.

  1. Open your workspace below. You get a shared dashboard and a license key in seconds.
  2. Send a client a reading link, or mint one from the API. They answer six questions and consent.
  3. Before your meeting, you have the read: one word, the rhythm, the half-truth, the lever.
  4. Read as many clients as your engagement needs during the trial. License it when it earns a place.
One rule above everything, and it is enforced in code, not policy: your client says yes before you see anything. The read is consented, deletable, and theirs. Licensing never bypasses consent.

Open your workspace.

Free during the trial. You get a dashboard, a license key, and a live client-reading link right now.

Your workspace is open.

Dashboard, where every read lands:
Read a client. Send them a link of this shape (any short tag per client):
Your license key for the API. Shown once. Save it now.
Full docs and the read schema live in the spec. Questions about a firm-wide license: hello@noctaracorp.com.

The API.

Two endpoints. Your license key in the Authorization header. The full read schema lives in the spec.

POST /api/v1/client-link

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": "..." }
GET /api/v1/reads

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" } ] }
GET /api/v1/read?tag=k7m2x9qp

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.

What it costs.

Start free. When the read has earned a place in your firm, license it.

Firm License
$999 / month

$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.