Projects
{{ repos.length }} project{{ repos.length !== 1 ? 's' : '' }} · {{ services.length }} total services
{{ repo.name }}
{{ repo.service_count }} service{{ repo.service_count !== 1 ? 's' : '' }}
No Projects Yet
Deploy a service to create your first project
{{ currentProject ? currentProject : 'Services' }}
{{ filteredServices.length }} service{{ filteredServices.length !== 1 ? 's' : '' }} in this project
{{ currentProject ? 'No Services in ' + currentProject : 'No Services Yet' }}
Deploy your first service to get started. You can also sync existing deployments from your Kubernetes cluster.
{{ svc.name }}
{{ svc.type || 'APP' }}{{ activeSvc.name }}
Live MetricsService Details
{{ activeSvc.name }}
{{ activeSvc.name }}
Environment Variables
Networking
Security
Configuration
No logs available
Deployment History
Fetching live deployment details from Kubernetes...
No build history found
{{ buildLogsMessage || 'Builds will appear here after deployments' }}
Danger Zone
System Administration
Attack Monitor (24h)
| Time | Type | Severity | Source IP | Path |
|---|---|---|---|---|
| {{ new Date(ev.CreatedAt || ev.created_at).toLocaleString() }} | {{ ev.Type || ev.type }} | {{ ev.Severity || ev.severity }} | {{ ev.SourceIP || ev.source_ip }} | {{ ev.Path || ev.path }} |
Migration Guard Status
Terms of Service Acceptances
No terms acceptances recorded yet
| Time | User | IP Address | Location | ISP | Version |
|---|---|---|---|---|---|
| {{ new Date(t.AcceptedAt).toLocaleString() }} | {{ t.UserEmail }} | {{ t.IPAddress }} | {{ t.City }}, {{ t.Country }} Unknown | {{ t.ISP || '-' }} | v{{ t.TermsVersion }} |
User Management
{{ adminUsers.length }} users| User ID | Role | Status | Actions | |
|---|---|---|---|---|
| #{{ u.ID }} | {{ u.Email }} | ADMIN USER | BANNED ACTIVE | Protected |
Team Management
Teams
{{ team.Name }}
{{ team.SubStatus }}Service Health Status
Recent Health Checks
| Service | Status | Last Check | Failures |
|---|---|---|---|
| {{ check.ServiceID }} | {{ check.IsHealthy ? '✓ Healthy' : '✗ Unhealthy' }} | {{ new Date(check.LastCheckTime).toLocaleString() }} | {{ check.FailureCount }} |
Audit Logs
Compliance & Audit Trail
| Timestamp | User | Action | Resource | IP Address |
|---|---|---|---|---|
| {{ new Date(log.CreatedAt).toLocaleString() }} | {{ log.UserEmail }} | {{ log.Action }} | {{ log.Resource }} | {{ log.IPAddress }} |
Developer Settings
AI Pilot
Predictive scaling & optimization
{{ aiInsightMessage }}
Personal Access Token
Use this token to authenticate CLI tools or API requests.
Authorization: Bearer
{{ apiToken || 'Click "Generate" to create a token' }}
Platform Environment Variables
Manage environment variables for this Apex instance. Changes take effect immediately.
Edit Variable
Billing & Plan
Manage your subscription and upgrade for more resources.
Starter
Current- 3 Services
- 1GB RAM/service
- Community support
Pro
Current- Unlimited Services
- 8GB RAM/service
- Custom domains
- Preview environments
- Priority support
Enterprise
Current- Everything in Pro
- 32GB RAM/service
- Advanced security
- SSO/SAML
- Dedicated support
Slack / Discord Alerts
Receive deployment notifications in your team chat.
API Usage Example
# List all services
curl -H "Authorization: Bearer YOUR_TOKEN" \\
{{ baseUrl }}/api/services
# Deploy a new service
curl -X POST -H "Authorization: Bearer YOUR_TOKEN" \\
-H "Content-Type: application/json" \\
-d '{"name":"my-app","image":"nginx"}' \\
{{ baseUrl }}/api/deploy
Sovereign Export
Download a complete, portable snapshot of your entire platform state — services, configs, secrets, and deployment history.
Kubernetes Clusters
Global Traffic Steering
Disaster recovery & traffic management
Click any region to redirect all traffic for disaster recovery.
{{ cl.Name }}
{{ cl.Provider }} • {{ cl.Region }}
{{ showEditCluster ? 'Edit Cluster' : 'Add Cluster' }}
Web Terminal
Direct shell access to your running containers via kubectl exec
System Topology
Interactive visualization of your service mesh
PR Preview Environments
Ephemeral environments for every pull request
GitHub Webhook Integration
Configure your repository webhook to automatically create preview environments for every PR.
POST {{ baseUrl }}/webhooks/github/pr
Canary Releases
Progressive traffic shifting for safe deployments
Deploy Canary: {{ activeSvc.name }}
Start with a small percentage and gradually increase
Adjust Traffic: {{ trafficSliderService.name }}
Managed Databases
Deploy HA database clusters with automatic failover
{{ mdb.Endpoint }}
New Database
Custom Domains
Connect your domains with automatic SSL certificates
Add Custom Domain
Marketplace
One-click deployment of popular infrastructure apps via Helm
Installed Apps
{{ release.Name }}
{{ release.Status }}{{ release.ChartName }} v{{ release.ChartVersion }}
Available Apps
{{ app.name }}
{{ app.category }}{{ app.description }}
Install {{ selectedApp?.name }}
Security Center
Vulnerability scanning, drift detection, and AI-powered health insights
The Doctor
AI-Powered Health Analysis Engine
{{ insight.Message }}
Service #{{ insight.ServiceID }}
Infrastructure Drift
Vulnerability Summary
Recent Scan Reports
| Service | Status | Critical | High | Medium | Low | Last Scan |
|---|---|---|---|---|---|---|
| Service #{{ report.ServiceID }} | {{ report.Status }} | {{ report.CriticalCount }} | {{ report.HighCount }} | {{ report.MediumCount }} | {{ report.LowCount }} | {{ new Date(report.LastScan).toLocaleString() }} |