API Reference
GraphQL API
GraphQL schema and queries
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GraphQL schema and queries
query {
services(limit: 5) {
id
name
category
}
}