Skip to main content
Agent runtime versions define the capabilities and behavior of your Atlas AI agents. Each version includes a specific system prompt, agent tools and their prompts, and agent-specific features. When you create an agent, Atlas AI automatically pins it to the latest stable runtime version. The agent uses a specific runtime version to provide stability for production deployments. Cognite regularly releases improvements to Atlas AI, but your agent maintains consistent behavior with the assigned runtime version. You control when to upgrade your agent to a newer version.

Lifecycle stages

These terms describe lifecycle stages for runtime versions:
  • Stable version: A released runtime version that supports production use. Each stable version includes a retirement date when support ends.
    • Latest stable version: The most current stable version. Use this version for new agents, agents in development, or when migrating from older versions.
    • Legacy stable version: An older stable version that is supported but has been replaced by a newer stable version. Migrate to the latest version to access new features and improvements.
  • Preview version: A pre-release version that provides early access to some features. Do not use these versions in production systems.
  • Retired version: A runtime version that is no longer supported and has reached its retirement date. Atlas AI automatically upgrades agents using a retired version to the latest stable version if you do not migrate them before the retirement date.

Agent runtime version overview

This table lists all available runtime versions with their current status and support timeline.
VersionStatusRelease dateRetirement date
1.3.0Latest stableJune 2, 2026No earlier than June 2, 2027
1.2.0Latest stableMay 5, 2026No earlier than May 5, 2027
1.1.1LegacyFebruary 24, 2026No earlier than February 24, 2027
1.1.0LegacyFebruary 24, 2026No earlier than February 24, 2027
1.0.2LegacyNovember 27, 2025No earlier than November 27, 2026
1.0.1LegacyNovember 27, 2025No earlier than November 27, 2026
1.0.0LegacyNovember 27, 2025No earlier than November 27, 2026
0.9.9LegacyNovember 27, 2025No earlier than November 27, 2026
2.0.0-alphaPreviewNovember 27, 2025-

Stable version features

This table lists the features available in each stable version.
Feature1.3.01.2.01.1.11.1.0
Query memory
Examine data semantically
Query tool (Public preview)
Subagents (Preview)

Preview version features

This table lists the features available in preview versions.
Do not use preview versions in production systems. Features and behavior may change without notice.

Feature overview

These features vary between runtime versions.

Query memory

Query memory is a caching capability that allows agents to store results from Query tools and pass the results as input to other tools in the same conversation. Some tools require Query memory to function, such as the Examine data semantically tool.

Examine data semantically

This feature enables you to add the Examine data semantically tool to your Atlas AI agent.

Query tool (Public preview)

Runtime versions 1.2.0 and 1.3.0 support the Query tool, which lets agents query Data Modeling directly with explicit operations for view discovery and instance reads. It can list available views, inspect view schemas, and run list, search, aggregate, and retrieve calls on instances with configurable data model and instance-space scoping.

Subagents (Preview)

Runtime version 1.3.0 supports subagents, which allow an Atlas AI agent to delegate tasks to other configured agents. The primary agent orchestrates the workflow and passes relevant context to the subagent, which completes its task and returns the result. This enables more complex, multi-step workflows without requiring a single agent to handle all tasks.

Select a runtime version

New agents automatically use the latest stable runtime version. You can select a different version in the agent builder user interface (UI) or through the Cognite API.
The agent builder displays the runtime version in the agent configuration. Change the version from the dropdown.

Upgrade to a new version

Complete these steps before you upgrade your agent to a new runtime version:
  1. Review the feature differences between your current version and the target version.
  2. Test your agent thoroughly in a non-production environment.
  3. Verify that any custom tools or integrations work correctly with the new version.
Atlas AI automatically upgrades agents to the latest stable version when their runtime version reaches the retirement date.

Agent limits

This table lists the current Atlas AI limits per CDF project. To request an increase, contact Cognite support.
Maximum value
Total number of Atlas AI agents30
Published Atlas AI agents10
Tools per Atlas AI agent20
Last modified on June 18, 2026