mutation CreateAPIKey($name: String!) { createLLMAPIKey(name: $name) { key name scopes } }