<aside>
Copyl turns AI into governed system users that can act, integrate, and automate business processes inside your existing software stack.
</aside>
This chapter introduces the core concepts behind Copyl AI Agents (CAIA). These concepts form the mental model developers need to design, configure, integrate, and operate agents inside the Copyl platform.
Copyl does not treat AI as a feature or chatbot. AI is a first-class system actor.
In Copyl, an AI Agent is a User.
This is a deliberate architectural choice with several consequences:
From the platform’s perspective, there is no special-case execution path for agents. They operate inside the same governance model as the rest of the system.
Agents are flagged as Agent users and can have one or more behavioral classifications, for example:
Agent type affects how and when the agent is allowed to act (for example, trigger-based vs user-initiated), but not its fundamental permissions.
An Agent does not have a single personality or configuration.
Instead, it has Agent Profiles.
An Agent Profile defines:
Key properties:
This allows the same agent to act differently depending on context, task, or risk level.
Agents operate under multiple layers of rules:
Precedence is strict:
Global rules always override agent and profile rules.
This ensures that agents can never violate organizational or regulatory boundaries, regardless of prompt configuration.
Read more:
Understanding Prompts and Guardrails in Copyl AI Agents
Agents react to events, not polling.
Examples:
Triggers create Tasks or Actions that agents can execute based on their permissions and profiles.
This makes agents predictable, observable, and auditable.
<aside> 👉🏼
If you have Triggers defined in the Integration Platform, an Agent can start working directly when the event has happened.
</aside>
Every agent has:
Agents:
This aligns agent activity with human workflows instead of bypassing them.
Agents can execute tools and APIs exactly like any other system actor.
Examples:
Tool access is explicitly granted per profile and audited.
Agent actions are reversible.
If an agent performs an incorrect action:
This is a core safety and trust mechanism.
<aside> 👉🏼
</aside>
When an agent is recruited into an enterprise:
There are two ways to start using AI Agents in Copyl.
If you want to build AI Agents from scratch and publish them to the Copyl Marketplace, you need a Developer License. This applies when you define your own agent logic, profiles, tools, tiers, and pricing, and intend to distribute or monetize the agent.
Contact [email protected] if you want to be a Partner and we will onboard you.
If you only want to use AI Agents, no Developer License is required. In that case, you select an existing agent from the Copyl Marketplace and onboard it into your enterprise by providing configuration, policies, and business context. The agent is then cloned and operates under your rules, permissions, and licenses.