# Faciotech Backup > Automated, encrypted backup, restore, and monitoring for websites, servers, and databases. Faciotech Backup connects cPanel accounts, standalone MySQL/PostgreSQL databases, file trees over SFTP, WordPress sites, and any server (via a signed, write-only standalone agent). It schedules encrypted backups (libsodium envelope encryption, per-workspace keys), verifies every backup by restoring it into a sandbox before ever calling it restorable, and exposes the whole platform through a documented, tenant-scoped REST API. ## Docs - [Product overview](https://vault.faciotech.com/features): sources, schedules, storage, restore, monitoring. - [Pricing](https://vault.faciotech.com/pricing): six storage tiers. Plans differ only by how much you store -- restores, verification and every check that makes a backup trustworthy are included on all of them. Live prices, in five currencies, are on the page. - [How it works](https://vault.faciotech.com/how-it-works): the connect -> schedule -> verify -> restore path. - [Security](https://vault.faciotech.com/security): envelope encryption, tenant isolation, write-only agents, audit logs. - [FAQ](https://vault.faciotech.com/faq): answers on what can be backed up, what "verified" means, restores, encryption and key handling, retention, and billing. - [Use cases](https://vault.faciotech.com/use-cases): small business, agencies, hosting resellers, developers and organizations. - [Documentation](https://vault.faciotech.com/docs): setup guides and the API reference, hosted on faciotech.com. - [AI agents](https://vault.faciotech.com/ai-agents): how an AI agent or automation authenticates and calls the API. ## API - OpenAPI 3 specification: https://vault.faciotech.com/openapi.json - Base URL: https://vault.faciotech.com/api - Authentication: `Authorization: Bearer ` (a named personal access token created on the workspace's API Access page) plus an `X-Tenant-Id: ` header naming which workspace the request acts on. - Resources: sources, storage-targets, schedules, backups, restore-jobs, agent-installs, audit, reports. - Every request is tenant-scoped and policy-gated identically to the web dashboard -- a token can never see or affect a workspace the authenticated user isn't a member of. ## Contact - Sales / integration support: https://vault.faciotech.com/contact - Create a workspace: https://vault.faciotech.com/register