Background
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.

View SDKs on GitHub
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.

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