App Guide

The app integration guide now lives inside the docs section.

This page remains available as a stable public entry point because the backend catalog already references it. Use the full docs pages for the complete app-side guidance on sessions, OAuth, device code, API keys, telemetry endpoints, and the upcoming Desktop and CLI branch.

What app integrations usually need

  • User authentication through app login, OAuth PKCE, or device code.
  • Session or bearer token introspection for authenticated app calls.
  • API key creation when the app needs long-lived backend execution on behalf of the customer.
  • Access to app telemetry routes for installs, activity, errors, feedback, and notifications.

Where to go next