Hello @bogdan_serban , you found a documentation inconsistency, and you're reading things correctly. Let's talk about what's publicly documented today and be upfront about where the documentation falls short.
First, some context. Apps became a first-class Marketplace listing type with the Public Preview announced in June 2026. The consumer side is well documented: third-party apps are grouped under Apps in the Marketplace, every submitted app goes through a comprehensive security review before it can be published, and installed apps run on the consumer's compute so their data stays in their workspace.
The provider side is where things get thin, exactly as you describe. The API models ASSET_TYPE_APP, supports PRIVATE listing visibility and exchange IDs, and includes APP as a Marketplace file type. But the documented listing wizard covers tables, files and volumes, models, notebooks, and MCP servers, with no app creation flow, and the Private Exchange docs describe private listings generically as data products.
To your three questions:
-
App listings in a Private Exchange. I can't confirm this from public documentation, so I won't. The API schema appears capable of representing an App listing tied to a private exchange, but API surface area often ships ahead of the documented provider workflows, especially during a Public Preview. The enum alone shouldn't be treated as proof the capability works end to end, or that it's enabled for your provider account.
-
Self-service vs. enablement. Also not publicly confirmed in either direction. The documented route to becoming a Marketplace provider is the Databricks Data Partner Program, and the self-service signup in the provider console is described for private exchange data sharing specifically, not apps. The apps launch also went out with a defined set of launch partners, which usually signals coordination with Databricks during a preview period. So my honest read is that provider onboarding plus the mandatory security review are involved, and there may be preview enablement on top of that which just isn't documented yet. I can't point you to a page that says so, though.
-
The process. If the App option isn't showing up in your Provider console, the fastest path is a Databricks Support case or your account representative. Ask them specifically:
- Is third-party App listing supported for your target cloud and region?
- Can an App be published as a private listing within a Private Exchange?
- Is the capability self-service, or does it require provider-account enablement or an onboarding program?
- What app packaging, security review, and submission requirements apply?
Include the API reference you already found, your intended listing visibility (PRIVATE), the target exchange, and the exact point where the Provider console workflow diverges from the API model. That framing helps them distinguish a documentation gap from a genuine product or entitlement limitation.
The bottom line: this is partially confirmed but not publicly documented end to end. Apps are clearly part of the Marketplace product model and the consumer experience, and the API can represent what you want to do, but the private exchange publishing path for apps needs a Databricks-side answer. If your account team confirms the supported model, posting it back here would help others asking the same thing.
References:
Regards,
Louis