rocket_launch SaaS Use Case

Your customers expect SFTP exports. Ship them this week.

Stop losing enterprise deals because you don't support SFTP delivery. One API call provisions an isolated directory for each customer. Zero infrastructure on your end.

check_circle Ship in an afternoon
check_circle One API call per customer
check_circle Webhook on every upload
API Response
{
"sftp_host": "sftp.bridglet.com",
"sftp_port": 2222,
"sftp_username": "acme-exports_k9x2",
"sftp_password": "kJ9x#mP2qR7z",
"webhook_secret": "abc123..."
}
Directory provisioned in <200ms

The SFTP export problem

Enterprise buyers expect to receive data via SFTP. SaaS companies today face an ugly choice.

cancel

Skip SFTP, lose the deal

Enterprise procurement checklists include SFTP delivery. Without it, deals stall or go to a competitor that does support it.

schedule

Build it yourself, spend a quarter

AWS Transfer Family requires VPC configuration, IAM policies, S3 bucket setup, and a team sprint. Then you own the CVE patching forever.

How the integration works

From a customer requesting SFTP access to files hitting your backend — all five steps are covered.

1
person

Customer requests SFTP export access

A customer in your product's settings page clicks "Enable SFTP delivery." Your frontend calls your backend to provision access.

2
api

Your backend calls POST /api/v1/directories

One API call. Pass a name and your customer's ID as external_id. Bridglet returns credentials instantly.

http POST api.bridglet.com/api/v1/directories \
Authorization:"Bearer bk_live_..." \
directory[external_id]=cust_12345
3
display_settings

Surface SFTP credentials in your product UI

Show the customer the SFTP host, username, and password in your app's settings page. They can copy and paste directly into their ETL tool or SFTP client.

Host
sftp.bridglet.com
Port
2222
User
acme-exports_k9x2
4
cloud_upload

Customer connects with their SFTP client or ETL tool

Your customer uses Cyberduck, FileZilla, Fivetran, Stitch, or any SFTP-compatible tool to push files to their dedicated directory. They can only see their own files.

5
webhook

Bridglet fires a webhook — you process the upload

The moment a file is uploaded, Bridglet sends a signed webhook to your endpoint with the file metadata and external_id. No polling. No cron jobs.

What you never have to build

Bridglet handles the infrastructure layer so your team can focus on your product.

check_circle SSH daemon management and CVE patching
check_circle Per-customer credential isolation
check_circle Storage quotas and enforcement
check_circle Connection rate limiting
check_circle Audit logging
check_circle File retention policies

Pricing for SaaS teams

Each directory maps to one of your customers. Pick the plan that fits your customer count.

Pro

$49 /mo

Up to 25 customer directories, 100 GB storage, full API access.

  • check_circle 25 customer directories
  • check_circle 100 GB storage
  • check_circle REST API access
  • check_circle Webhook notifications
Start 14-Day Trial
Growing SaaS

Business

$149 /mo

Unlimited customer directories, 500 GB storage, priority API access.

  • check_circle Unlimited directories
  • check_circle 500 GB storage
  • check_circle Priority API access
  • check_circle Custom domain SFTP
Choose Business

Add SFTP exports to your product in an afternoon.

No credit card required to start. Your first directory is live in minutes.