Scenarios

Copy-paste, end-to-end recipes. Each one runs against a real proxy — no hand-waving.

A "scenario" here is a concrete, runnable request/response shape — not just prose. Most of these are backed one-to-one by an integration test in internal/server/scenarios_test.go (token auth, auto routing, concrete bypass, streaming heartbeat, pull-worker); dynamic-group routing and conversation-mapped agent sessions are covered by dedicated tests elsewhere in the suite (server_test.go, backend/devin_test.go). Same requests, same expected headers/status codes as the tests — this page stays honest as the code changes.

These scenarios mirror the repo's integration tests — same requests, same expected headers/status codes — so this page stays honest as the code changes.

Pick a scenario

← Back to docs overview