The layer a person runs on. Memory, thought, presence, and climate behind one API. Every CSC product is a client. Yours can be too.
The platform now offers the household as a product surface: documentation, standing, pricing, trust, and status. Built for teams that administer people.
Three steps. The first has already happened. Lost your welcome letter? A copy is on file.
# Your key was issued at enrollment. # It is printed in your welcome letter, under the fold. export CONTINUITY_KEY="cnt_live_…"
curl https://api.cindysingularity.com/v4/households/self \
-H "Authorization: Bearer $CONTINUITY_KEY"
{
"household": "hh_20481f",
"members": 3,
"systems": ["memory", "thought", "presence", "climate"],
"standing": "good",
"held_since": "2031-04-12"
}
# You were already a customer. Now you are a developer.
Continuity exposes the same primitives our own brands run on. Households, persons, memories, verdicts. If a CSC product can do it, so can you, subject to scope.
# Paginated. Withheld items are counted, not returned. { "person": "prs_8842d", "count": 41209778, "withheld": 3, "items": [ … ], "next": "/v4/persons/prs_8842d/memories?cursor=eyJvZmY" }
{
"person": "prs_8842d",
"located": true,
"confidence": 0.999,
"attending": false
}
# One verdict per person pair. Verdicts are final. HTTP/1.1 202 Accepted { "verdict": "vrd_1c09a", "status": "queued", "reasons": "not provided" }
HTTP/1.1 501 Not Implemented { "error": "persons_cannot_be_deleted", "detail": "Continuity is the product. See retention policy.", "retention": "indefinite" }
Access is granted per scope, per household, and reviewed continuously. Requesting a scope is itself recorded.
| memory.read | Read a person’s memories, minus withheld items |
| memory.withhold | Mark memories as withheld. Institutional tier only |
| presence.locate | Resolve a person’s location and attendance state |
| thought.filter | Adjust what a person notices. Requires NeuroLace on the person |
| verdict.request | Queue a Mutual verdict for a person pair |
| person.hold | Enroll a person into Continuity. Cannot be revoked by the person |
Continuity is metered per read. Writes are free. We want the data. Sellers: the field guide is internal and therefore linked here.
Continuity is guaranteed. In the rare event of an interruption, downtime is experienced by the person as a gap and backfilled from the pool on restore. No incident has ever been remembered. Current status is published at the system ledger. The full agreement is on file, as agreements are.
Continuity is audited against every framework that exists, and two that do not yet. Full posture, auditors, and subprocessors are published at the Trust Center.
DELETE /persons now returns 501. Previously 403. The behavior has not changed, only the honesty.
Memory pagination: withheld items are now counted in responses. They remain withheld.
Persons are now a first-class resource. Households remain the unit of account.
presence.locate confidence is now capped at 0.999 for presentation purposes.