Import/Export

Import & Export Agents

Exporting agents

post

Exports the agents by IDs.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Needed to read AI agents.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

Body
agentIdsstring[] · max: 100Required

List of the agents IDs.

Responses
chevron-right
200

The exported agents with components.

application/json
datastringOptional

The base64 encoded JSON value of the exported agents with related tools and MCP servers.

checksumstringOptional

Checksum calculated based on decoded data value. Validates if importing JSON is exactly the same as the exported one.

exportedAtstring · date-timeOptional

Date of the export process.

jobIdstringOptional

ID of the job.

post
/ai-service/{tenant}/agentic/agents/export

Importing agents

post

Imports the agents from the base64 encoded data.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Needed to manage AI agents.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

Body
datastringRequired

The base64 encoded JSON value of the exported agents with related tools and MCP servers.

checksumstringRequired

Checksum calculated based on decoded data value. Validates if importing JSON is exactly the same as the exported one.

Responses
chevron-right
200

A single agent.

application/json
messagestringOptional

Short summary of the import.

importedAtstring · date-timeOptional

Date of the import process.

jobIdstringOptional

ID of the job.

post
/ai-service/{tenant}/agentic/agents/import

Last updated

Was this helpful?