@redonvn/redai-openapi-workflow
v0.1.1
Published
OpenAPI export cho nhóm API user đã chọn: Workflow.
Downloads
55
Readme
@redonvn/redai-openapi-workflow
OpenClaw plugin generated from openapi/redai/workflow.json.
Build
npm run build --workspace @redonvn/redai-openapi-workflowInstall in OpenClaw
openclaw plugins install @redonvn/redai-openapi-workflow
openclaw plugins enable redai-openapi-workflowRuntime config
Add runtime config in ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"redai-openapi-workflow": {
"enabled": true,
"config": {
"baseUrl": "https://v2.redai.vn/api",
"bearerToken": "YOUR_TOKEN",
"workspaceId": "YOUR_WORKSPACE_ID",
"baseId": "YOUR_BASE_ID"
}
}
}
}
}