---
title: "Understanding all the applications in the FINBOURNE platform"
slug: "understanding-all-the-applications-in-the-finbourne-platform"
description: "swagger lusid platform applications"
updated: 2026-04-20T07:20:56Z
published: 2026-04-20T07:20:56Z
canonical: "support.lusid.com/understanding-all-the-applications-in-the-finbourne-platform"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.lusid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Understanding all the applications in the FINBOURNE platform

The FINBOURNE platform consists of a number of applications.

Each application has a documented REST API, which may be accessed directly or via the SDK. You can use our [API sandbox](/v1/docs/getting-started-with-the-lusid-rest-api-and-sdks) to try out all our APIs.

| **Application** | **Description** | **API URL** `https://&lt;your-domain&gt;.lusid.com/` | **REST API** | **SDK** | **SDK tools (utils, CLI, others)** |
| --- | --- | --- | --- | --- | --- |
| **v3** | **v2** |
| LUSID | Open, API-first, developer-friendly investment data platform with a [GUI front end](/v1/docs/web-app). | `api/api/...` | [Reference](https://www.lusid.com/docs/api/lusid/intro) | [Python](/v1/docs/installing-or-upgrading-to-the-v3-python-sdk) [C#](/v1/docs/installing-or-upgrading-to-the-v3-c-sharp-sdk) [Java](/v1/docs/installing-or-upgrading-to-the-v3-java-sdk) | [Python](/v1/docs/installing-or-upgrading-to-the-v2-python-sdk), [C#](/v1/docs/installing-or-upgrading-to-v2-csharp-sdks), [Java](/v1/docs/installing-or-upgrading-to-v2-java-sdks) | [LUSID Python Utilities](/v1/docs/installing-or-upgrading-to-the-v3-python-sdk) |
| [Scheduler](/v1/docs/scheduler) | Automated job scheduler. | `scheduler2/api/...` | [Reference](https://www.lusid.com/docs/api/scheduler/intro) | [Python](https://github.com/finbourne/scheduler-sdk-python), [C#](https://github.com/finbourne/scheduler-sdk-csharp), [Java](https://github.com/finbourne/scheduler-sdk-java) |  |
| [Insights](/v1/docs/troubleshooting-monitoring-insights) | Monitoring and troubleshooting service. | `insights/api/...` | [Reference](https://www.lusid.com/docs/api/insights/intro) | [Python](https://github.com/finbourne/insights-sdk-python), [C#](https://github.com/finbourne/insights-sdk-csharp), [Java](https://github.com/finbourne/insights-sdk-java) |  |
| [Identity](/v1/docs/identity-management-and-access-control-iam) | Identity management for LUSID (in conjunction with Access, below). | `identity/api/...` | [Reference](https://www.lusid.com/docs/api/identity/intro) | [Python](https://github.com/finbourne/finbourne-identity-sdk-python), [C#](https://github.com/finbourne/identity-sdk-csharp), [Java](https://github.com/finbourne/identity-sdk-java) |  |
| [Access](/v1/docs/identity-management-and-access-control-iam) | Access control for LUSID (in conjunction with Identity, above). | `access/api/...` | [Reference](https://www.lusid.com/docs/api/access/intro) | [Python](https://github.com/finbourne/finbourne-access-sdk-python), [C#](https://github.com/finbourne/finbourne-access-sdk-csharp), [Java](https://github.com/finbourne/access-sdk-java) |  |
| [Drive](/v1/docs/drive) | Secure file repository and manager for collaboration (like Dropbox). | `drive/api/...` | [Reference](https://www.lusid.com/docs/api/drive/intro) | [Python](https://github.com/finbourne/drive-sdk-python), [C#](https://github.com/finbourne/drive-sdk-csharp), [Java](https://github.com/finbourne/drive-sdk-java) |  |
| [Luminesce](/v1/docs/luminesce-and-lumipy) | SQL-based data virtualisation service (read/write data to multiple sources, including LUSID). | `honeycomb/api/...` | [Reference](https://www.lusid.com/docs/api/luminesce/intro) | [Python](https://github.com/finbourne/luminesce-sdk-python), [C#](https://github.com/finbourne/luminesce-sdk-csharp), [Java](https://github.com/finbourne/luminesce-sdk-java) | [Lumipy](/v1/docs/how-do-i-use-lumipy-to-interact-with-luminesce) (data science) |
| [Configuration Store](/v1/docs/configuration-store) | Secure central repository for secrets and parameters (like the AWS Parameter Store). | `configuration/api/...` | [Reference](https://www.lusid.com/docs/api/configuration/intro) | [Python](https://github.com/finbourne/configuration-sdk-python), [C#](https://github.com/finbourne/configuration-sdk-csharp), [Java](https://github.com/finbourne/configuration-sdk-java) |  |
| [Integrations](/v1/docs/introduction-to-partnerships-and-integrations) | Connect LUSID with your existing systems and external data providers. | `horizon/api/...` | [Reference](https://www.lusid.com/docs/api/horizon/intro) | [Python](https://github.com/finbourne/horizon-sdk-python), [C#](https://github.com/finbourne/horizon-sdk-csharp), [Java](https://github.com/finbourne/horizon-sdk-java) |  |
| [Notification Service](/v1/docs/notification-service) | Notifications via email, SMS or webhook when LUSID events occur. | `notification/api/...` | [Reference](https://www.lusid.com/docs/api/notification/intro) | [Python](https://github.com/finbourne/notifications-sdk-python), [C#](https://github.com/finbourne/notifications-sdk-csharp), [Java](https://github.com/finbourne/notifications-sdk-java) |  |
| [Workflow Service](/v1/docs/workflow-service) | Build operational controls to manage the flow of investment data to and from LUSID. | `workflow/api/...` | [Reference](https://www.lusid.com/docs/api/workflow/intro) | [Python](https://github.com/finbourne/workflow-sdk-python), [C#](https://github.com/finbourne/workflow-sdk-csharp), [Java](https://github.com/finbourne/workflow-sdk-java) |  |
