Import Agent
ethora-agents-import-v2Restore an Agent from an export bundle, optionally assigning it to an owning App. Supply the bundle object as-is.
Instructions
Import 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.
Requires: a bundle produced by ethora-agents-export-v2 with format json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle | Yes | The bundle object returned by `ethora-agents-export-v2` with format=json. Pass it through unchanged. | |
| ownerAppId | No | Owning App for the imported Agent (defaults server-side). |