Skip to Content
Apso is in public beta. Get started
ManageService management

Service management

A service is a complete backend: schema, API, database, and, when hosted, a deployment. This page explains how to create a service and use its management sections. Each section links to its detailed reference.

Lifecycle

  1. Create a service from a prompt.
  2. Design the schema in the Schema Editor.
  3. Deploy it (hosted plans) to get a live API.
  4. Manage it from the service detail sections: dashboard, data, logs, API keys, settings.

Create a service

From the workspace Service list, click Create Service:

  • Describe the backend you want. Apso derives a service name and generates the initial schema.
  • Sample prompts, such as “SaaS Essentials,” prefill common starting points.
  • You can attach files or import an Excel spreadsheet to seed the schema from existing structure.

Service detail sections

Open a service to reach its detail sections. Available sections depend on the plan and deployment state.

For a deployed service hosted by Apso, use Dashboard, Data, API Keys, Docs, and Logs. For a self-hosted service, use Editor and operate the generated code in your own infrastructure.

SectionPurposeReference
EditorVisual schema design (+ AI chat)Schema Editor
DashboardRuntime metrics (hosted)Service Dashboard
DataBrowse records in the deployed database (hosted)Database connections
API KeysCreate/revoke service API keys (hosted)API Key Management
LogsRecent service logs (hosted)Monitoring
DeploymentsDeployment historyDeployment
EnvironmentEnvironment variables/configEnvironments
DocsGenerated API documentation (hosted)API Reference
SettingsName, members, plan, GitHub, deletionService Settings

Access, monitoring, and billing

Last updated on