Import and Export Select AI Agent Teams

Oracle Autonomous AI Database supports importing and exporting Select AI agent team definitions by using the DBMS_CLOUD_AI_AGENT.IMPORT_TEAM and DBMS_CLOUD_AI_AGENT.EXPORT_TEAM APIs. You can import agent team definitions from a JSON specification, an Object Storage file, or a directory file, and export agent teams as a CLOB or directly to Object Storage or a directory file. These APIs simplify migration, backup, version control, and sharing of Select AI agent teams across environments.

See Example: Import and Export Agent Teams, EXPORT_TEAM Function, EXPORT_TEAM Procedure, and IMPORT_TEAM Procedure for more information.