DevCycle · Arazzo Workflow

DevCycle - evaluate feature flags for a user (Bucketing API)

Version 1.0.0

Fetch all variables and features for a user context and report an event.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyEnterprise SaasFeature FlagsFeature ManagementFeature Flags as a ServiceExperimentationOpenFeatureDeveloper ToolsDevOpsArazzoWorkflows

Provider

devcycle

Workflows

evaluateForUser
Get all variables and features for a user, then post a tracking event.
3 steps inputs: user_id
1
getVariables
2
getFeatures
3
postEvent

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: DevCycle - evaluate feature flags for a user (Bucketing API)
  version: 1.0.0
  summary: Fetch all variables and features for a user context and report an event.
sourceDescriptions:
- name: bucketingApiApi
  url: ../openapi/devcycle-bucketing-api-api-openapi.yml
  type: openapi
workflows:
- workflowId: evaluateForUser
  summary: Get all variables and features for a user, then post a tracking event.
  inputs:
    type: object
    properties:
      user_id:
        type: string
  steps:
  - stepId: getVariables
    operationId: getVariables
    requestBody:
      contentType: application/json
      payload:
        user_id: $inputs.user_id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: getFeatures
    operationId: getFeatures
    requestBody:
      contentType: application/json
      payload:
        user_id: $inputs.user_id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: postEvent
    operationId: postEvents
    requestBody:
      contentType: application/json
      payload:
        user:
          user_id: $inputs.user_id
        events:
        - type: customEvent
    successCriteria:
    - condition: $statusCode == 201

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/devcycle-evaluate-flags"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.