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.

Elementum embeds AI directly into your business workflows. Rather than operating as a standalone tool, AI in Elementum connects to your data cloud infrastructure and works within the same apps, automations, and processes your teams already use. This means AI actions run on live data without copying or moving it between systems. There are three layers to AI in Elementum: providers supply the models, services make those models available to your workflows, and capabilities (agents, search, and automation actions) put them to work.

AI Providers

AI providers are authenticated connections to external model services. Each provider gives your Elementum environment access to a different set of language models and capabilities.

OpenAI

GPT and reasoning models for language processing, classification, and generation

Anthropic

Direct access to Claude models for agents, automations, and Studio Agents

Snowflake Cortex

AI that runs natively in your Snowflake environment with LLM functions, embeddings, and search

Google Gemini

Multimodal models through Vertex AI for text, image, and document processing

Amazon Bedrock

Claude models hosted in your own AWS account (Bedrock Agents are a separate setup)

Custom Provider

Connect any OpenAI-compatible endpoint, including LLM gateways, proxies, and self-hosted models

AI Models

Compare supported models, capabilities, and provider-specific features
You need at least one configured AI provider before you can create AI services or use AI capabilities in your workflows. You can configure multiple providers simultaneously to use different models for different tasks, implement failover strategies, or optimize costs by routing to the most efficient provider. See AI Models for a detailed breakdown of available models across providers.
Only verified domain users can configure AI Providers. Elementum employees cannot create or modify AI Providers or Models in any customer org.
In addition to the built-in providers, you can connect a Custom Provider to bring in any OpenAI-compatible endpoint—useful for internal LLM gateways, proxies, or self-hosted models. Custom providers support API Key and OAuth Client Credentials authentication, and once configured behave like any other provider in agents and automations.

AI Services

AI services sit between your providers and your workflows. They define which model to use, how it behaves, and where it can be applied. There are two types:
  • LLM services — Configure a language model for use in automation actions, agents, and other AI-driven tasks. Each service specifies the provider, model, and default parameters.
  • Embedding services — Configure an embedding model for AI Search, which converts your data into vector representations for semantic querying.

AI Services

Create and manage LLM and embedding services for your environment

AI Search

Enable semantic search across Elements and Tables using embedding services

AI in Automations

AI actions are available as steps within Elementum’s automation system. They operate on record data and return structured results that your automation can act on.
  • Classification — Categorize records by analyzing field content and assigning labels with confidence scores
  • Summarization — Generate concise summaries from long-form text fields, comments, or attached documents
  • Data transformation — Restructure, normalize, or enrich field values using language model processing
  • File analysis — Extract structured data from PDFs, invoices, contracts, and other uploaded documents
Each AI action returns results that downstream automation steps can use for routing, field updates, notifications, or further processing.

AI in Automations

Learn how to configure AI-driven automation actions

Automation System

Understand the triggers, conditions, and actions that power Elementum automations

AI Agents

Agents are conversational AI components that operate within your apps. Unlike one-shot AI actions in automations, agents maintain context across a conversation, use tools to read and write data, and follow policies you define.

Agents Overview

What agents are, what they can do, and where they fit in your processes

Building Agents

Create, configure, and test agents in your apps

Data Cloud Architecture

AI processing in Elementum runs within your data cloud environment. This architecture has several practical implications:
  • No data movement — AI actions query and process data where it already lives. Records stay in your data warehouse; only prompts and results move between systems.
  • Inherited security — AI capabilities respect your existing access controls, role-based permissions, and audit logging. No separate security layer is required.
  • Real-time data — AI operates on current record states, not cached snapshots. When an agent queries an Element, it reads the latest data.

Getting Started

Setting up AI in Elementum follows a consistent sequence. Complete each layer before moving to the next.
  1. Connect a provider — Configure at least one AI provider (OpenAI, Anthropic, Snowflake Cortex, Google Gemini, Amazon Bedrock, or a Custom OpenAI-compatible endpoint) with your API credentials.
  2. Create AI services — Set up LLM services for the models you want to use in automations and agents. If you plan to use semantic search, create an embedding service as well.
  3. Enable AI search (optional) — Configure AI Search on Elements and Tables where you want natural language querying.
  4. Add AI actions to automations — Use AI automation actions to classify, summarize, transform, or analyze data within your existing workflows.
  5. Build and deploy agents — Start with the Agents Overview, then create agents with tools, skills, and policies tailored to your business processes. Deploy them in-app or across Teams, Slack, or phone.
Start with a single use case — like classifying incoming requests or summarizing documents — before building multi-step agent workflows. This lets you validate your provider configuration and service setup with minimal complexity.