Import/Export
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
400
The request was syntactically incorrect.
application/json
401
The authorization token is invalid or has expired.
application/json
403
Authorization scopes of the access token are not sufficient and do not match the scopes required by the endpoint.
application/json
post
/ai-service/{tenant}/agentic/agents/exportRequired 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
400
The request was syntactically incorrect.
application/json
401
The authorization token is invalid or has expired.
application/json
403
Authorization scopes of the access token are not sufficient and do not match the scopes required by the endpoint.
application/json
post
/ai-service/{tenant}/agentic/agents/importLast updated
Was this helpful?

