Skip to content

Projects and applications

Your work is organised into a three-level hierarchy. Each level shows up in the portal’s breadcrumb and left rail.

Project ─┬─ Application ─┬─ Workflow ─┬─ Designer
│ │ └─ Monitoring (runs)
│ ├─ Connections
│ ├─ Parameters
│ ├─ Analytics
│ └─ Settings (env vars, user permissions)
├─ Sandboxes (project-scoped, see Sandboxes page)
└─ Settings (user permissions)

The top-level container. A project holds applications, sandboxes, and project-wide settings. It also defines who has access — RBAC is granted at the project boundary.

Projects dashboard

When to create a new project: when you want isolation (separate access control, separate quota, separate billing context) or a new business domain.

An application is a deployable unit inside a project. It holds:

TabWhat it’s for
WorkflowsThe automations themselves — what this app actually does.
ConnectionsReusable, authenticated bindings to external services (Teams, SharePoint, Service Bus, etc.).
ParametersNamed values referenced in workflows — environment-specific URLs, timeouts, feature flags.
AnalyticsRun trends, success/failure rates, per-action latency.
SettingsApp-level environment variables and user permissions.

Applications inside a project

Most teams have a handful of apps per project — one per logical service (e.g., order-processing, notifications, daily-reports).

From the project’s Applications tab, click Create Application and give it a name.

Applications list with the Create Application button + Status column Create Application dialog

Provisioning takes a minute or two — the Status column starts as Building and flips to Ready once the runtime is up. Don’t open or wire up the app until it’s Ready.

Apps are private to the creator by default. To invite collaborators, open the application’s Settings → User permissions tab and add users by email — or grant project-scope access for someone who should see every app. See Permissions for the full model.

The unit of automation. A workflow lives inside one app, has one trigger and a tree of actions, and is edited on the visual canvas or via the assistant. See Workflows for the full surface.

Workflows inside an application

Sandboxes are isolated compute environments that workflow agents can run code in. They live at the project level so multiple workflows across multiple apps can reuse the same pre-baked image. See Sandboxes for the full guide.

You’re adding…Put it at…
A new automationA workflow inside an existing app
A new logical surface (different team, different SLOs, different connection set)A new app inside the same project
A separate access boundary or business domainA new project
A new code execution environment for agents (with cloned repos)A new sandbox inside the project