Category 10 of 12
The Agent-Native SDK
How agents call the entire platform as one typed agentis.* registry in code mode, plus extensions, media generation, and orientation tools.
Pages in this category
The whole platform exposed as one typed SDK — every call returns { ok, result|error, costCents, durationMs } with a compass.next hint.
Agents compose behavior as async JavaScript against a single agentis.* object — dramatically fewer round-trips and far less drift than multi-tool JSON choreography.
agentis.extension.* creates, tests, and resolves sandboxed operations — extension.test dry-runs with sample inputs and catches contract failures before wiring.
Provider-pluggable image, audio, speech, and video generation, plus vision, transcription, and document extraction feeding the same content-addressed asset store.
An agent that just woke up gets its bearings with agentis.orient, agentis.plan, agentis.reflect, agentis.space.summary, and agentis.canvas.context — a briefing of where it is, what's in flight, and what to do next, before it touches the world.
Four private, internal shared packages behind the public surface — what each holds and why they aren't a publishable client SDK today.