# 2025-11-17: ACI - AI Agent Import/Export

## Overview

The newly introduced Agent Import and Export capability enables organizations to seamlessly transfer agent configurations across tenants, driving operational efficiency and consistency.

This enhancement streamlines environment management across development, staging, and production, reducing setup time, minimizing errors, and accelerating delivery cycles — ensuring greater reliability and scalability for enterprise operations.

## New features

| Feature                     | Benefit                                                                                                                                                                               |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Agent export**            | The process for backing up or sharing configurations between environments is streamlined and efficient. This ensures that replication and version control of agent setup is seamless. |
| **Agent import**            | Eliminates the need to spend time on manual setup and reduces the risk of errors when replicating agents across multiple tenants or environments.                                     |
| **Validation import**       | Ensures data integrity and prevents configuration issues by identifying and resolving errors before they have an impact on the environment.                                           |
| **Environment portability** | Allows for seamless portability between development, staging and production environments while maintaining secure, environment-specific settings.                                     |

## Fixes and improvements

None as these are new improvements.

## Known problems

No known problems at time of release.

## Documentation and links

API Reference:

* [AI Service](/api-references/api-guides/artificial-intelligence/ai-service.md)
* [AI Tutorials](/api-references/api-guides/artificial-intelligence/ai-service/ai-tutorial.md)

User Guides:

* [AI Agent Import/Export](/agentic-commerce-intelligence/agentic-intelligence/agent-import-export.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/archive/2025/2025-11-17-aci-importexport.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
