v1

latestOpenAPI 3.1.02026-07-175793186.0 KB
info

Service information

Return a stable snapshot of build metadata and active feature flags for the running instance. Useful for operator introspection and client capability negotiation without tailing server logs.

get/api/v1/info

Response

Successful Response

versionstring

Package version currently serving the API.

app_env'local' | 'staging' | 'production' required

Active deployment environment.

auth_mode'dev' | 'entra' | 'neon' required

Authentication mode the server is running under.

auth_requiredboolean required

Whether authentication is enforced for all API requests.

sandbox_providerstring required

Active sandbox backend selected for runtime execution.

database_enabledboolean required

Whether a durable database backend is configured.

serve_uiboolean required

Whether the bundled React frontend is being served by this instance.

expose_docsboolean required

Whether the OpenAPI documentation UI (/docs, /redoc) is enabled.

agent_modelstring nullable

Primary planner LM identifier when configured.

rlm_max_depthinteger required

Maximum recursive RLM child delegation depth.

rlm_max_iterationsinteger required

Maximum ReAct iterations per top-level run.