Product area
Apps
Databricks Apps, the serverless home for data and AI applications, and the applications Databricks itself ships on it.
Concepts
Also covered here
- Deploy an agent on Databricks AppsDatabricks documents one way to ship a custom agent: write it as an ordinary Python project, then run that project as a Databricks App. Two pieces are fixed and the rest is yours.
- Lakebase behind an app, an agent or a feature storeA Databricks App — a Dash, Flask or Streamlit application running on the platform — gets a Lakebase database by adding it as a resource, the same way it gets a warehouse or a model endpoint. You pick the project, the branch and the database; the platform does…