Flow GraphQL API

Flow Engineering exposes a GraphQL API for programmatic access to the Systems Graph (requirements, design artifacts, test cases, and integrations). The single GraphQL endpoint is served from api.flowengineering.com and is authenticated with AWS Cognito OAuth2/OIDC bearer tokens. API access is included on the Basic, Pro, and Enterprise plans.

API entry from apis.yml

apis.yml Raw ↑
name: Flow GraphQL API
description: Flow Engineering exposes a GraphQL API for programmatic access to the Systems Graph (requirements,
  design artifacts, test cases, and integrations). The single GraphQL endpoint is served from api.flowengineering.com
  and is authenticated with AWS Cognito OAuth2/OIDC bearer tokens. API access is included on the Basic,
  Pro, and Enterprise plans.
humanURL: https://flowengineering.com/
baseURL: https://api.flowengineering.com/v1/graphql
properties:
- type: GraphQL
  url: https://api.flowengineering.com/v1/graphql
- type: Authentication
  url: authentication/flow-engineering-authentication.yml
- type: OAuthScopes
  url: scopes/flow-engineering-scopes.yml