Skip to main content

What Alquimia is

Alquimia is an enterprise AI platform built around a shared execution backend. The product interfaces — Studio and InsightHub — let teams build agents and explore knowledge. Everything those products do at runtime flows through a single backend: the Alquimia Runtime. Your data and agent configuration stay in your own infrastructure. The platform is built for teams that need AI that is governed, auditable, and deployed on their own terms.

How the pieces fit

How they connect

  • Studio is the application for building agents. Every agent you define in Studio is stored in the Runtime’s Registry and executes in the Runtime.
  • InsightHub calls the Runtime’s inference API for every exploration message. The Runtime queries Twyd for relevant document passages and streams the response back to the InsightHub UI.
  • Both products share the same Runtime deployment. Model credentials, secrets, and workspace configuration set up once in Studio are available to any product calling that Runtime.

Observability

Runtime, Studio, and InsightHub all instrument their own telemetry using OpenTelemetry — logs, traces, and metrics are exported from each service independently to a shared collector in the ecosystem. No single product owns the observability pipeline; each one is an exporter. Metrics flow through Prometheus, which feeds Studio’s agent health dashboards — the primary surface for reviewing activity, latency, and usage across agents. Traces and logs are forwarded to any OTLP-compatible backend.

Authentication

Both Studio and InsightHub support Keycloak (enterprise SSO) or a lightweight local credentials mode. The Runtime itself supports API token, JWT, or Keycloak authentication — the product front end handles the user session and passes the appropriate token to the Runtime on each request.