Docs

The Agent-Native SDK · 10.01

One Typed Registry: agentis.*

The whole platform exposed as one typed SDK — every call returns { ok, result|error, costCents, durationMs } with a compass.next hint.

SDK

No hidden capability

Every feature described in these docs — memory, orchestration, apps, reach, governance — is reachable through one typed registry, agentisToolRegistry.ts. There's no separate internal API a human uses that an agent can't; if the platform can do something, there's a tool for it, and that tool returns the same predictable envelope every time: { ok, result | error, costCents, durationMs }, plus a compass.next hint on settled calls pointing at the next sensible step.

Continue