GrowthBook offers a full REST API for interacting with the application. View REST API DocsDocumentation Index
Fetch the complete documentation index at: https://growthbook-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SDK Connection Endpoints
In addition to the REST API above, there is one additional readonly endpoint - the SDK Connection Endpoint. The SDK Connection Endpoint provides readonly access to a subset of your feature flag data, just enough for the GrowthBook SDKs to assign values to users. They are meant to be public and do not require authentication to view. In GrowthBook Cloud, the SDK Connection Endpoints are served from our global CDN:https://cdn.growthbook.io/api/features/.... If you are self-hosting, you can use your own CDN or run the GrowthBook Proxy server, which provides built-in caching and performance optimizations.
SDK Connection Endpoints are scoped to a single Environment (e.g. dev or production) and can also be scoped to a single Project. Manage all of your SDK Connections on the Features → SDKs page.

