CODITECT Pilot - User Guide
Version: 1.0.0 Target Audience: Pilot participants Last Updated: January 7, 2026
Table of Contents
- Dashboard Overview
- Account & Profile
- License Management
- Cloud Workstations
- Container Sessions
- Team Management
- Billing & Invoices
- Security Settings
- Product Entitlements
Dashboard Overview
After logging in at auth.coditect.ai, you'll see your main dashboard with:
| Section | Description |
|---|---|
| Quick Stats | Active sessions, license status, usage metrics |
| Workstations | Your Cloud Workstations with launch buttons |
| License Info | Current plan, expiration, seat usage |
| Recent Activity | Session history and events |
| Entitlements | Product access (Core, DMS, Workflow) |
Navigation
- Dashboard - Main overview (home)
- Profile - Account settings, 2FA, preferences
- Security - Password, sessions, security log
- Billing - Invoices, payment methods, subscription
Account & Profile
Viewing Your Profile
- Click your avatar in the top-right corner
- Select "Profile"
Profile Information
| Field | Description | Editable |
|---|---|---|
| Login email | No (contact support) | |
| Display Name | Shown in UI and to team | Yes |
| Avatar | Profile picture | Yes |
| Timezone | For timestamps | Yes |
| Language | UI language preference | Yes |
Updating Your Profile
- Go to Profile → Edit Profile
- Update desired fields
- Click "Save Changes"
License Management
Viewing Your License
- Go to Dashboard or Profile → License
- Your license details are displayed:
| Field | Description |
|---|---|
| License Key | Your unique license identifier |
| Status | Active, Expired, or Suspended |
| Plan | Pro, Enterprise, etc. |
| Expiration | License end date |
| Seats | Used / Total seats (for team plans) |
Downloading Your License
For local Docker installations:
- Go to Profile → License
- Click "Download License"
- Save
license.jsonto your local machine - Use with local Docker:
docker run -v ./license.json:/license.json ...
License Renewal
Licenses renew automatically via Stripe. To manage:
- Go to Billing → Subscription
- View renewal date and update payment method
- Cancel or modify subscription as needed
Cloud Workstations
Understanding Workstations
Cloud Workstations are persistent development environments running in Google Cloud:
| Feature | Description |
|---|---|
| Persistent | Files saved between sessions |
| Pre-configured | CODITECT + Claude Code pre-installed |
| Web-based | Access via browser, no local setup |
| Scalable | Standard, Power, or AI configurations |
Workstation States
| State | Icon | Description |
|---|---|---|
| Creating | 🔄 | Being provisioned (1-2 minutes) |
| Starting | 🔄 | Booting up (30-60 seconds) |
| Running | 🟢 | Ready to use |
| Stopping | 🔄 | Shutting down |
| Stopped | ⚫ | Not running (no charges) |
| Error | 🔴 | Issue occurred (contact support) |
Launching Your Workstation
- Go to Dashboard → Workstations
- Find your workstation card
- If stopped, click "Start" and wait ~30 seconds
- Click "Launch IDE" to open in new tab
Stopping Your Workstation
To save resources (workstations bill when running):
- Go to Dashboard → Workstations
- Click "Stop" on your workstation
- Your files are preserved for next session
Workstation Configurations
| Config | vCPUs | RAM | GPU | Best For |
|---|---|---|---|---|
| Standard | 4 | 8GB | - | General development |
| Power | 8 | 32GB | - | Large projects, builds |
| AI | 8 | 32GB | T4 | ML/AI workloads |
Container Sessions
Container Sessions track your active CODITECT instances across devices.
Viewing Sessions
- Go to Dashboard → Sessions or Container Sessions
- See all active sessions with:
- Session ID
- Container type (Docker, Workstation, Kubernetes)
- Start time
- Status (active, expired)
Session Limits
Your license determines concurrent session limits:
| Plan | Max Sessions |
|---|---|
| Pro | 3 concurrent |
| Enterprise | 10+ concurrent |
Terminating a Session
To free up a session slot:
- Go to Container Sessions
- Find the session to terminate
- Click "Terminate"
- Confirm the action
Note: Terminating a session ends that instance immediately. Save your work first.
Team Management
Available for Enterprise plans
Inviting Team Members
- Go to Dashboard → Team
- Click "Invite Member"
- Enter email address
- Select role:
- Member - Standard access
- Admin - Manage team and licenses
- Click "Send Invitation"
Team Roles
| Role | Permissions |
|---|---|
| Owner | Full access, billing, delete org |
| Admin | Manage members, assign licenses |
| Member | Use assigned license |
Assigning Licenses
- Go to Team → License Assignment
- Select unassigned licenses
- Assign to team members
- Members receive email notification
Removing Team Members
- Go to Team → Members
- Click "Remove" next to the member
- Confirm removal
- Their license becomes unassigned
Billing & Invoices
Viewing Invoices
- Go to Billing → Invoices
- See all past invoices with:
- Invoice date
- Amount
- Status (Paid, Pending, Failed)
- Click "Download" for PDF
Updating Payment Method
- Go to Billing → Payment Methods
- Click "Add Payment Method"
- Enter card details (Stripe secure form)
- Set as default if desired
Managing Subscription
- Go to Billing → Subscription
- Options:
- Upgrade - Move to higher plan
- Downgrade - Move to lower plan (end of billing cycle)
- Cancel - End subscription (end of billing cycle)
Security Settings
Two-Factor Authentication (2FA)
Enable 2FA:
- Go to Profile → Security
- Click "Enable 2FA"
- Scan QR code with authenticator app (Google Authenticator, Authy, etc.)
- Enter verification code
- Save backup codes securely
Disable 2FA:
- Go to Profile → Security
- Click "Disable 2FA"
- Enter current 2FA code to confirm
Password Management
Change Password:
- Go to Profile → Security
- Click "Change Password"
- Enter current password
- Enter new password (min 12 characters recommended)
- Confirm new password
Active Sessions
View and manage logged-in devices:
- Go to Profile → Security → Active Sessions
- See all logged-in devices with:
- Device/browser
- IP address
- Last activity
- Click "Revoke" to log out a specific device
- Click "Revoke All" to log out everywhere
Product Entitlements
CODITECT offers multiple products. Your entitlements depend on your license.
Available Products
| Product | URL | Description |
|---|---|---|
| CODITECT Core | auth.coditect.ai | Main platform, workstations |
| DMS | dms.coditect.ai | Document Management System |
| Workflow | workflow.coditect.ai | Workflow automation |
Viewing Entitlements
- Go to Dashboard → Products or scroll to Entitlements
- See which products you have access to:
- 🟢 Active - Click to access
- 🔴 Not Entitled - Upgrade to access
Accessing Entitled Products
- Find the product in your entitlements
- Click the product badge or "Open" button
- You're redirected to the product (SSO, no re-login)
Upgrading for More Products
- Go to Billing → Upgrade
- Select plan that includes desired products
- Complete checkout
- New entitlements are immediate
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl/Cmd + / | Toggle help panel |
Ctrl/Cmd + K | Quick search |
Ctrl/Cmd + Shift + W | Open workstation |
Getting Help
In-Dashboard Help
- Click the ? icon in the bottom-right for contextual help
- Use the Search bar to find features
External Resources
- Getting Started: PILOT-GETTING-STARTED.md
- FAQ: PILOT-FAQ.md
- Full Documentation: docs.coditect.ai
- Support: support@coditect.ai
Need help? Contact support@coditect.ai or open a GitHub issue.
CODITECT Pilot Program - AZ1.AI INC