Welcome to Coform AI
Coform AI is a visual platform for designing, deploying, and operating AI systems called Divisions. A Division combines instructions, models, knowledge, integrations, and reusable AI entities into one runnable application.
This guide is written for people who build and operate Divisions in the Coform AI web application. It explains what each platform control means, how entities work together, and how to move from an idea to a deployed use case without exposing service implementation details.
What you can build
Use a Conversational Division for a chat experience that interprets each message and delegates it to the right capability. Use an Automation Division for a repeatable job that starts from a defined function, a schedule, the platform Run view, or the Coform API.
A Division can contain:
- Task Agents for bounded pieces of work;
- Conversational Agents for direct, multi-turn dialogue;
- Actions that an agent may choose while working;
- Agentic Functions that call an Integration endpoint or tool;
- Task Chains that pass inputs and outputs through an ordered workflow;
- Knowledge Sources for grounded answers;
- Model Connections that provide text, reasoning, embedding, file, image, audio, or other capabilities.
The normal platform journey
- Select or create an Organization.
- Connect the models your design needs.
- Add Knowledge Sources and Integrations.
- Create a Division and choose its type.
- Add entities in the visual workspace and configure their relationships.
- Add samples so orchestration has clear examples of expected behavior.
- Save, run a platform test, and inspect the result.
- Run Division Check and resolve every deployment blocker.
- Deploy the Division.
- Run it in Coform, open its Octopus UI, connect Telegram, or invoke it through the Coform API.
- Monitor the Division, revise the design, save, and redeploy when needed.
How this site is organized
- Documentation explains the platform and its design concepts.
- API Reference documents the public Agentic Core Service endpoints used to run deployed Divisions.
- Cookbook walks through complete use cases from platform creation to deployment and execution.
Platform controls are permission-aware. If a button or resource is unavailable, check the selected Organization and your member permissions before treating it as a product error.
Recommended first read
Continue with Platform Tour, then read Divisions Overview and the guide for the Division type you intend to create. Keep Design Guidance open while you write agent instructions and connect actions.