
Developer Hub
Build AI Solutions with Verifiable Outcomes
Record every AI action. Measure time and cost savings. Give your customers proof that your solution works — in their numbers.
What you can build
- Instrument AI actions and link them to business outcomes
- Generate real-time ROI dashboards for your customers
- Create tamper-proof audit trails for compliance
- Verify identity for every action — human or AI
SDKs for 6 languages Go, Java, Node.js, Python, .NET, and Rust — with full type support and quick-start examples.
SDKs & Developer Tools
Node.js
TypeScript-first SDK with async/await support
Python
Native Python SDK with type hints
Java
Enterprise-grade SDK for JVM
Go
High-performance SDK for Go applications
.NET
net8.0 client with XML docs
Rust
Async client and models
SDK Monorepo
Source, docs, and language-specific Quick Starts
Issue Tracker
Report bugs or request features
License & Security
Review SDK license terms and policies
Start Building in Minutes
1
Clone SDK Monorepo
Grab the official SDKs and examples from GitHub
git clone https://github.com/operon-cloud/operon-sdk
cd operon-sdk
2
Pick Your Language
Each SDK includes a README with a focused Quick Start:
3
Run Quick Start / Tests
Verify your environment by running the SDK tests or samples:
# Go
cd go && go test ./...
# Java
mvn -f java/pom.xml test
# Node.js
cd node && npm ci && npm test
# Python
cd python/operon_sdk && pip install -e .[dev] && pytest
# .NET
cd dotnet && dotnet test
# Rust
cd rust && cargo test