Install
openclaw skills install flowfiREST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list...
openclaw skills install flowfiInstructions 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):
| Topic | File |
|---|---|
| Authorization | docs/authorization.md |
| Smart accounts | docs/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 shapes | docs/dto.md |
| Execution (REST) | docs/execution.md |
| WebSocket (real-time) | docs/websocket.md |
| Price | docs/price.md |
| Templates | docs/templates.md |
| Endpoint summary table | docs/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.