Application + database hosting for the marketplace, license service, and railcall.ai website.
- • Account email
- • Password hash (argon2id)
- • Marketplace listing metadata
- • Purchase records
- • Refresh tokens (sha256 hash only)
- • Audit log rows
This list is the complete set of processors + infrastructure vendors any RailCall customer's data can conceivably reach. New vendors land here before production traffic hits them — that's a hard rule, not a nice-to-have. Last updated 2026-07-25.
Application + database hosting for the marketplace, license service, and railcall.ai website.
SSO (SAML/OIDC) and SCIM Directory Sync for Enterprise-tier customers only.
Payment processing for module purchases and subscriptions.
Transactional email delivery (verification, password reset, invitations, receipts).
Source code hosting + release artifact hosting (station tarball + air-gap bundle).
DNS for railcall.ai. No CDN or WAF layer yet (direct-to-origin).
RailCall is local-first by design. The Studio, the workflow engine, and every signed receipt live on the customer's own hardware — not in any vendor's cloud, ours or otherwise. Third parties above only see what a customer explicitly sends through them (marketplace metadata, email delivery, SSO claims). Payload data your workflows process — CRM records, lead lists, form submissions, whatever — never leaves the customer's machine unless the workflow itself sends it somewhere.
Enterprise customers who need audit centralisation configure their own receipt vault destination (S3 bucket, NFS mount, custom Python driver) — RailCall never sees those receipts.