Skip to main content
A service is the core unit of work in Uniac. It’s a Python class that handles requests, runs in a container, and scales on the Uniac cloud.

What a service looks like

Service types

FastAPIService

Service (lower-level)

Lifecycle

  • Endpoints — how requests reach your service
  • Projects — how services are grouped
  • Deployments — how versions of a service are released