Config file
1 minProducts
The config file lives at ~/.parallelix-code/config.json. It is written by
parallelix-code auth and read on every startup. You can edit it directly.
{
"apiKey": "pk_live_…",
"apiBase": "https://api.parallelix.io/v1",
"model": ""
}
The apiBase field lets you point the agent at a different endpoint; leave it
as https://api.parallelix.io/v1 for network inference. The model field is
empty by default (the network selects a served model); set it, or pass
--model, to pin one. The agentic loop is capped at 30 turns per task.