Secure data delivery

Delivering Onebase Output Sets

Upload each Output Set to our SFTP endpoint. Files land immutably in encrypted EU storage, and an automated receipt confirms every file arrived intact.

Connection

Host
sftp.phasetransitions.ai
Port
22
Username
onebase
Authentication
SSH public key (no password)
Host-key fingerprint
SHA256:sG9dhJanoufhxPDnQnycze3LBRTI8UbZJdgGujlBQZE

Setting up

  1. Generate an SSH key pair if you don't already have one for us. We need only the public half.
    ssh-keygen -t ed25519 -C "onebase-feed"
  2. Send us the public key (the contents of the .pub file) by replying to our setup email. We authorise it and confirm back.
  3. Pin our host-key fingerprint (above) to verify the endpoint on connect.
  4. Connect and upload each Output Set into your delivery folder:
    sftp -i /path/to/your_key onebase@sftp.phasetransitions.ai
  5. Each delivery returns a receipt by email: the file manifest, sizes and checksums, and whether it loaded and reconciled cleanly.
How your data is handled. Key-only authentication, upload-only access, an isolated folder, write-once immutable EU storage, encrypted in transit and at rest.