Connection details
Your Store ID is shown in your Redo Dashboard under
Settings → Developer → General.
The directory is scoped to your store and is read-only — you can list and
download files, but not upload or delete them.
Authenticate with an SSH key (recommended)
SSH keys are the best option for automated pipelines: no shared password, and you can register a separate key per system and revoke each one independently.1. Generate a key pair
If you don’t already have a key, generate one on the machine that will connect:~/.ssh/redo_sftp) that stays on your machine, and
a public key (~/.ssh/redo_sftp.pub) that you register with Redo.
Redo accepts ED25519, ECDSA (nistp256/384/521), and RSA public
keys.
2. Register the public key in the Redo Dashboard
- Copy the public key to your clipboard, e.g.
pbcopy < ~/.ssh/redo_sftp.pub(macOS) orcat ~/.ssh/redo_sftp.puband copy the output - In the Redo Dashboard, go to Settings → Developer
- In the SSH Keys card, click Add SSH key
- Enter a Name that identifies the system using the key (e.g. “Analytics workstation”)
- Paste the public key (one line, starting with
ssh-ed25519,ecdsa-sha2-..., orssh-rsa) and save
3. Connect
~/.ssh/config:
sftp redo-sftp.
Authenticate with an API token
Alternatively, SFTP accepts the same credentials as the Redo API:- In the Redo Dashboard, go to Settings → Developer
- Click Add API Client to create an API token if you don’t have one
Schedule a report
- In the Redo Dashboard, go to Analytics → Reports
- Open the report you want delivered (or create a new one), and save it
- In the save dialog, enable the SFTP upload toggle
- Choose a delivery schedule
- Click Save