Developers

Continuity infrastructure for your product.

Give users portable projects, approved memory, neutral context, and persistent agents through SDKs, APIs, MCP, and a broker you can host or manage.

A neutral continuity layer for products.

SDK

Embedded runtime

Integrate project state, memory proposals, context compilation, and capability enforcement directly.

API

Continuity broker

Connect provider adapters, encrypted synchronization, policy enforcement, and disclosure receipts.

MCP

Compatible tools

Expose continuity operations limited to the current purpose without exposing root authority.

Independent from providers.

Canonical state never depends on provider conversation IDs, embeddings, assistant profiles, or formats unique to one model.

Request the smallest authorized projection for a task, including explanations and redaction records.
Submit candidate understanding without directly changing the user's approved state.
Change the model that powers an agent while retaining identity, permissions, and work history.
const context = await wclmfenx.context.compile({
project: "launch",
provider: "provider-b",
task: "continue partner brief",
capability: projectGrant
});

const response = await provider.invoke(context);

await wclmfenx.memory.propose(response);

Build a product users can leave without losing themselves.

Adopt the continuity layer without creating another permanent provider silo.

Request developer access