Flagship - Flagship API reference now available
24d ago
Source
CloudflareFlagship - Flagship API reference now availablecloudflare.comThe Flagship API reference is now available. You can use the Cloudflare API to create and update apps, and to create, update, delete, and list feature flags without using the dashboard. For example, create a new boolean flag with the API: curl $ACCOUNT_ID /flagship/apps/ $APP_ID /flags \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " \ -d '{ "key": "new-checkout", "enabled": true, "default_variation": "off", "variations": { "off": false, "on": true }, "rules": [] }' To create an API token, go to Account API Tokens in the Cloudflare dashboard and search for Flagship. The API reference includes endpoints for Flagship apps, flags, changelog entries, and flag evaluation. Agents can also use the Flagship reference in the Cloudflare skill to create and manage Flagship resources. Refer to the Flagship documentation to learn more about evaluating feature flags from your applications.
You might also wanna read
Cloudflare Launches Flagship: A Feature Flag Service for Safer Deployments
Cloudflare's Flagship is a feature flag service that allows developers to control feature visibility in applications without redeploying cod
Cloudflare Introduces Unified CLI Tool for Accessing All Platform APIs
Cloudflare is introducing a new unified CLI tool called 'cf' designed to provide consistent access to their entire API ecosystem, which incl
Cloudflare enables AI agents to autonomously create accounts, buy domains, and deploy code
Cloudflare now allows AI coding agents to create accounts, purchase domains, set up paid subscriptions, and obtain API tokens autonomously o

Comments
Sign in to join the conversation.
No comments yet. Be the first.