Resonix-AG Docs
Website GitHub

Docs / Getting Started

Getting started with Resonix-AG

This guide gives you a stable first run path: verify environment, install, onboard, start gateway, and validate runtime health.

Prerequisites

First run workflow

resonix onboard
resonix gateway start
resonix channels status --probe
Tip: run onboarding first so model auth, gateway mode, and default settings are generated predictably.

Validation checklist

Production baseline

For production, treat the gateway as a managed process, keep credentials isolated, and configure channel allowlists before exposing network access.

Runtime process

Run gateway under a supervisor and persist logs for debugging and auditability.

Credential policy

Store tokens securely and avoid embedding secrets in scripts or docs.

Channel controls

Start with strict route/command constraints, then broaden gradually.

Upgrade path

Pin release channel and test upgrades on staging before production rollout.