Omnigent quickstart
Omnigent is in Beta. For the open-source documentation, see the Omnigent documentation.
Omnigent runs as a managed deployment on Databricks. The server that coordinates your sessions is managed for you, and you sign in with your Databricks workspace identity. This page covers the setup that is specific to Databricks. See the open-source Omnigent documentation for more information about Omnigent features and capabilities.
Prerequisites
You must have:
- The Omnigent preview enabled for your workspace. See Manage workspace-level previews.
- A workspace in a region that supports Databricks Unity AI Gateway. See Databricks feature availability by region.
To open Omnigent on a Databricks Sandbox, you must also have:
- A workspace in a region that also supports Databricks Sandbox. See Limitations.
- The Sandbox preview enabled for your workspace. See Manage workspace-level previews.
To install Omnigent using the CLI, you must have:
- Python 3.12+
- Node.js 22 LTS with npm and tmux
Choose a host
Omnigent always runs on your managed Databricks deployment server. What differs is the host that executes your agent:
- Databricks Sandbox (managed): Databricks provisions and runs the host in the cloud. It keeps running when your laptop is off, and your credentials never leave Databricks. Select this to get started quickly.
- Your own machine (local): You install the Omnigent CLI and register your laptop or a VM as a host. Your laptop or VM becomes the execution environment so agents can access local files, tools, or networks. A local host is available only while your machine and the
omni hostprocess are running.
You sign in with your Databricks workspace identity either way, because both hosts run through the same managed server. Session visibility and sharing are the same for both: your sessions appear in the <workspace-url>/omnigent UI and can be shared with other workspace users regardless of which host runs them.
Launch Omnigent on a Databricks Sandbox
The easiest way to run Omnigent is with a Databricks Sandbox: a managed cloud host that Databricks provisions for you. Your agent runs in an isolated, reproducible environment that stays on even when your laptop is asleep. Models route through your workspace's Foundation Model APIs over AI Gateway automatically, so there are no API keys to manage and your model usage inherits AI Gateway's governance and controls.
- In your web browser, go to
<workspace-url>/omnigent. - Select New session.
- Open the host picker and select Sandbox.
- Describe a task in the composer and send it to start the session.

Launch Omnigent on your own machine
Install the Omnigent CLI and register your laptop or a VM as a host. The machine you register becomes the execution environment for your agents, so choose the machine that has access to the tools, files, and network your agent needs. A local host is available only while your machine and the omni host process are running.
-
Install Omnigent with the
databricksextra, which adds the managed-platform integration.- Install script
- UV
- Pip
Bashcurl -fsSL https://omnigent.ai/install.sh | sh -s -- --extra "databricks"Bashuv tool install "omnigent[databricks]"Bashpip install "omnigent[databricks]" -
Set up model credentials. Run
omni setup:Bashomni setup
-
Credentials are scoped per harness, so you must select a harness, then choose how to provide its credentials.
- To invoke your workspace's Foundation Model APIs, choose Databricks and enter your workspace URL. This signs you into the workspace and routes that harness's model calls through Databricks Unity AI Gateway, so there are no API keys to manage and usage is governed and billed there.
- Otherwise, provide your own API key, subscription, or gateway.
-
Sign in with your Databricks identity and register the machine as an Omnigent host:
Bashomni login <workspace-url>
omni host --server <workspace-url> -
In your web browser, go to
<workspace-url>/omnigent. -
Select New session.
-
Open the host picker and select the machine you registered. The host you select determines the execution environment the agent runs in, so pick the host that has access to the tools, files, and network your agent needs.

-
Describe a task in the composer and send it to start the session.
Connect the desktop app or mobile app
The Omnigent desktop app is optional and only available on macOS. Install the desktop app, then after you have created a host, select Connect to new server in the app and enter your workspace URL.
The Omnigent mobile app connects the same way. Install it from the App Store or use the mobile web UI in any phone browser, then enter your workspace URL. For install and setup details, see the Omnigent mobile docs.
If your workspace restricts network access, an admin may need to allow mobile devices to reach the workspace before you can connect. See Mobile network access.