Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

v4.1.0 — Platform API (REST + management MCP)

UpdatedJul 10, 2026Reading time1 min read

2026-07-10

Drive FlowFn programmatically. The new Platform API exposes the same authoring actions you use in the dashboard — create, update and list apps, agents, streams, data sheets, playgrounds, forms, workflows and visualizers, and list a team's platform connections — over two surfaces that share one credential:

  • REST API at /v1 — call it from Postman, curl or your own app. Import the OpenAPI spec at /v1/spec.json straight into Postman or Insomnia.
  • Management MCP server at /mcp/manage/v1 — add it to Claude.ai, ChatGPT or Cursor as a remote connector and ask the AI to build things for you.

Generate a Personal Access Token under My Account → Security → API access. It's shown once, and works as a bearer token for both surfaces. Rotate or revoke it any time — access cuts off on the very next request. Every call runs as you, honouring your team role and plan limits, so the API can only do what you can do in the dashboard.

The REST API and the management MCP are each an opt-in plan feature, so a plan can include one, both, or neither.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →