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
Navigate the APSO platform interface
Dashboard OverviewCreate, configure, and delete services
Service ManagementConfigure secrets and environment-specific settings
Environment VariablesGenerate and manage API access credentials
API KeysView logs, metrics, and service health
Monitoring & LogsQuick Actions
Create a New Service
- Log in to the Apso Dashboard
- Click New Service
- Choose a template or start from a blank schema
- Define the smallest useful set of entities and relationships
- Generate the backend
- 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:
| Status | Description |
|---|---|
| Building | Code generation in progress |
| Deploying | Service is being deployed |
| Running | Service is healthy and accepting requests |
| Stopped | Service has been manually stopped |
| Error | Service encountered an error |
Access Service Logs
- Select your service from the dashboard
- Navigate to Logs tab
- Filter by log level, time range, or search term
- Stream live logs in real-time
Last updated on