v5.7.0

Your platform,
your rules

On-premises deployment becomes first class. Write custom React components in the Designer, configure AI providers at org level, and control runtime access with groups and roles.

🏢 Single-org deployment 🧩 Custom Components 🤖 AI Providers 💬 Chat-based UI Flows 🎤 Voice input 🔐 Runtime auth
🏢
Setup your environment
Token
eyJhbGciOiJSUzI1NiIs...
Environment name
production-eu
Admin email
admin@acme-corp.com
Create Organization
</>
Custom Component
ProfileCard.jsx
export default function ProfileCard({ input }) {
  const data = input?.data || {};
  return (
    <div className="card">
      <h3>{data.name}</h3>
      <p>{data.email}</p>
    </div>
  );
}
🤖
AI Providers
OpenAI
CONNECTED
Anthropic
SOON
gpt-4o TEXT
gpt-4o-mini EMBED