Import Agent
ethora-agents-import-v2Import an Agent from a bundle produced by ethora-agents-export-v2 (POST /v2/agents/import, application/json body IS the bundle). Optionally scope the new Agent to an owning App via ownerAppId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle | No | The exported bundle object (the json export output). | |
| ownerAppId | No | Owning App for the imported Agent (defaults server-side). |