Documentation
Everything you need to know about working with Cloud2FA
Getting Started
Quick start with Cloud2FA: registration, setup, and first steps
Team Management
Inviting members, roles, and access permissions
Security
2FA setup, encryption, and auditing
API Reference
Complete REST API documentation
API Keys
Creating and managing API keys
Import & Export
Working with QR codes and data migration
Getting Started
1. Registration
Create an account on the registration page. After email confirmation, you will gain access to your dashboard.
2. Creating a Company
Create a company to organize team collaboration. You can invite colleagues and configure access permissions.
3. Adding TOTP Secrets
Add TOTP secrets manually or scan a QR code. All secrets are automatically encrypted with AES-256-GCM.
Team Management
Inviting Members
Send invitations via email. New members will receive a link to join your company.
Roles and Permissions
- Owner — full access, company management
- Admin — member and secret management
- Member — access to assigned secrets
Security
Two-Factor Authentication
Enable 2FA to protect your account. Cloud2FA supports TOTP apps (Google Authenticator, Authy, etc.).
Encryption
All TOTP secrets are encrypted with AES-256-GCM. Encryption keys are unique for each company.
Audit
All actions with secrets are logged. You can view access history in the audit section.
API Keys
API keys allow you to programmatically retrieve TOTP codes for automation and CI/CD integration.
Creating a Key
- Go to the "API Keys" section
- Click "Create Key"
- Specify the name and access permissions
- Save the key — it is shown only once
Import & Export
Import
Import secrets from QR codes or enter manually. Standard otpauth:// format is supported.
Export
Export secrets as QR codes for transfer to mobile apps. Bulk export is available.