flowra Python package (flowra-sdk on PyPI). Overview: SDKs. Full method map: SDK namespaces. Every method: SDK method examples. Source: github.com/flowradev/sdk.
Install
PyPI name isflowra-sdk. Import stays flowra. Do not pip install flowra — that name belongs to a different project.
pip install -e "./python".
Requires Python 3.10+. Stdlib only (no extra runtime deps).
Create a client
Scope to another end user:
Profile and tools
Copy tool slugs fromtools.list. Do not invent them. Catalog actions are typically UPPER_SNAKE.
Run a workflow
Connect an account
External users and triggers
Chat thread and stream
Skills and MCP
Knowledge and database (per user)
Files
Sandbox, browser, LLM
Usage and credits
Escape hatch: request
Call any public API path:
Errors
HTTP failures raiseFlowraAPIError with status_code and body:
Next
- SDK method examples — Every facade method
- TypeScript SDK — Parallel examples
- Chat streaming
- SDK namespaces
- Run a workflow
- Connect an account
- API reference