Getting Started
Using the bem UI
An overview of the bem user interface, a powerful visual tool for managing your functions, monitoring results, and collaborating with your team
Updated 12/11/2025
The bem user interface is a powerful, visual workspace that complements our API-first approach. Everything you can do with the API, you can also do directly in the UI, making it an ideal environment for building, testing, and managing your intelligent workflows. You can login from https://app.bem.ai
Core Features of the UI
- Build and Orchestrate Workflows: Visually design your data pipelines using the Workflow builder. Drag and connect functions to define the flow of data, from ingestion to final output.
- Create and Manage Functions: Visually build and configure all types of
bemfunctions (transform,route,split, etc.). You can define your output schemas and configure their specific logic. - Test in the Playground: The Playground provides an interactive space to test your functions with sample data. Simply drag and drop a file to see the output in real-time, allowing for rapid iteration and debugging.
- Infer Schemas Automatically: Kickstart your function creation process with our schema inferencing tool. Upload a document, and
bemwill automatically generate a suggested JSON schema based on its content, which you can then refine. - Monitor Data and Run Evals: The Monitor and Accuracy sections give you a complete view of your data as it flows through
bem. You can inspect individual transformation results, track accuracy metrics over time, and trigger evaluation jobs to measure performance. - Manage Subscriptions: Easily create and manage your webhook subscriptions to send
bemevents to your own application endpoints. - Collaborate with Your Team: The Settings page allows you to invite and manage users in your
bemaccount, enabling your entire team to collaborate on building and maintaining your intelligent workflows.