Workflows

Aramm setup notes for workflow automation tools.

Workflow tools are usually the easiest integration path after the SDKs because they often just need an OpenAI-compatible credential block.

Start here

MVP rule

  • Document one happy path.
  • Keep node names, field names, and model ids literal.
  • Add branching or advanced routing only after the basic request flow works.

On this page