Dashboard Guide
The Xident Dashboard at dashboard.xident.io is your central hub for managing projects, monitoring usage, and accessing analytics.
Getting Started
Creating an Account
- Visit dashboard.xident.io/register
- Enter your email and create a password
- Verify your email address
- Complete your organization profile
Creating a Project
Projects represent individual websites or applications using Xident.
- Click "Create Project" from the dashboard
- Enter a project name (e.g., "Main Website")
- Add your domain(s) (e.g.,
example.com,www.example.com) - Select your requirements (age threshold, verification methods)
- Copy your API keys
Dashboard Sections
Overview
The overview page shows:
- Current Plan: Your subscription tier
- Usage This Month: Verification count and cost
- Token Savings: Money saved via Xident ID verifications
- Recent Activity: Latest verification events
Projects
Manage your projects:
- View and edit project settings
- Rotate API keys
- Configure callback URLs
- Set verification requirements
Analytics
Detailed insights into your verification data:
- Verification Volume: Daily/weekly/monthly trends
- Success Rate: Percentage of completed verifications
- Verification Methods: Breakdown by type (liveness, document, etc.)
- User Demographics: Age distribution, countries
- Returning Users: Xident ID vs full verification ratio
Billing
Manage your subscription and view costs:
- Current plan and usage
- Per-verification cost breakdown
- Invoices and payment history
- Upgrade/downgrade options
Project Settings
API Keys
Each project has:
- Public Key (
pk_*): For frontend SDK - Secret Key (
sk_*): For backend verification
Rotating Keys: You can generate new keys at any time. Old keys are invalidated immediately.
Domains
Configure allowed domains for your SDK:
- Add production domains
- Add staging/development domains
- Wildcard support:
*.example.com
Requirements
Set verification requirements:
| Setting | Options |
|---|---|
| Minimum Age | 13, 18, 21, 25, custom |
| Verification Methods | Liveness, Age Estimation, Document |
| Strictness | Standard, High (requires document) |
Webhooks
Configure webhook endpoints:
- Go to Project Settings > Webhooks
- Add your endpoint URL
- Select events to receive
- Copy the webhook secret for signature verification
Plans & Pricing
Current Plans
| Plan | Monthly Fee | Full Verification | Xident ID |
|---|---|---|---|
| Starter | $10 | $0.04 | $0.015 |
| Growth | $100 | $0.025 | $0.005 |
| Scale | $1,000 | $0.01 | $0.002 |
Upgrading
- Go to Billing
- Click "Upgrade" on the desired plan
- Enter payment information
- Confirm the upgrade
Changes take effect immediately. You're prorated for the remainder of the billing period.
Downgrading
- Go to Billing
- Click "Change Plan"
- Select the lower tier
- Confirm the downgrade
Downgrades take effect at the next billing cycle.
Team Management
Inviting Team Members
- Go to Settings > Team
- Click "Invite Member"
- Enter their email
- Select their role
Roles
| Role | Permissions |
|---|---|
| Owner | Full access, billing, delete account |
| Admin | Manage projects, view billing, invite members |
| Developer | View projects, access API keys |
| Viewer | Read-only access to analytics |
Security
Two-Factor Authentication
Enable 2FA for your account:
- Go to Settings > Security
- Click "Enable 2FA"
- Scan QR code with authenticator app
- Enter verification code
Audit Logs
View security events:
- Login attempts
- API key rotations
- Team member changes
- Billing updates
Support
Getting Help
- Documentation: docs.xident.io
- Email: support@xident.io
- Priority Support: Available on Growth and Scale plans
Status Page
Check system status at the bottom of your dashboard or visit our status page for real-time updates on service availability.
Next Steps
- Integration Guide - Implement the SDK
- API Reference - Explore the API
- Concepts - Understand verification flows