REST API
Browse endpoints →
Every resource. One API.
Agents, engines, workflows, events, and chat sessions — all accessible over HTTP with token auth.
REST API, CLI, and device authentication — all in one platform.
Agents, engines, workflows, events, and chat sessions — all accessible over HTTP with token auth.
Install the CLI, authenticate via device code, and run workflows or stream logs from any shell.
Device code flow lets scripts and CI runners authenticate without browser interaction or stored passwords.
https://recommengine.com/api/v1POST /api/v1/device_codes — returns a short code and verification URL for the user to open.GET /api/v1/device_codes/:id/poll — returns an access token once approved. Use it as a Bearer token on all requests.