SDK / local setup¶
Use this page when you want local development workflows around the RQM platform.
Choose your integration path¶
| Goal | Recommended boundary |
|---|---|
| Build an app against hosted services | rqm-api (service boundary) |
| Build tooling around external circuit payloads | rqm-circuits (public circuit boundary) |
| Work on optimization internals | rqm-compiler (internal optimization engine) |
| Build product workflows | rqm-studio (workflow layer) |
Local Python setup¶
Install packages based on scope:
API-first local workflow¶
Keep API-first workflows as the default unless you specifically need package internals.