Import/Export

Import & Export Agents

Exporting agents

post

Exports the agents by IDs.

Required 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
200

The exported agents with components.

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

Importing agents

post

Imports the agents from the base64 encoded data.

Required 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
Responses
200

A single agent.

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

Last updated

Was this helpful?