axonhub / examples /openapi /graphql /api_key.graphql
llzai's picture
Upload 1793 files
9853396 verified
mutation CreateAPIKey($name: String!) {
createLLMAPIKey(name: $name) {
key
name
scopes
}
}