CODITECT Pilot - FAQ
Version: 1.0.0 Target Audience: Pilot participants Last Updated: January 7, 2026
Table of Contents
- Account & Login
- Cloud Workstations
- Licenses & Billing
- Container Sessions
- Team & Organization
- Local Docker
- Claude Code & CODITECT
- Pilot Program
Account & Login
Q: I can't log in. What should I do?
A: Try these steps in order:
- Verify email: Check you're using the correct email
- Reset password: Click "Forgot Password" on the login page
- Check 2FA: If enabled, ensure you have your authenticator app ready
- Clear cookies: Clear browser cookies and try again
- Try incognito: Use a private/incognito browser window
- Contact support: Email support@coditect.ai if still stuck
Q: I forgot my 2FA device. How do I recover my account?
A: If you saved your backup codes during 2FA setup:
- Click "Use backup code" on the 2FA screen
- Enter one of your backup codes
- Disable 2FA in Security settings
- Re-enable with new device
If you don't have backup codes, contact support@coditect.ai for identity verification.
Q: How do I change my email address?
A: Email changes require support assistance for security reasons:
- Email support@coditect.ai from your current email
- Request email change to new address
- We'll verify your identity and process the change
Q: Can I have multiple accounts?
A: No. Each person should have one account. For team access, use the Team Management feature in your organization.
Cloud Workstations
Q: My workstation is stuck in "Creating" state. What do I do?
A: Workstation creation typically takes 1-2 minutes. If stuck longer:
- Wait 5 minutes: Initial creation can take longer
- Refresh the page: Sometimes the status doesn't auto-update
- Check your license: Ensure your license is active
- Contact support: If still creating after 10 minutes
Q: My workstation won't start. It shows an error.
A: Common causes and solutions:
| Error | Cause | Solution |
|---|---|---|
| "License expired" | License not active | Renew subscription |
| "Session limit reached" | Too many active sessions | Terminate other sessions |
| "Resource unavailable" | Temporary cloud issue | Wait 5 minutes, retry |
| "Configuration error" | Workstation config issue | Contact support |
Q: How do I keep my files when the workstation stops?
A: Your files are automatically persisted. The home directory (~/) is stored on persistent disk. However:
- DO save work regularly: Git commit + push important changes
- DON'T store in
/tmp: Temporary files are not persisted - DON'T exceed disk quota: Files may not save if disk is full
Q: Why is my workstation slow?
A: Possible causes:
- Network latency: Check your internet connection
- Heavy workload: Running builds, ML training, etc.
- Configuration: Consider upgrading to Power or AI tier
- Browser: Try Chrome for best performance
Q: Can I use my own VS Code extensions?
A: Yes! The workstation uses Code OSS (VS Code compatible). Install extensions normally via the Extensions panel. They persist across sessions.
Licenses & Billing
Q: Where do I find my license key?
A:
- Log in to auth.coditect.ai
- Go to Dashboard or Profile → License
- Your license key is displayed (click to copy)
Q: My license shows "Expired" but I just paid. Why?
A: Payment processing can take a few minutes. Try:
- Refresh the page after 5 minutes
- Check email for payment confirmation
- View Billing → Invoices to verify payment status
- Contact support if not resolved within 1 hour
Q: How do I get an invoice for my purchase?
A:
- Go to Billing → Invoices
- Find the invoice you need
- Click "Download PDF"
All invoices are also emailed to your account email.
Q: Can I get a refund?
A: We offer refunds within 14 days of purchase if you haven't used the service extensively. Contact support@coditect.ai with your order details.
Q: Do workstations cost extra when running?
A: Workstation compute is included in your subscription. There are no additional charges for running your workstation. However, stopped workstations don't consume compute resources.
Container Sessions
Q: I'm getting "Session limit reached" error. What does this mean?
A: Your license has a maximum concurrent session limit:
- Pro: 3 concurrent sessions
- Enterprise: 10+ concurrent sessions
To fix:
- Go to Container Sessions in your dashboard
- Terminate sessions you're no longer using
- Try again
Q: What's the difference between a session and a workstation?
A:
| Concept | Description |
|---|---|
| Workstation | Your persistent cloud development environment |
| Session | A single active connection/instance using your license |
One workstation can have multiple sessions (e.g., multiple terminal windows), and you can also have local Docker sessions that count against your limit.
Q: Sessions show as "expired" but I didn't stop them. Why?
A: Sessions expire automatically after:
- 24 hours of inactivity
- Workstation stopped (sessions end with workstation)
- License expired (all sessions terminated)
This is normal behavior to free up resources.
Team & Organization
Q: How do I add team members?
A: (Enterprise plans only)
- Go to Dashboard → Team
- Click "Invite Member"
- Enter their email
- Select their role (Member or Admin)
- Click "Send Invitation"
Q: My team member didn't receive the invitation email.
A: Ask them to:
- Check spam/junk folder
- Search for "coditect" in all mail folders
- Verify the email address is correct
You can also resend the invitation from Team → Pending Invitations.
Q: How do license seats work for teams?
A:
- Seat = 1 user: Each team member needs one seat
- Purchased seats: Your plan's seat count (e.g., 10 seats)
- Assigned seats: Seats given to team members
- Available seats: Purchased - Assigned
To add more users than your seat count, upgrade your plan.
Q: Can team members see each other's workstations?
A: No. Workstations are private to each user. Admins can see session counts but not access other users' environments.
Local Docker
Q: How do I run CODITECT locally with Docker?
A:
- Download your
license.jsonfrom the dashboard - Run the container:
docker run -it \
-v $(pwd)/license.json:/opt/coditect/license.json:ro \
-v $(pwd)/projects:/home/developer/projects \
us-central1-docker.pkg.dev/coditect-cloud-infra/coditect-images/coditect-core:latest
See DOCKER-DEPLOYMENT-GUIDE.md for full documentation.
Q: I get "unauthorized" when pulling the Docker image.
A: You need to authenticate with the registry:
- Go to Dashboard → Docker Access
- Click "Generate Docker Token"
- Run the provided
docker logincommand - Try pulling again
Q: Can I use both cloud and local Docker?
A: Yes! Your license works for both. Just remember:
- Both count toward your session limit
- Cloud workstation + 2 local Docker = 3 sessions
Claude Code & CODITECT
Q: What Claude Code commands are available?
A: Key commands:
| Command | Description |
|---|---|
/help | Show all commands |
/orient | Session orientation |
/which <task> | Find the right agent |
/agent <name> "task" | Invoke specific agent |
/cx | Capture session context |
/cxq "search" | Query saved context |
Q: How do I find the right agent for my task?
A: Use the /which command:
/which "deploy to kubernetes"
/which "write API documentation"
/which "review code for security"
It returns the best-matched agent with usage instructions.
Q: My Claude Code session isn't responding.
A: Try these fixes:
- Wait 30 seconds: AI responses can take time
- Check network: Ensure internet connectivity
- Restart Claude: Exit and restart
claudecommand - Restart terminal: Close and reopen terminal
- Check status: Visit status.anthropic.com for outages
Pilot Program
Q: How long does the pilot program last?
A: The pilot program runs until public launch (March 2026). Pilot participants get:
- Early access to features
- Direct feedback channel
- Priority support
- Pilot pricing (locked in for 1 year)
Q: Will my data be preserved after the pilot?
A: Yes. Your account, workstation, and files continue seamlessly into general availability.
Q: How do I report bugs or request features?
A:
- Bugs: GitHub Issues at github.com/coditect-ai/coditect-core/issues with label
pilot-feedback - Features: Same repository with label
enhancement - Security: Email security@az1.ai (private disclosure)
Q: Is there a pilot community or Discord?
A: Yes! Find the Discord link in your dashboard under Community. Connect with other pilot testers and the CODITECT team.
Still Need Help?
If your question isn't answered here:
- Search docs: docs.coditect.ai
- GitHub Issues: github.com/coditect-ai/coditect-core/issues
- Email support: support@coditect.ai
- Discord: Link in dashboard
We typically respond within 24 hours for pilot participants.
CODITECT Pilot Program - AZ1.AI INC