Ona Intelligence Layer Documentation
Platform
v1.2.0
|
Python SDK
v1.0.0
|
JavaScript SDK
v1.0.0
Get Started in 5 Minutes
Try our freemium API or use our SDKs
Get Started with Our SDKs
Popular Guides
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
What's New
- Asoba Internal Ops (Data Admin) System
- LLM Benchmarking System
- Enhanced EnergyAnalyst RAG responses
Community & Support
Documentation Sections
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© 2025 Asoba Corporation. All rights reserved.