Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.elementum.io/llms.txt

Use this file to discover all available pages before exploring further.

Required Permission:

Overview

Agent Gateways provide a single entrypoint to multiple agents across your organization. Instead of users navigating to individual agents in different apps, a gateway consolidates them behind one interface. Users interact with the gateway, which routes their requests to the appropriate agent based on context. When enabled as the front door, the gateway becomes the primary assistant in the Action Center on the Home page — giving every user in the organization a consistent starting point for AI-powered assistance.
Agent Gateways require at least one configured AI Provider with an available LLM. See AI Services to set up providers and models.

Create a Gateway

  1. Open Settings icon Org SettingsAgent Gateways in the Platform section.
  2. Click New Gateway.
  3. Enter a Name and Description for the gateway.
  4. Select an AI Provider.
  5. Click Create Gateway.
The gateway is created in a disabled state. Click on it to configure settings and add agents before making it available.

Configure the Gateway

Click on a gateway to open its configuration. Use the toggle at the top of the page to make the gateway available to users.

Agents

Select the Agents tab to manage which agents are accessible through the gateway.
  • Add agents from across your organization to make them available through this gateway
  • Toggle the Platform Assistant on if you want to include Elementum’s built-in assistant alongside your custom agents

Rules

Select the Rules tab to define how the gateway routes incoming requests to specific agents. To create a rule:
  1. Click + Add Rule.
  2. Choose your rule type:
    • Deterministic — Add a name, description, and conditions to filter the rule. Use for structured requests that are easy to filter (for example, channel, user, or department).
    • Probabilistic — Add a name, description, and conditional description (AI prompt) for the LLM to use, then choose the desired routing from the dropdown. Use for natural language requests that are evaluated by AI to select the correct route.
  3. Click Update Rule.
After a rule is created, return to the Rules tab to toggle it on or off, Edit icon edit it, or Delete icon delete it.
Deterministic rules are evaluated before probabilistic rules during a chat with a user.

Settings

Select the Settings tab to update the gateway’s core configuration.
  • Name and Description — Update the gateway’s display name and description.
  • AI Provider — Change the AI provider used by the gateway.
  • Front Door — Enable this toggle to set the gateway as the primary assistant in the Action Center on the Home page. This makes the gateway the default AI interaction point for all users in your organization.

Test

Select the Test tab to verify the gateway is working as intended before enabling it for your organization. Send messages and confirm that requests are routed to the correct agents.

AI Services

Configure providers and models that power your gateway

Building Agents

Create and configure the agents available through your gateway

Agent Architecture

Multi-agent coordination and the A2A protocol for agent-to-agent communication

Agent Skills

Define reusable skill modules that gateway agents can use