Example mutations
Create a System Service Account Token with the Houston API
Create a System Service Account token for CI/CD integrations via the Houston API.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a System Service Account token for CI/CD integrations via the Houston API.
mutation systemSACreate {
createSystemServiceAccount(
label: "your-sa"
role: SYSTEM_ADMIN
) {
id
apiKey
}
}
Was this page helpful?