Create a Service

Add a logical application service and configure its deployment permissions.

A project service is the stable identity used for source, packages, releases, deployments, and infrastructure configuration.

Add the Service

  1. Open Project settings > Services.
  2. Select Create service.
  3. Enter a concise name that identifies the application or worker.
  4. Configure the available deployment permissions.
  5. Save the service.

After creating the identity, add the service component to an infrastructure configuration and choose its target, source, build, runtime, and environment settings.

Naming Guidance

Use a name based on responsibility, such as checkout-api, admin-web, or invoice-worker. Avoid embedding an environment in the service name because environments are configured separately.

Next Steps