runflow-js. Three packages, one for each integration shape. For other languages, generate a client from the public OpenAPI spec.
JavaScript packages
All three packages target the same
api.runflow.io REST surface documented in the API reference. They are MIT-licensed and published from github.com/runflow-io/runflow-js.
Install
One call, server-side
Codegen for other languages
The public OpenAPI 3.1 spec is the same one that generates this site’s API reference:TypeScript types
Python client
Go client
Hand-rolled HTTP
For most integrations a raw fetch orrequests call is enough. Both snippets bound the network wait so a stuck connection never hangs the caller.
Related
JavaScript SDK
Server-side, browser, and the tool DSL.
Embed the Studio
Drop the Studio into your site in three lines.
OpenAPI
Spec details and codegen recipes.
Authentication
Bearer header.