Skip to content

My Flows

Creates and lists flows owned by the current user.

POST /me/flows

  • Auth: required
  • Purpose: create a flow document

Request body fields:

  • name
  • summary
  • content
  • agreements
  • agreementRequirements
  • slug
  • isPublic

Compatibility fields also exist:

  • protocols
  • protocolRequirements

GET /me/flows

  • Auth: required
  • Response: array of owned flow items
  • Flow list responses do not include full content; use flow detail when the body is needed.