Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llzai
/
axonhub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
axonhub
/
examples
/
openapi
/
graphql
/
api_key.graphql
llzai
Upload 1793 files
9853396
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
114 Bytes
mutation
CreateAPIKey
(
$name
: String
!
)
{
createLLMAPIKey
(
name
:
$name
)
{
key
name
scopes
}
}