Skip to content

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_core package through mkdocstrings, 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.

Browse .NET Runtime APIs

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.

Browse Python Core APIs