Asoba Ona Documentation
Get Started in 5 Minutes

Try our freemium API or use our SDKs

Code Examples

Get started quickly with copy-paste examples

Generate Forecast

from ona_platform import OnaClient

client = OnaClient()
forecast = client.forecasting.get_site_forecast(
    'Sibaya', hours=24
)
print(f"Next hour: {forecast['forecasts'][0]['kWh_forecast']} kWh")
View Full Example →

Run Fault Detection

detection = client.terminal.run_detection(
    customer_id='customer123',
    asset_id='asset456',
    lookback_hours=6
)
print(f"Severity: {detection['analysis']['severity_label']}")
View Full Example →

Platform Services

Choose Your Path

Get started based on your role and goals

👨‍💻

I'm a Developer

Build integrations and automate workflows

  • API Reference
  • SDKs & Libraries
  • Code Examples
  • Webhooks & Events
📊

I'm a Business User

Manage assets and optimize operations

  • Guides & Tutorials
  • Use Cases
  • Best Practices
  • ROI Examples
💼

I'm a Decision Maker

Understand value and ROI

  • Case Studies
  • ROI Analysis
  • Platform Capabilities
  • Implementation Plans

Current Version

Platform v1.2.0

Released December 13, 2025

View Changelog →

What's New

  • Asoba Internal Ops (Data Admin) System
  • LLM Benchmarking System
  • Enhanced EnergyAnalyst RAG responses
Read Release Notes →

Community & Support

Documentation Sections

Getting Started

Quick tutorials to get you up and running

View Getting Started →

Guides

Step-by-step guides for common tasks

Browse Guides →

API Reference

Complete API documentation

View API Docs →

Technical Concepts

Deep dives into how things work

Learn More →

Use Cases

Real-world examples and case studies

See Use Cases →

Products

Platform products and capabilities

View Products →

Get Help & Stay Updated

Contact Support

We're constantly improving and want you to be a part of shaping the future of energy policy access and decision-making. If you encounter issues or have suggestions, please reach out to our dedicated support team.

Email Support Join Discord

Subscribe to Updates

* indicates required

© 2025 Asoba Corporation. All rights reserved.