Skip to main content
Provides endpoints for exporting and importing agentic apps. This includes all app configurations, including agent configurations, all the tools in the app, event definitions, memory store definitions, MCP server configurations, and processor definitions.

Export App

The API provides an endpoint to initiate the export process. Upon success, the API returns a URL for a downloadable file containing the app configurations. The export includes the app, agent, and tool configurations associated with the specified app version.

Additional Request Headers

Sample Request

Sample Response

Find the export file URL in the response.

Import App

The API provides an endpoint to import the application configuration.
The API lets you only import the app configuration into an existing application. To do this, first create a new app and generate an API key for it with the Import/Export scope enabled. Then, you can import using this API.

Query Parameter

Request Parameters

Sample Request

Sample Response