Skip to Content
πŸš€ APSO is now in public beta. Get started β†’
ManageDashboard

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.

The dashboard is organized into these main areas:

SectionDescription
ServicesList of all your backend services
SettingsAccount and organization settings
BillingSubscription and usage information
DocsLink 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

IconStatusDescription
● (green)RunningService is healthy
β—‹ (gray)StoppedService is stopped
● (yellow)BuildingGeneration in progress
● (red)ErrorService 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

  1. Click + New Service
  2. Choose a starter template or blank project
  3. Enter service name and description
  4. Configure initial schema
  5. Click Create

Edit Schema

  1. Navigate to your service
  2. Open the Schema tab
  3. Use the visual editor to modify entities
  4. Click Save to apply changes
  5. Review and confirm regeneration

View Logs

  1. Navigate to your service
  2. Open the Logs tab
  3. Use filters to find specific logs
  4. Click a log entry for details

Manage Environment Variables

  1. Navigate to your service
  2. Open Settings > Environment
  3. Add, edit, or delete variables
  4. Click Save to redeploy

Keyboard Shortcuts

ShortcutAction
⌘ + KQuick search
⌘ + NNew service
⌘ + LOpen logs
⌘ + SSave 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
Last updated on