AI workflow guides Your workspace
Find your way forward

Import and export in Superagento

Learn to build AI agents, connect tools and
understand every workflow run.

Reference/Import and export1 min read

Import and export

Workflows are portable, versioned JSON.

Export any workflow as a .nudge.json file, review it in a pull request, and import it into another workspace. Imports are bounded and validated before they replace a canvas.

  • Unsupported schema versions are rejected rather than guessed at.
  • Duplicate ids, malformed nodes, dangling edges and self-links are all refused.
  • Credentials are never included in an export.
A little help goes a long way.Your run history is a good place to find what happened at every step.
Take a closer look