Partners
A partner is a remote party allowed to exchange files with the node. Partners are managed in the Partners tab or under /api/v1/config/partners.

Fields
| Field | Meaning |
|---|---|
id | The partner identifier (PI 3) presented on connection. |
enabled | Whether the partner may connect. |
accessType | READ, WRITE or BOTH — which direction the partner may use. |
password | Optional password (PI 5) checked on connection when checkCredentials is set. |
preconnectPassword | Pre-connection password for Connect:Express partners of type T/O. |
bash
curl -s -H "X-API-Key: $KEY" -H 'Content-Type: application/json' \
"$A/api/v1/config/partners" -X POST \
-d '{"id":"BANK_A","description":"Bank A","enabled":true,"accessType":"BOTH"}'Remote servers (outbound)
To initiate transfers, define the servers this node connects out to in the Remote servers tab (/api/v1/servers on the transfer API): host, port, server id (PI 4), transport (plain / TLS, optional transport-length header), and optionally a partner id, password and pre-connection credentials. You can test connectivity and mark a default server, then drive transfers from the Send / Receive tab.