-
Notifications
You must be signed in to change notification settings - Fork 0
api
Douwe de Vries edited this page Jul 2, 2026
·
1 revision
The public API for this project is OpenCode-facing rather than HTTP-facing. It has seven Flow runtime tools, five Flow slash commands, hidden worker agents, and one npm binary.
| Surface | Page |
|---|---|
| Runtime tools | Flow tools |
| OpenCode commands | OpenCode commands |
| npm CLI | CLI and package |
The repo does not expose REST, GraphQL, WebSocket, or database APIs. Runtime state is local workspace JSON managed by src/runtime/workspace.ts.
Related pages: OpenCode adapter, Runtime state machine, and Configuration.