GETTING STARTED
Ship your first agent in 5 minutes
A condensed walkthrough — install the SDK, define an agent, connect a tool, deploy.
- 01Install the SDKnpm install @neoagent/sdk — TypeScript and Python clients are first-class.
- 02Define your agentDeclare objectives, tools, and guardrails in a single Agent class.
- 03Connect a toolAny function with a typed signature becomes a callable tool.
- 04DeployOne command pushes globally onto NeoAgent's managed runtime.
Full API reference is available to enterprise customers from the in-product help menu.