For the complete documentation index, see llms.txt. This page is also available as Markdown.

GraphQL API

If you don't want to use one of the SDKs, you can get your flags from the GraphQL API.

The GraphQL API is hosted on Hypertune Edge for low latency responses, typically < 25ms.

GraphQL queries to the API must contain all field arguments so that your flag logic can be fully reduced and evaluated into a JSON result which can be returned.

For instructions on how to query the API, see the GraphQL quickstart.

Last updated