Skip to main content

SimplAI Studio

SimplAI Studio is the visual canvas where you build every Tool, Agent, and Voice Agent on the platform. The studio handles the cross-cutting concerns that apply to every application you build — projects, the node graph, variables, versioning, deployment, and the underlying templating runtime.

This section covers:

  • Projects — how SimplAI organizes work, who can access what.
  • Canvas and templating — nodes, variable references, Jinja templating (with conditionals, loops, type casting), Custom Attributes, and default values.
  • Environment variables — project-scoped env vars used in any application.
  • Versioning — draft / publish lifecycle, version history, configuration diff, restore. Applies identically to Tools, Agents, and Voice Agents.
  • Import / Export — moving an application (and its dependencies) between deployments or environments.
  • Application deletion — the rules that prevent accidental deletion of deployed or depended-on applications.
  • Application and conversation titles — auto-titled apps and chat conversations.
  • Deployment tab — exposing applications to downstream consumers via API, embed, A2A, or telephony. See per-application docs for the specifics (e.g., Voice Agents → Deployment for voice).

A note on terminology

The tab formerly named Integration is now called Deployment, across Agents, Tools, and Voice Agents. Both the in-product label and these docs use Deployment.

Where Studio sits relative to the rest

Studio is the how-you-build layer. The rest of the docs describe what-you-build:

Every application you build uses the Studio surface, then runs against everything else.