Service accounts enable you to create a Prefect Cloud API key that is not associated with a user account. Service accounts are typically used to configure API access for running workers or executing deployment flow runs on remote infrastructure. Service accounts are non-user accounts that have the following features: With service account credentials, you can configure an execution environment to interact with your Prefect Cloud workspaces without a user manually logging in from that environment. Service accounts may be created, added to workspaces, have their roles changed, or deleted without affecting other user accounts. You may apply any valid workspace-level role to a service account. Select Service Accounts to view, create, or edit service accounts. Service accounts are created at the account level, but individual workspaces may be shared with the service account. See workspace sharing for more information.Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
Create a service account
On the Service Accounts page, select the + icon to create a new service account. Configure:- The service account name. This name must be unique within your account.
- An expiration date, or the Never Expire option.
Service account rolesA service account may only be a Member of an account.
You may apply any valid workspace-level role to a service account when it is
added to a workspace.