Skip to main content
post/service-accounts

Create service account

LLM
View as Markdown
Open llms.txt

Creates a named integration identity before issuing API keys.

Authorization

Scheme

  • bearerAuth

Required scopes

  • api_key:create

Allowed roles

  • owner
  • admin

Create a service account.

Request body

  • Name
    application/json
    Type
    CreateServiceAccountRequest
    Description
    Required body.

Responses

  • 200

    Service account created

    • application/json ServiceAccount
  • default

    Error

    • application/json ProblemDetails