Account Setup
Creating Your Account
- Navigate to console.thewardn.ai/signup
- Enter your email address and choose a password
- Verify your email address
- You'll be redirected to the Welcome page
TIP
New accounts start on the Free tier with 100 governed actions per month. You can upgrade at any time from Settings.
Welcome Flow
After signing up, the Welcome page walks you through initial setup:
- Organization Name — Set your tenant name
- First Agent — Register your first AI agent
- API Key — Copy your API key for integration
- Quick Tour — Optional walkthrough of the console
Understanding Your Tenant
When you create an account, TheWARDN creates a tenant for your organization. Everything is scoped to your tenant:
- Agents
- Policies
- Audit records
- Escrow items
- Tier mappings
- Compliance packs
API Key Management
Your API key authenticates all API requests:
- Found in Settings > API Configuration
- Format:
wdn_live_followed by a unique string - Scoped to your tenant — all agents share one key
- Can be regenerated (invalidates the old key)
WARNING
Keep your API key secret. Never commit it to version control or expose it in client-side code. Use environment variables or secrets managers.
Team Members
On Business tier and above, you can invite team members:
- Go to Settings > Team
- Click Invite Member
- Enter their email address
- Select their role:
- ARCHITECT — Full access, can configure policies and manage agents
- OPERATOR — Can view dashboards and manage escrow, cannot modify policies
- VIEWER — Read-only access to dashboards and audit trail
Choosing Your Tier
| Tier | Actions/Month | Agents | Key Features |
|---|---|---|---|
| Free | 100 | 1 | Basic governance, audit trail |
| Personal Pro | 1,000 | 5 | Violation log, live monitor |
| Startup | 10,000 | 25 | All governance layers, compliance packs |
| Business | 50,000 | Unlimited | Framework builder, full API, reporting |
| Enterprise | Unlimited | Unlimited | SSO, custom domain, dedicated support |
To upgrade: Settings > Billing > Change Plan
Next Steps
- Quick Start Guide — Govern your first action
- Create Your First Policy — Set up governance rules
- Console Overview — Tour the dashboard