Typed clients
Model protocol resources and events across web and Node.js environments.
See conceptsThe TypeScript SDK helps teams expose Poiva through dashboards, developer tools, admin experiences, and browser-based operations while preserving protocol intent.
What this page covers
Model protocol resources and events across web and Node.js environments.
See conceptsUseful for reactive UIs, event streams, and workflow tooling.
See MCPSupport domain profiles without mutating core protocol semantics.
Read specconst mission = await poiva.missions.create({...});
await poiva.evidence.attach(mission.id, evidence);
const verification = await poiva.verifications.evaluate(mission.id);
Understand the shared goals across languages.
Back to overviewHelp shape future SDK conventions and extension design.
Join discussionTypeScript implementations can evolve quickly, but the protocol surface should remain stable enough for other systems to understand.