Prerequisites
- A Truthlocks account. Sign up if you do not have one yet.
Onboarding steps
Tenant profile
Enter your organization’s basic information:
- Name — your organization’s display name.
- Slug — a URL-friendly identifier used in API paths and your console URL.
- Contact email — the primary email for platform communications.
- Country — where your organization is based (used for data residency).
Organization
Create or select an organization within your tenant. Organizations let you group issuers, users, and attestations under a single entity. Enter:
- Organization name — the legal or operating name of the organization.
Team invites
Invite team members by email and assign them a role:
You can skip this step and invite team members later from the Team settings page.
| Role | Permissions |
|---|---|
| Admin | Full access to all tenant resources, settings, and team management |
| Member | Create and manage issuers, mint attestations, view audit logs |
| Viewer | Read-only access to issuers, attestations, and audit logs |
Issuer profile
Create your first issuer — the entity that signs attestations on behalf of your organization:
- Legal name — the issuer’s registered legal name.
- Display name — the name shown on attestations and proof pages.
- Website — the issuer’s public website URL.
- Contact email — used for trust registry verification.
Signing keys
Generate an Ed25519 signing key for your issuer. This key is used to cryptographically sign every attestation your issuer creates.Click Generate keys and the wizard creates a key pair automatically. The public key is registered with the Truthlocks platform, while the private key is stored securely in the signing service.If your issuer already has signing keys, this step shows the existing key details and lets you proceed.
Test mint
Verify your setup by minting a test attestation. The wizard provides a searchable list of attestation schemas organized into categories:
- Identity — email verification, KYC, government ID
- Employment — employment verification, background check, income
- Education — degree, transcript, enrollment
- Healthcare — license, immunization, insurance
- Compliance — SOC2, ISO 27001, GDPR
- Financial — accreditation, bank verification, credit
- Skills — certification, assessment, portfolio
- Supply chain — origin, quality, shipment
- Other — custom claims
After onboarding
Once the wizard is complete, you land on the console dashboard where you can:- Mint attestations at scale via the console UI or API.
- Configure webhooks to receive real-time event notifications.
- Set up governance policies for multi-party approval workflows.
- Manage API keys for programmatic access.
Related
Quick start
Issue your first attestation via the API in under 5 minutes.
Core concepts
Understand tenants, issuers, attestations, and verification.
Environments
Sandbox vs. production environment configuration.
RBAC
Role-based access control and permission management.
