Patterns

The SDK supports multiple integration styles, but they should not be read as equally important. This section helps readers choose the right path and keep the main story clear: start with the direct client flow, then move into specialized delivery paths only when they match the app architecture.

Quick answer

Start with Node direct. It is the clearest first path for most teams because it covers the core SDK surface around jobs, decisions, generation events, and beacons.

Use the other pages as specialized follow-ups: browser for the tested browser entry, callback for webhook-style delivery, and proxy compatibility for systems that stay at the HTTP boundary.

Choose your path

Recommended reading order

Read this section in context

If you are new to the SDK, do not start here in isolation. Read the core flow first, then return to the pattern that matches your delivery architecture.

Ask about integration

Ask about integration

Start with Node direct for the recommended production-ready integration path.