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