Skip to main content
Flowra bills in credits. Approximate platform economics:
  • 10_000 credits ≈ $1 of vendor cost (before plan markup on AI)
  • AI usage applies a small markup on top of upstream model cost
Product UI: Account and pricing. The usage namespace is on both SDKs.

Balance and ledger

Attribution fields on ledger rows can include workflowId, executionId, eUID, and related execution log ids.

After each chat turn (SSE)

POST /api/v1/graphify/threads/{thread_id}/runs/stream emits a final SSE event:
Parse it with the SDK helpers — full walkthrough: Chat streaming.

After each workflow run

Execute returns executionId and usage (null while running). Poll status or fetch execution detail: