Agent
An agentic system uses a Large Language Model (LLM) to plan, execute, and adapt across multiple steps: a framework (such as LangChain or custom code) wraps orchestration logic around an LLM, which handles reasoning and generation. Domino hosts, serves, and distributes agents alongside Apps through the App & Agent Hub, and instruments them with traces for evaluation, deployment, and monitoring. See Agentic AI overview and Agents.AI Factory
The set of Domino capabilities that empowers builders to create models, AI systems such as agents, and other computational and quantitative research work, using their preferred languages, IDEs, and compute frameworks, with tailored experiences for experiment management, MLOps, and collaboration. See the Domino overview.AI Gateway (deprecated)
A legacy Domino component that bridged Domino and external Large Language Model (LLM) providers such as OpenAI or AWS Bedrock, proxying requests through central credentials and logging every interaction. It is removed from Domino Cloud, and in Domino 6.3 it is no longer enabled by default and works only where a deployment explicitly enables it. LLM Gateway 2.0 is its successor, adding usage tracking, cost controls, guardrails, and broader model and vendor coverage; Domino distributes it today as a binary deployed as a Domino app and plans to natively integrate it into a future release. See LLM Gateway 2.0 for the migration paths, and AI Gateway (legacy) for the 6.3 configuration.API endpoint
A model from a Project deployed as a REST API for real-time or batch predictions. In Domino, a deployed API endpoint is called a Domino endpoint. See Model deployment.App
An interactive web application built from the code in your Project. Apps run in containerized environments that provide routing, authentication, resource management, and isolation from other Project workflows. See Apps.App & Agent Hub
The place to host, serve, and distribute Apps and agents to a broad spectrum of users within your organization, with the scalability, security, and discoverability to work at enterprise scale. See the Domino overview.App instance
A single running execution of an App version. Starting a version creates an instance and stopping it ends the instance. An App has at most one running instance at a time, and Domino records logs and resource consumption for each one. See App versioning and reproducibility.App Preview
A run of a Draft App in a real App runtime, started from a workspace, that only the App author can reach. Previewing doesn’t change a published App’s configuration or deployed instance, but it is not sandboxed: it runs with the author’s full identity and real access to Domino APIs and shared state. See Develop and test an App.App version
An immutable snapshot of an App’s identity and version-defining content, including pinned source commits, Compute Environment and revision, Data Plane, mounted storage configuration, and identity propagation. Publishing a Draft or editing version-defining content creates a version; starting the App does not. See App versioning and reproducibility.Approval
A sign-off required on provided evidence before a governance stage is considered complete. Approvals can also control transitions between stages. See Governance.Artifact
A file that is neither source code nor data, typically outputs like plots, charts, and serialized models. See Files, artifacts, and results.Audit Trail
Domino’s record of user activity across the deployment, for compliance verification, security investigations, and audit reporting, accessible through purpose-built UI views and APIs. See Audit Trail.Bundle
A container that holds the materials or work items (models, files, Apps) you want to govern as a group, so policies can apply to them. To govern anything, it must be in a bundle; bundles originate in a Project. See Work with bundles.Compute Environment
The container specification an execution runs in, defined by a Docker image that creates an isolated container for each execution unit: Workspaces, runs, Apps, and models. Environments are versioned and shareable. See Compute Environments.Data Plane
The compute location where Domino runs your workloads. A deployment can have more than one Data Plane, in different regions or clouds. The local Data Plane is a namespace in the same Kubernetes cluster as the Domino Control Plane; a remote Data Plane is a namespace in a separate Kubernetes cluster. See Data Plane.Data Source
An external system Domino connects to for data, such as a database, data warehouse, or data lake. Data Source connectors are the simplest way to connect to supported systems, and a Data Source can be reused in any Project. See Domino Data Sources.Dataset
High-performance, versioned, structured filesystem storage in Domino. Use Datasets to build curated collections of data and share them with collaborators across Projects. See Datasets.Domino endpoint
An HTTP API endpoint wrapped around your inference code. You supply arguments as parameters in the HTTP request payload, and the response includes the prediction. See Model deployment.Domino File System (DFS)
Domino’s traditional storage for Project assets. Domino versions DFS files automatically with a Git server it runs in the background, recording a new Project version on every sync. See DFS Projects.Domino Nexus
The capability to run data science workloads across multiple compute clusters, in any cloud, region, or on-premises, by attaching add-on Data Planes to the main Domino Control Plane. See Data Plane.Domino skill
A packaged set of instructions that teaches a coding assistant how to carry out a specific Domino platform task, such as submitting a Job, registering a model, or deploying an App. The Domino Standard Environment ships the skills published in the publicdomino-claude-plugin repository, and a coding assistant loads them when it starts inside a Workspace. Skills are optimized for Claude Code, and anyone can add one through a pull request in the repository. See Domino skills reference.