Learn how Prelude session applications work.
In the Prelude Session API, all operations are scoped and isolated at the application level. This isolation ensures that data and operations for one application cannot affect or access data from another application, providing strong security boundaries between different implementations.
While the Session API is in private beta, you need to contact us to create a new application.
Each Prelude customer can have multiple applications, allowing you to:
Each application is identified by a unique Application ID (appID
), which serves as the namespace for all resources and operations:
/v2/session/apps/{appID}/users
)When using the Prelude Session API, you’ll need to use your assigned application ID consistently to ensure proper resource access.