Everything on this page describes how CustoDesk works right now - shipped and running, not a roadmap. Your workspace is isolated by default, your secrets are encrypted or hashed beyond our own reach, and a complete copy of your data is one button away on any day you want it.
Add your whole team - office staff, crew, seasonal help. There is no seat count anywhere in CustoDesk, and no plan where adding a person costs money.
No contract, no minimum term, no cancellation call. Switch an app off and you keep it until the end of the period you already paid for.
Your invoices, timesheets and job history stay exactly where they are. Turn the app back on later and everything is still there, untouched.
One button exports your whole workspace as spreadsheet files - including on a free trial, before you've paid us anything. No request, no waiting, no support ticket.
Settings → Data & privacy → Export everything builds a ZIP of your entire workspace as CSV files: support tickets and their full message history, contacts, invoices, estimates, line items, payments, jobs, timesheets, expenses, reviews, help-center articles, an index of your media library, and your team roster.
The archive includes a README explaining every file. If any part of it couldn't be included, that is stated at the top in plain language rather than left for you to notice - an export that looks complete but isn't would be worse than no export.
Nothing in it is encrypted or locked to us. It opens in Excel, Numbers or Google Sheets and can be imported anywhere.
Some things are stored so that nobody can read them back out - not you, not our support team, not an attacker who reached the database:
None of these are ever included in a data export, for the same reason.
Every query in CustoDesk is scoped to your workspace. Asking for a record that belongs to someone else doesn't return "access denied" - it returns "not found", so nobody can even learn whether a given record exists.
Inside your workspace, access is per-area: you decide who can see support, money, jobs, contacts or marketing, at none / view / manage. Those checks run on the server, not by hiding buttons in the browser.
Standards-based authenticator-app 2FA with ten single-use recovery codes. Admins can require it for everyone in the workspace.
Repeated wrong passwords lock the account temporarily, and a separate limit blunts attacks spread across many accounts. Wrong 2FA codes lock out too.
Resetting a password or suspending a member kills every one of their live sessions immediately, on every device - not at the next sign-in.
Security-relevant changes - 2FA on or off, recovery codes regenerated, member access changed, a full data export taken - are written to your workspace activity log.
Admins can require two-factor for everyone. With it on, a member without 2FA can't reach the desk at all until they enroll - the gate is the app itself, not a reminder they can dismiss.
Ten characters minimum, mixed character types, checked against known-breached and obvious choices, and never your own email address. Changing your password requires your current one, so a hijacked session can't quietly lock you out.
Sessions expire on their own: one day by default, thirty if you tick "remember this device". Expiry is checked on the server every time, so an old token doesn't keep working just because it's still in a browser.
CustoDesk uses Claude (Anthropic) for reply drafts, summaries, triage, help-center answers, receipt scanning and a few other features. Two things are worth knowing.
You can turn it off completely. Settings → AI Copilot has a master switch, a toggle for every individual AI feature, and a monthly cap you set yourself. With AI off, those features fall back to non-AI behavior - nothing breaks and nothing errors.
You cannot be surprised by an AI bill. Set your cap to "stop at the limit" and AI switches itself off for the rest of the month rather than running up an overage. We email you before you get there, either way.
CustoDesk is HTTPS-only and asks browsers to enforce that themselves - HSTS is sent with a two-year max-age, covering subdomains, on the preload list. A downgrade to plain HTTP isn't something an attacker can offer your browser.
nosniff plus a strict-origin referrer policy, so your workspace URLs don't leak to third-party sites.__Secure- prefix - a name browsers refuse to accept over anything but HTTPS. Page scripts can't read them and another site can't ride them.Anything arriving from another service is proved before it is believed, and anything we send can be proved by whoever receives it.
Anything reachable without a login is treated as hostile until it proves otherwise. Every public endpoint validates its input against a strict schema, so malformed or unexpected fields are rejected rather than interpreted.
The REST API authenticates by hashed key, requires the API app to be switched on, and is rate-limited per workspace. The chat widget and CSAT surveys are rate-limited too, and a visitor who types a name and email into a chat box is recorded as unverified - self-asserted identity never quietly becomes a trusted contact record.
If you believe you've found a security issue, email security@custodesk.com with enough detail to reproduce it. We'll confirm we received it, keep you updated while we fix it, and we won't pursue anyone who reports in good faith and gives us reasonable time before going public.
Create a workspace, put real data in, and click Export everything on day one. That's a better test of any of this than a page can be.