Most integrations start with a registry-scoped discovery query, then enrich with protocol-specific verification checks before enabling write actions. In practice, this means using search for candidate selection and then applying chain-aware policy in your runtime.
Use the SDK example here for service-side query integration. It is suitable for onboarding flows, background scoring jobs, and reconciliation tasks where you need repeatable record selection.
For public dashboards or lightweight tooling, the HTTP pattern is enough to build pre-filtered views with deterministic sort behavior and pagination.