Docs

The Agent-Native SDK · 10.03

Extensions: Agent-Authored Operations

agentis.extension.* creates, tests, and resolves sandboxed operations — extension.test dry-runs with sample inputs and catches contract failures before wiring.

Extensions

Prove it before you wire it in

extension.create authors a new sandboxed operation; extension.test dry-runs it against sample inputs specifically to catch a contract failure — a wrong return shape, a missing declared permission, an unhandled input — before that extension is ever wired into a live workflow node. Extensions run through the same sandbox tiers as everything else agent-authored: least-privilege permissions declared explicitly, not assumed.

Continue