For the complete documentation index, see llms.txt. This page is also available as Markdown.

2025-11-17: AI Service - Export/Import agents

Overview

Added a new API for importing and exporting AI agents and improved the existing APIs.

New attributes

  • Extended the jobs API with new fields: type, exportResult, and importResult.

  • Introduced a force query parameter for the delete endpoints of agents, tools, tokens, and MCP servers.

  • Added the enabled field to the responses of tools and MCP servers.

Added endpoints

Endpoint
Description

Importing agents

It allows importing AI agents.

Exporting agents

It allows exporting AI agents.

Modified endpoints

Endpoint
Description

Listing available jobs

New fields have been added to the job response: type, 'exportResult' and importResult.

Searching jobs

New fields have been added to the job response: type, 'exportResult' and importResult.

Retrieving available job

New fields have been added to the job response: type, 'exportResult' and importResult.

Deleting agent

New force query parameter has been added which allows you to delete agent which is used as collaboration agent.

Deleting tool

New force query parameter has been added which allows you to delete tool which is used by agents.

Deleting token

New force query parameter has been added which allows you to delete token which is used by agents, tools or MCP servers.

Deleting MCP server

New force query parameter has been added which allows you to delete custom MCP server which is used by agents.

Listing tools

New enabled field has been added to the Tool response.

Searching tools

New enabled field has been added to the Tool response.

Retrieving tool by ID

New enabled field has been added to the Tool response.

Upserting tool

New enabled field has been added to the Tool payload.

Partially updating tool

New enabled field has been added to the Tool payload.

Listing MCP servers

New enabled field has been added to the MCP server response.

Searching MCP servers

New enabled field has been added to the MCP server response.

New enabled field has been added to the MCP server response.

Upserting MCP server

New enabled field has been added to the MCP server payload.

New enabled field has been added to the MCP server payload.

Known problems

There are no known problems.

Last updated

Was this helpful?