Import & export

Share strategies as JSON and move them across workspaces.

Export

  1. Click Export in the toolbar.

  2. Choose a format.

Supported formats:

  • JSON: full strategy definition.

  • Python: generated code view (read-only).

Import

  1. Click Import.

  2. Select a strategy JSON file.

  3. Confirm the graph loads and validates.

What’s inside a strategy file

  • Node definitions (type, properties, position).

  • Edge connections.

  • Metadata (name, description, version).

circle-info

Treat exported JSON as an interface. Avoid hand-editing unless the format is documented.

Last updated