---
title: "Service information"
method: GET
path: "/api/v1/info"
tags: ["info"]
---

# Service information

`GET /api/v1/info`

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.

## Response `200`

Successful Response

- ServiceInfoResponse — Service capability and configuration surface returned by ``GET /api/v1/info``. Provides a single, stable snapshot of build metadata and active feature flags so clients and operators can inspect the running instance without tailing logs or querying multiple endpoints.
  - `version` string — 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_required` boolean, required — Whether authentication is enforced for all API requests.
  - `sandbox_provider` string, required — Active sandbox backend selected for runtime execution.
  - `database_enabled` boolean, required — Whether a durable database backend is configured.
  - `serve_ui` boolean, required — Whether the bundled React frontend is being served by this instance.
  - `expose_docs` boolean, required — Whether the OpenAPI documentation UI (/docs, /redoc) is enabled.
  - `agent_model` string, nullable — Primary planner LM identifier when configured.
  - `rlm_max_depth` integer, required — Maximum recursive RLM child delegation depth.
  - `rlm_max_iterations` integer, required — Maximum ReAct iterations per top-level run.

## Other responses

- `401` — Authentication is required or the provided token is invalid.
- `503` — Service configuration is unavailable because server startup is incomplete.

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/versions/62e8c152aa18/schema)
