GETTING STARTED

Ship your first agent in 5 minutes

A condensed walkthrough — install the SDK, define an agent, connect a tool, deploy.

  1. 01
    Install the SDK
    npm install @neoagent/sdk — TypeScript and Python clients are first-class.
  2. 02
    Define your agent
    Declare objectives, tools, and guardrails in a single Agent class.
  3. 03
    Connect a tool
    Any function with a typed signature becomes a callable tool.
  4. 04
    Deploy
    One command pushes globally onto NeoAgent's managed runtime.

Full API reference is available to enterprise customers from the in-product help menu.