Creatio AI app development toolkit
The Creatio AI app development toolkit is available starting with Creatio release 8.3.4 and is compatible with versions 8.3.0 and later. If you have any feedback, contact us at: beta@creatio.com. All feedback is appreciated.
The Creatio AI app development toolkit is a set of tools and structured instructions that enables coding agents to understand the Creatio platform and build applications within it. Coding agents are AI-powered tools that generate and configure code based on natural language instructions. It works with agents such as Claude Code, Codex, and GitHub Copilot. It standardizes how agents interact with the platform, significantly reduces development time, and makes application creation accessible even to users without deep technical expertise, while giving experienced developers a familiar, automated workflow.
Toolkit components
Building applications using coding agents requires more than just an AI model — it requires a shared language between the agent and the platform. The Creatio AI app development toolkit provides exactly that: an abstraction layer that gives coding agents the context they need to work correctly within Creatio.
The toolkit consists of the following components that work together:
- structured instructions (prompting guidelines and best practices) that guide agent behavior
- MCP tools for interacting with the Creatio platform directly, including Clio — a command-line utility for managing Creatio configurations. Learn more: Install Clio
- supporting tools that extend agent capabilities
- an installer that sets up and maintains the local workspace
Together, these components allow a coding agent to create and configure applications without manual intervention at each step.
Application development capabilities
Once the toolkit is set up, a coding agent can handle the most time-consuming parts of application development on your behalf. Specifically, you can use agents to:
- create complete web applications within the Creatio environment
- build and modify data models that power application logic
- generate UI pages for web applications
- create the most commonly used business rules and logic
- add and manage sections across existing or new applications
- configure data bindings for lookups and records
For more advanced scenarios, agents can also define validators and request handlers for Freedom UI pages and apply a predefined set of business rules to automate page behavior.
Tasks that previously required manual work — clicking through designers, writing repetitive source code, wiring up data models field by field — can now be described in plain language and executed by an agent. When no-code tools are not enough, the toolkit also makes it possible to implement complex logic through code — even without strong coding expertise.
Users and use cases
The toolkit is designed to make application development in Creatio accessible to the widest possible audience — regardless of technical background.
No-code creators can describe what they want to build directly in the agent chat and get a working application without writing code or navigating designers manually. The more detailed the prompt, the better the result. It is also possible to modify existing applications the same way — by describing the changes to the agent. The toolkit also makes it possible to implement complex scenarios through code, even without strong coding expertise. During the beta, not all components and elements available in the Creatio no-code platform are supported yet. Coverage will expand as the toolkit develops.
Developers benefit from speed. Routine tasks — such as creating objects, adding fields, and implementing logic — are delegated to agents, while code and configuration generation is automated. This significantly accelerates custom logic development and frees up time for work that requires deeper expertise. Developers can also interact with the platform through agents instead of navigating the UI manually. The toolkit ensures a consistent development experience aligned with how other agent-based applications are built in Creatio.
Supported agents and models
The toolkit was tested using Claude Code, Codex, GitHub Copilot, and Claude. Recommended model versions:
- Claude and Claude Code: Claude Sonnet 4.6 or newer, Claude Opus 4.6 or newer
- Codex: GPT-5.4 or newer
- GitHub Copilot: GPT-5.4 or newer, Claude Sonnet 4.6 or newer, Claude Opus 4.6 or newer
For best results, use medium or higher reasoning settings. Low reasoning settings may produce incorrect code.
To start using the toolkit, set up the local workspace using the Setup Wizard. Learn more: Set up the Creatio AI app development toolkit.