Skip to content

Docs

The full docs are still being written.

Reference pages for every node and connector are on the way. In the meantime, this is the whole path from a new account to a run you can read.

  1. 01

    Create an organisation

    Signing up asks you to name a workspace. Everything — workflows, connections, runs and the plan — belongs to it, so a solo account is just an organisation of one.

  2. 02

    Add a connection

    Connections → Add. Pick a provider, paste the credential, and Naga Codex calls the provider to check it before saving. Only the last four characters are ever shown again.

  3. 03

    Draw a workflow

    Start with a Manual trigger so you can run it from the editor, add one action node, and wire them together. Any field can quote an earlier node with {{ node_key.field }}.

  4. 04

    Run it and read the run

    Press Run. Nodes light up as the engine reaches them, and the run page keeps every step's inputs, outputs and timing, which is where you look when something is not what you expected.