Skip to Content
APSO is in public beta. Get started
ManageOverview

Manage

Manage your Apso services through the platform dashboard. This section is for teams using Apso Cloud to create services, inspect build status, manage environments, rotate API keys, and monitor generated APIs after deployment.

The dashboard supports the same product model as the CLI: schema first, generated code second, deployment third.

Platform Dashboard

The Apso Dashboard provides a visual interface for:

  • Creating and configuring services
  • Managing environment variables
  • Generating and revoking API keys
  • Viewing logs and metrics
  • Building schemas with the visual editor

Access the dashboard at app.apso.cloud .

Management Topics

Quick Actions

Create a New Service

  1. Log in to the Apso Dashboard 
  2. Click New Service
  3. Choose a template or start from a blank schema
  4. Define the smallest useful set of entities and relationships
  5. Generate the backend
  6. Review the generated API before adding custom behavior

Manage Effectively

  • Keep each service focused on one product backend or bounded domain.
  • Use separate environments for local, staging, and production values.
  • Rotate API keys when access changes.
  • Check logs after every deploy before sending frontend traffic to a new API.

View Service Status

From the dashboard, each service shows:

StatusDescription
BuildingCode generation in progress
DeployingService is being deployed
RunningService is healthy and accepting requests
StoppedService has been manually stopped
ErrorService encountered an error

Access Service Logs

  1. Select your service from the dashboard
  2. Navigate to Logs tab
  3. Filter by log level, time range, or search term
  4. Stream live logs in real-time
Last updated on