Назад към всички

flowfi

// REST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list, start, cancel, events), WebSocket (workflow-status namespace, subscribe execution/workflow/simulation), price (token/USD), templates (list, g

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameflowfi
descriptionREST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list, start, cancel, events), WebSocket (workflow-status namespace, subscribe execution/workflow/simulation), price (token/USD), templates (list, get, clone), DTO/request/response shapes (pagination, workflow, template, execution), and workflow knowledge base. Use when integrating with the backend API or when the user asks about workflow, execution, real-time, price, templates, DTOs, or auth endpoints.

FlowFi OpenClaw skill

Instructions for the FlowFi backend API. Base URL is the backend API root (e.g. https://api.seimoney.link). Protected routes use JWT via Authorization: Bearer <token>.

Grouped docs (content split by topic):

TopicFile
Authorizationdocs/authorization.md
Smart accountsdocs/smart-accounts.md
AI workflows (generate, suggestions, edit by prompt)docs/ai-workflows.md
Workflows (lifecycle, deploy/undeploy/pause/resume/stop/delete, list, draft)docs/workflows.md
DTOs & request/response shapesdocs/dto.md
Execution (REST)docs/execution.md
WebSocket (real-time)docs/websocket.md
Pricedocs/price.md
Templatesdocs/templates.md
Endpoint summary tabledocs/summary.md

See docs/README.md for the full index.

Quick entry points: Generate workflow → POST /ai/generate-workflow (prompt + smartAccountId). Deploy → POST /workflows/:id/deploy. List workflows → GET /workflows. Real-time → WebSocket namespace /workflow-status; subscribe to execution/workflow/simulation.