Multi-channel models
Model records belong to a channel, so the same model ID can be configured independently across different channels.
PLAYGROUND / INTERACTION LAB
Drag a workflow layer, run a request, and observe how models, knowledge, and tools advance continuously within a workspace.
INTERACTION LAB
First drag a stacked layer, then run a request path to see models, knowledge, and tools move through the workspace.
STACK / WORKSPACE FLOW
Drag the top layer, or select any layer to bring it forward.
Current layer: Retrieve relevant context
WORKSPACE / REQUEST PATH
// Configure channels and tools in the Admin Console first.
const request = {
model: 'gpt-5',
knowledge_base_ids: ['kb_product_notes'],
selected_tool_ids: ['builtin:aivory_web_search'],
}
// Send this request through an authenticated Aivory session.WORKSPACE POLICY
Models, knowledge bases, and tools are configured by administrators and follow explicit selection and permission boundaries on every request.
View channel and model configurationModel records belong to a channel, so the same model ID can be configured independently across different channels.
Retrieved results and source citations remain in the workspace to serve long-running work.
Provider-hosted tools are never added by default. Built-in tools and MCP both require administrator approval.