Automate the life-cycle of Blaxel resources via API through service accounts.
Service accounts are workspace users (i.e. identities) that represent an external system that needs to access Blaxel to operate resources in your workspace.
Service accounts can use API keys to authenticate on Blaxel. These API keys can be created and managed by admins from the service account’s page, in your workspace settings.API keys have an infinite validity duration.
Service accounts can also use the client credentialsOAuth 2.0 grant type, via their client ID and client secret. A pair client ID / client secret is generated automatically by Blaxel when you create a new service account.
Make sure to copy the client secret when you create the service account as you will never be able to access it again after you leave the page.