Getting started

The minimum path from a workflow idea to a Tarvos-powered automation in self-hosted n8n.

Before you begin

Tarvos initially supports self-hosted n8n. You need an environment where community nodes can be installed and, for agent-assisted building, an n8n MCP connection available to your coding agent.

Builder journey

  1. Describe the workflow.State the trigger, desired action, Solana service, and expected result.
  2. Read the registry.Find an installable node matching the required capability.
  3. Verify the record.Check readiness, lifecycle, provider, credentials, capabilities, and installation source.
  4. Install the node.Use only the exact command provided by an installable registry record.
  5. Configure credentials in n8n.Tarvos never receives or stores credential values.
  6. Build and test.Assemble manually or through n8n MCP, then validate with controlled inputs.

What Tarvos does not install automatically

The registry is a source of installation knowledge. A builder or their coding agent decides which node marked installable to add inside the builder's own environment.