API Reference¶
SmrtHub ships two API surfaces:
- .NET Runtime APIs are generated from live C# XML documentation files that ship with every build. When a new method or type receives a
<summary>comment, the page updates automatically during the documentation build. - Python Core APIs render docstrings straight from the
python_corepackage throughmkdocstrings, keeping runtime behavior and docs in sync.
Use the cards below to jump into the surface you need.
.NET Runtime APIs¶
Explore every exported type from the runtime applications, platform services, and shared libraries. Each page mirrors the namespace layout and exposes summaries, parameter docs, return types, and exception notes pulled from the C# source.
Python Core APIs¶
Dive into the Python orchestration engine modules without leaving the docs site. Docstrings update in-place, so the rendered content always matches the functions and classes in python_core.