Installation
npm install @maxon/sdk

Documentation for building, capping, deploying, and monitoring autonomous on-chain agents.
Getting Started with the SDK
Quick Start .
12.4K views
Configuring Agent Limits
Security .
9.8K views
Natural Language
Builder .
8.2K views
Backtesting Your Strategy
Guides .
7.6K views
Cross-Chain Deployment
Guides .
6.9K views
REST API Authentication
API Reference ·
6.1K views

The Maxon TypeScript SDK makes it straightforward to create, configure, and deploy agents from your own codebase.
TS
TypeScript SDK
v2.4.0
Full-featured client with types, hooks, and examples.
npm i @maxon/sdk
PY
Python SDK
v2.3.1
Data science friendly. Works with Pandas, Jupyter.
pip install maxon-sdk
RS
Rust Client
v2.2.0
High-performance on-chain interaction via ethers-rs.
cargo add maxon-client
GO
Go Client
v2.1.0
Lightweight HTTP + WebSocket client for backend services.
go get maxon.network/client