Dashboard Overview
The APSO Dashboard is your central hub for managing backend services. This guide covers navigation, key features, and common workflows.
Accessing the Dashboard
Visit app.apso.cloudΒ and sign in with your account.
Main Navigation
The dashboard is organized into these main areas:
| Section | Description |
|---|---|
| Services | List of all your backend services |
| Settings | Account and organization settings |
| Billing | Subscription and usage information |
| Docs | Link to documentation |
Services List
The main view shows all your services:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Your Services [+ New Service]β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β π¦ my-api β
β β Running | v1.2.0 | Updated 2 hours ago β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β π¦ user-service β
β β Running | v1.0.0 | Updated 1 day ago β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β π¦ legacy-api β
β β Stopped | v0.9.0 | Updated 1 week ago β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββService Status Indicators
| Icon | Status | Description |
|---|---|---|
| β (green) | Running | Service is healthy |
| β (gray) | Stopped | Service is stopped |
| β (yellow) | Building | Generation in progress |
| β (red) | Error | Service has issues |
Service Detail View
Click a service to see its details:
Overview Tab
- API URL β Your serviceβs base URL
- Status β Current health status
- Version β Current deployed version
- Last Updated β When the service was last modified
Schema Tab
Visual editor for your data model:
- Add/edit entities
- Define fields and relationships
- Configure authentication
- Preview generated API
Logs Tab
Real-time and historical logs:
- Filter by log level (info, warn, error)
- Search log contents
- Download log files
- Set up log alerts
Settings Tab
Service configuration:
- General settings (name, description)
- Environment variables
- Database configuration
- API settings
Deployments Tab
Deployment history and controls:
- View deployment history
- Rollback to previous versions
- Configure auto-deploy
Quick Actions
Create a Service
- Click + New Service
- Choose a starter template or blank project
- Enter service name and description
- Configure initial schema
- Click Create
Edit Schema
- Navigate to your service
- Open the Schema tab
- Use the visual editor to modify entities
- Click Save to apply changes
- Review and confirm regeneration
View Logs
- Navigate to your service
- Open the Logs tab
- Use filters to find specific logs
- Click a log entry for details
Manage Environment Variables
- Navigate to your service
- Open Settings > Environment
- Add, edit, or delete variables
- Click Save to redeploy
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
β + K | Quick search |
β + N | New service |
β + L | Open logs |
β + S | Save changes |
Organization Settings
Access from your profile menu:
- Team Members β Invite and manage team access
- Billing β Subscription and payment details
- API Keys β Organization-wide API keys
- SSO β Single sign-on configuration
Profile Settings
Click your avatar to access:
- Account β Email, password, 2FA
- Preferences β Theme, notifications
- API Tokens β Personal access tokens
- Sign Out
Getting Help
- ? icon β Context-sensitive help
- Feedback β Report issues or request features
- Status β Platform status page
- Support β Contact support team
Related
Last updated on