Developer Hub
Build, integrate, and orchestrate with BeX.
Use the BeX platform to create AI assistants, design workflow logic, connect enterprise knowledge, and embed Digital Employees into your own applications and user journeys.
BeX AI Assistant API
The BeX AI Assistant API lets developers bring BeX-powered assistants into external applications, portals, and workflow experiences.
Use it to:
const response = await fetch(
'https://api.bex.ai/v1/assistant/run',
{
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
assistant_id: 'quotation-copilot',
opcode: 'process-enquiry',
input: {
enquiry: userMessage,
context: sessionContext,
},
}),
}
);
const { output, escalate } = await response.json();Core developer concepts
Everything in BeX is built from reusable, composable primitives.
L1, L2, L3 processing layers
A three-layer approach to turning raw enterprise content into AI-ready knowledge.
Frontend Orchestrator
The BeX Frontend Orchestrator helps developers embed assistants across multiple conversational or digital touchpoints.
Use it to:
It is the bridge between BeX intelligence and user-facing interaction.
Web / Mobile Interface
Your frontend application
Frontend Orchestrator
Session, routing, history
BeX Assistants & OpCodes
Role-specific Digital Employees
Build on BeX
Instructions
Build faster with reusable logic
OpCodes
Orchestrate with composable flows
Knowledge
Ground outputs with enterprise data
API & BeX3D
Deliver across any interface