Skip to main content

API Status and Evidence

Hexis separates existence from confidence:

LabelEvidenceGuidance
SupportedBound in Java and used by an official scriptPreferred for normal scripts
AdvancedBound and intentionally public, but low-level or sharp-edgedUse with narrow testing
ExperimentalBound, but not found in current official scriptsExpect contract changes
InternalDebug, maintenance, or security-sensitive surfaceExcluded from public artifacts

The public reference is a source snapshot. It does not claim that every option, server state, timeout, or error path has completed live acceptance testing.

Compatibility

Each page names the module source version and commit used to generate it. If your Hexis build differs, prefer calls already used by its bundled official scripts and validate unfamiliar behavior in a controlled context.

Why internal members are absent

The reference documents the supported scripting product, not every maintenance hook present in the implementation. A member that should never be user-facing must ultimately be removed or gated in the runtime; documentation is not a security boundary.