Integration Model
OpenClaw can call cascadeflow through an OpenAI-compatible interface. That makes this a secondary integration path focused on compatibility and routing, not the primary harness entry path.Typical Flow
- Start the cascadeflow OpenAI-compatible server.
- Point OpenClaw at that base URL as a custom provider.
- Optionally pass routing hints, tenant metadata, or channel information.
Why Teams Use It
- Reuse OpenClaw without invasive changes
- Centralize provider routing through cascadeflow
- Add channel or tenant-aware routing behavior
Deep Guide
Important Notes
- Treat this as a secondary integration surface.
- The main product direction remains the in-process runtime-intelligence layer.
- Use direct integrations first when you want full harness semantics inside the workflow.