Multi-model Reasoning Agent
Multimodal agents can process different input types—files, images, and text—in a single conversation. For example, you can upload a CSV file and ask the agent to analyze it, then push the results to Notion. The platform automatically handles format conversion and passes the right data to your agent.
Multimodal input: the agent processes a CSV file and integrates with Notion
Multi-Agent Tasks
Complex workflows often require multiple specialized agents working together. With xpander, you can orchestrate tasks across agents—for example, one agent handles Notion operations while another sends Slack notifications. The platform automatically routes tasks to the right agent and coordinates the workflow.
Multi-agent orchestration: Notion and Slack agents working together
Knowledge Base Agents
Knowledge base agents use vector databases to retrieve relevant documents and context for answering questions. Upload files to a knowledge base, attach it to your agent, and the agent will automatically search and reference the documents when responding. This pattern is ideal for support bots, documentation assistants, and Q&A systems.
An agent with a knowledge base for document retrieval
Agent as an API
A common pattern is using AI agents as an API that returns structured output on every request. For example, an Invoice Parser agent can use AI to extract all data from any invoice. You can define a contract in the Structured Output tab and build systems that consume this agent as a reliable API.
Structured output configuration for an Invoice Parser agent

