Skip to content

Commit 9c84475

Browse files
Update AMP to AOP (#3941)
Co-authored-by: Lorenze Jay <[email protected]>
1 parent f3c5d1e commit 9c84475

File tree

205 files changed

+592
-594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+592
-594
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
With over 100,000 developers certified through our community courses at [learn.crewai.com](https://learn.crewai.com), CrewAI is rapidly becoming the
6363
standard for enterprise-ready AI automation.
6464

65-
# CrewAI AMP Suite
65+
# CrewAI AOP Suite
6666

67-
CrewAI AMP Suite is a comprehensive bundle tailored for organizations that require secure, scalable, and easy-to-manage agent-driven automation.
67+
CrewAI AOP Suite is a comprehensive bundle tailored for organizations that require secure, scalable, and easy-to-manage agent-driven automation.
6868

6969
You can try one part of the suite the [Crew Control Plane for free](https://app.crewai.com)
7070

@@ -76,9 +76,9 @@ You can try one part of the suite the [Crew Control Plane for free](https://app.
7676
- **Advanced Security**: Built-in robust security and compliance measures ensuring safe deployment and management.
7777
- **Actionable Insights**: Real-time analytics and reporting to optimize performance and decision-making.
7878
- **24/7 Support**: Dedicated enterprise support to ensure uninterrupted operation and quick resolution of issues.
79-
- **On-premise and Cloud Deployment Options**: Deploy CrewAI AMP on-premise or in the cloud, depending on your security and compliance requirements.
79+
- **On-premise and Cloud Deployment Options**: Deploy CrewAI AOP on-premise or in the cloud, depending on your security and compliance requirements.
8080

81-
CrewAI AMP is designed for enterprises seeking a powerful, reliable solution to transform complex business processes into efficient,
81+
CrewAI AOP is designed for enterprises seeking a powerful, reliable solution to transform complex business processes into efficient,
8282
intelligent automations.
8383

8484
## Table of contents
@@ -674,9 +674,9 @@ CrewAI is released under the [MIT License](https://github.com/crewAIInc/crewAI/b
674674

675675
### Enterprise Features
676676

677-
- [What additional features does CrewAI AMP offer?](#q-what-additional-features-does-crewai-amp-offer)
678-
- [Is CrewAI AMP available for cloud and on-premise deployments?](#q-is-crewai-amp-available-for-cloud-and-on-premise-deployments)
679-
- [Can I try CrewAI AMP for free?](#q-can-i-try-crewai-amp-for-free)
677+
- [What additional features does CrewAI AOP offer?](#q-what-additional-features-does-crewai-amp-offer)
678+
- [Is CrewAI AOP available for cloud and on-premise deployments?](#q-is-crewai-amp-available-for-cloud-and-on-premise-deployments)
679+
- [Can I try CrewAI AOP for free?](#q-can-i-try-crewai-amp-for-free)
680680

681681
### Q: What exactly is CrewAI?
682682

@@ -732,17 +732,17 @@ A: Check out practical examples in the [CrewAI-examples repository](https://gith
732732

733733
A: Contributions are warmly welcomed! Fork the repository, create your branch, implement your changes, and submit a pull request. See the Contribution section of the README for detailed guidelines.
734734

735-
### Q: What additional features does CrewAI AMP offer?
735+
### Q: What additional features does CrewAI AOP offer?
736736

737-
A: CrewAI AMP provides advanced features such as a unified control plane, real-time observability, secure integrations, advanced security, actionable insights, and dedicated 24/7 enterprise support.
737+
A: CrewAI AOP provides advanced features such as a unified control plane, real-time observability, secure integrations, advanced security, actionable insights, and dedicated 24/7 enterprise support.
738738

739-
### Q: Is CrewAI AMP available for cloud and on-premise deployments?
739+
### Q: Is CrewAI AOP available for cloud and on-premise deployments?
740740

741-
A: Yes, CrewAI AMP supports both cloud-based and on-premise deployment options, allowing enterprises to meet their specific security and compliance requirements.
741+
A: Yes, CrewAI AOP supports both cloud-based and on-premise deployment options, allowing enterprises to meet their specific security and compliance requirements.
742742

743-
### Q: Can I try CrewAI AMP for free?
743+
### Q: Can I try CrewAI AOP for free?
744744

745-
A: Yes, you can explore part of the CrewAI AMP Suite by accessing the [Crew Control Plane](https://app.crewai.com) for free.
745+
A: Yes, you can explore part of the CrewAI AOP Suite by accessing the [Crew Control Plane](https://app.crewai.com) for free.
746746

747747
### Q: Does CrewAI support fine-tuning or training custom models?
748748

@@ -762,7 +762,7 @@ A: CrewAI is highly scalable, supporting simple automations and large-scale ente
762762

763763
### Q: Does CrewAI offer debugging and monitoring tools?
764764

765-
A: Yes, CrewAI AMP includes advanced debugging, tracing, and real-time observability features, simplifying the management and troubleshooting of your automations.
765+
A: Yes, CrewAI AOP includes advanced debugging, tracing, and real-time observability features, simplifying the management and troubleshooting of your automations.
766766

767767
### Q: What programming languages does CrewAI support?
768768

docs/en/api-reference/introduction.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: "Introduction"
3-
description: "Complete reference for the CrewAI AMP REST API"
3+
description: "Complete reference for the CrewAI AOP REST API"
44
icon: "code"
55
mode: "wide"
66
---
77

8-
# CrewAI AMP API
8+
# CrewAI AOP API
99

10-
Welcome to the CrewAI AMP API reference. This API allows you to programmatically interact with your deployed crews, enabling integration with your applications, workflows, and services.
10+
Welcome to the CrewAI AOP API reference. This API allows you to programmatically interact with your deployed crews, enabling integration with your applications, workflows, and services.
1111

1212
## Quick Start
1313

1414
<Steps>
1515
<Step title="Get Your API Credentials">
16-
Navigate to your crew's detail page in the CrewAI AMP dashboard and copy your Bearer Token from the Status tab.
16+
Navigate to your crew's detail page in the CrewAI AOP dashboard and copy your Bearer Token from the Status tab.
1717
</Step>
1818

1919
<Step title="Discover Required Inputs">
@@ -46,7 +46,7 @@ curl -H "Authorization: Bearer YOUR_CREW_TOKEN" \
4646
| **User Bearer Token** | User-scoped access | Limited permissions, suitable for user-specific operations |
4747

4848
<Tip>
49-
You can find both token types in the Status tab of your crew's detail page in the CrewAI AMP dashboard.
49+
You can find both token types in the Status tab of your crew's detail page in the CrewAI AOP dashboard.
5050
</Tip>
5151

5252
## Base URL
@@ -82,7 +82,7 @@ The API uses standard HTTP status codes:
8282
## Interactive Testing
8383

8484
<Info>
85-
**Why no "Send" button?** Since each CrewAI AMP user has their own unique crew URL, we use **reference mode** instead of an interactive playground to avoid confusion. This shows you exactly what the requests should look like without non-functional send buttons.
85+
**Why no "Send" button?** Since each CrewAI AOP user has their own unique crew URL, we use **reference mode** instead of an interactive playground to avoid confusion. This shows you exactly what the requests should look like without non-functional send buttons.
8686
</Info>
8787

8888
Each endpoint page shows you:

docs/en/concepts/agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Think of an agent as a specialized team member with specific skills, expertise,
2020
</Tip>
2121

2222
<Note type="info" title="Enterprise Enhancement: Visual Agent Builder">
23-
CrewAI AMP includes a Visual Agent Builder that simplifies agent creation and configuration without writing code. Design your agents visually and test them in real-time.
23+
CrewAI AOP includes a Visual Agent Builder that simplifies agent creation and configuration without writing code. Design your agents visually and test them in real-time.
2424

2525
![Visual Agent Builder Screenshot](/images/enterprise/crew-studio-interface.png)
2626

docs/en/concepts/cli.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: terminal
55
mode: "wide"
66
---
77

8-
<Warning>Since release 0.140.0, CrewAI AMP started a process of migrating their login provider. As such, the authentication flow via CLI was updated. Users that use Google to login, or that created their account after July 3rd, 2025 will be unable to log in with older versions of the `crewai` library.</Warning>
8+
<Warning>Since release 0.140.0, CrewAI AOP started a process of migrating their login provider. As such, the authentication flow via CLI was updated. Users that use Google to login, or that created their account after July 3rd, 2025 will be unable to log in with older versions of the `crewai` library.</Warning>
99

1010
## Overview
1111

@@ -186,9 +186,9 @@ def crew(self) -> Crew:
186186

187187
### 10. Deploy
188188

189-
Deploy the crew or flow to [CrewAI AMP](https://app.crewai.com).
189+
Deploy the crew or flow to [CrewAI AOP](https://app.crewai.com).
190190

191-
- **Authentication**: You need to be authenticated to deploy to CrewAI AMP.
191+
- **Authentication**: You need to be authenticated to deploy to CrewAI AOP.
192192
You can login or create an account with:
193193
```shell Terminal
194194
crewai login
@@ -203,7 +203,7 @@ Deploy the crew or flow to [CrewAI AMP](https://app.crewai.com).
203203

204204
### 11. Organization Management
205205

206-
Manage your CrewAI AMP organizations.
206+
Manage your CrewAI AOP organizations.
207207

208208
```shell Terminal
209209
crewai org [COMMAND] [OPTIONS]
@@ -227,17 +227,17 @@ crewai org switch <organization_id>
227227
```
228228

229229
<Note>
230-
You must be authenticated to CrewAI AMP to use these organization management commands.
230+
You must be authenticated to CrewAI AOP to use these organization management commands.
231231
</Note>
232232

233233
- **Create a deployment** (continued):
234234
- Links the deployment to the corresponding remote GitHub repository (it usually detects this automatically).
235235

236-
- **Deploy the Crew**: Once you are authenticated, you can deploy your crew or flow to CrewAI AMP.
236+
- **Deploy the Crew**: Once you are authenticated, you can deploy your crew or flow to CrewAI AOP.
237237
```shell Terminal
238238
crewai deploy push
239239
```
240-
- Initiates the deployment process on the CrewAI AMP platform.
240+
- Initiates the deployment process on the CrewAI AOP platform.
241241
- Upon successful initiation, it will output the Deployment created successfully! message along with the Deployment Name and a unique Deployment ID (UUID).
242242

243243
- **Deployment Status**: You can check the status of your deployment with:
@@ -262,15 +262,15 @@ You must be authenticated to CrewAI AMP to use these organization management com
262262
```shell Terminal
263263
crewai deploy remove
264264
```
265-
This deletes the deployment from the CrewAI AMP platform.
265+
This deletes the deployment from the CrewAI AOP platform.
266266

267267
- **Help Command**: You can get help with the CLI with:
268268
```shell Terminal
269269
crewai deploy --help
270270
```
271271
This shows the help message for the CrewAI Deploy CLI.
272272

273-
Watch this video tutorial for a step-by-step demonstration of deploying your crew to [CrewAI AMP](http://app.crewai.com) using the CLI.
273+
Watch this video tutorial for a step-by-step demonstration of deploying your crew to [CrewAI AOP](http://app.crewai.com) using the CLI.
274274

275275
<iframe
276276
className="w-full aspect-video rounded-xl"
@@ -283,7 +283,7 @@ Watch this video tutorial for a step-by-step demonstration of deploying your cre
283283

284284
### 11. Login
285285

286-
Authenticate with CrewAI AMP using a secure device code flow (no email entry required).
286+
Authenticate with CrewAI AOP using a secure device code flow (no email entry required).
287287

288288
```shell Terminal
289289
crewai login
@@ -354,7 +354,7 @@ crewai config reset
354354

355355
#### Available Configuration Parameters
356356

357-
- `enterprise_base_url`: Base URL of the CrewAI AMP instance
357+
- `enterprise_base_url`: Base URL of the CrewAI AOP instance
358358
- `oauth2_provider`: OAuth2 provider used for authentication (e.g., workos, okta, auth0)
359359
- `oauth2_audience`: OAuth2 audience value, typically used to identify the target API or resource
360360
- `oauth2_client_id`: OAuth2 client ID issued by the provider, used during authentication requests
@@ -370,7 +370,7 @@ crewai config list
370370
Example output:
371371
| Setting | Value | Description |
372372
| :------------------ | :----------------------- | :---------------------------------------------------------- |
373-
| enterprise_base_url | https://app.crewai.com | Base URL of the CrewAI AMP instance |
373+
| enterprise_base_url | https://app.crewai.com | Base URL of the CrewAI AOP instance |
374374
| org_name | Not set | Name of the currently active organization |
375375
| org_uuid | Not set | UUID of the currently active organization |
376376
| oauth2_provider | workos | OAuth2 provider (e.g., workos, okta, auth0) |

docs/en/concepts/event-listener.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CrewAI uses an event bus architecture to emit events throughout the execution li
2020
When specific actions occur in CrewAI (like a Crew starting execution, an Agent completing a task, or a tool being used), the system emits corresponding events. You can register handlers for these events to execute custom code when they occur.
2121

2222
<Note type="info" title="Enterprise Enhancement: Prompt Tracing">
23-
CrewAI AMP provides a built-in Prompt Tracing feature that leverages the event system to track, store, and visualize all prompts, completions, and associated metadata. This provides powerful debugging capabilities and transparency into your agent operations.
23+
CrewAI AOP provides a built-in Prompt Tracing feature that leverages the event system to track, store, and visualize all prompts, completions, and associated metadata. This provides powerful debugging capabilities and transparency into your agent operations.
2424

2525
![Prompt Tracing Dashboard](/images/enterprise/traces-overview.png)
2626

docs/en/concepts/tasks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Tasks provide all necessary details for execution, such as a description, the ag
1414
Tasks within CrewAI can be collaborative, requiring multiple agents to work together. This is managed through the task properties and orchestrated by the Crew's process, enhancing teamwork and efficiency.
1515

1616
<Note type="info" title="Enterprise Enhancement: Visual Task Builder">
17-
CrewAI AMP includes a Visual Task Builder in Crew Studio that simplifies complex task creation and chaining. Design your task flows visually and test them in real-time without writing code.
17+
CrewAI AOP includes a Visual Task Builder in Crew Studio that simplifies complex task creation and chaining. Design your task flows visually and test them in real-time without writing code.
1818

1919
![Task Builder Screenshot](/images/enterprise/crew-studio-interface.png)
2020

docs/en/concepts/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This includes tools from the [CrewAI Toolkit](https://github.com/joaomdmoura/cre
1717
enabling everything from simple searches to complex interactions and effective teamwork among agents.
1818

1919
<Note type="info" title="Enterprise Enhancement: Tools Repository">
20-
CrewAI AMP provides a comprehensive Tools Repository with pre-built integrations for common business systems and APIs. Deploy agents with enterprise tools in minutes instead of days.
20+
CrewAI AOP provides a comprehensive Tools Repository with pre-built integrations for common business systems and APIs. Deploy agents with enterprise tools in minutes instead of days.
2121

2222
The Enterprise Tools Repository includes:
2323
- Pre-built connectors for popular enterprise systems

docs/en/enterprise/features/rbac.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ mode: "wide"
77

88
## Overview
99

10-
RBAC in CrewAI AMP enables secure, scalable access management through a combination of organization‑level roles and automation‑level visibility controls.
10+
RBAC in CrewAI AOP enables secure, scalable access management through a combination of organization‑level roles and automation‑level visibility controls.
1111

1212
<Frame>
13-
<img src="/images/enterprise/users_and_roles.png" alt="RBAC overview in CrewAI AMP" />
13+
<img src="/images/enterprise/users_and_roles.png" alt="RBAC overview in CrewAI AOP" />
1414

1515
</Frame>
1616

@@ -28,7 +28,7 @@ You can configure users and roles in Settings → Roles.
2828

2929
<Steps>
3030
<Step title="Open Roles settings">
31-
Go to <b>Settings → Roles</b> in CrewAI AMP.
31+
Go to <b>Settings → Roles</b> in CrewAI AOP.
3232
</Step>
3333
<Step title="Choose a role type">
3434
Use a predefined role (<b>Owner</b>, <b>Member</b>) or click <b>Create role</b> to define a custom one.
@@ -93,7 +93,7 @@ The organization owner always has access. In private mode, only whitelisted user
9393
</Tip>
9494

9595
<Frame>
96-
<img src="/images/enterprise/visibility.png" alt="Automation Visibility settings in CrewAI AMP" />
96+
<img src="/images/enterprise/visibility.png" alt="Automation Visibility settings in CrewAI AOP" />
9797

9898
</Frame>
9999

docs/en/enterprise/features/tools-and-integrations.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ Tools & Integrations is the central hub for connecting third‑party apps and ma
189189

190190
## Internal Tools
191191

192-
Create custom tools locally, publish them on CrewAI AMP Tool Repository and use them in your agents.
192+
Create custom tools locally, publish them on CrewAI AOP Tool Repository and use them in your agents.
193193

194194
<Tip>
195-
Before running the commands below, make sure you log in to your CrewAI AMP account by running this command:
195+
Before running the commands below, make sure you log in to your CrewAI AOP account by running this command:
196196
```bash
197197
crewai login
198198
```
@@ -210,13 +210,13 @@ Tools & Integrations is the central hub for connecting third‑party apps and ma
210210
```
211211
</Step>
212212
<Step title="Publish">
213-
Publish the tool to the CrewAI AMP Tool Repository.
213+
Publish the tool to the CrewAI AOP Tool Repository.
214214
```bash
215215
crewai tool publish
216216
```
217217
</Step>
218218
<Step title="Install">
219-
Install the tool from the CrewAI AMP Tool Repository.
219+
Install the tool from the CrewAI AOP Tool Repository.
220220
```bash
221221
crewai tool install your-tool
222222
```

docs/en/enterprise/features/traces.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Traces provide comprehensive visibility into your crew executions, helping you m
1111

1212
## What are Traces?
1313

14-
Traces in CrewAI AMP are detailed execution records that capture every aspect of your crew's operation, from initial inputs to final outputs. They record:
14+
Traces in CrewAI AOP are detailed execution records that capture every aspect of your crew's operation, from initial inputs to final outputs. They record:
1515

1616
- Agent thoughts and reasoning
1717
- Task execution details
@@ -28,7 +28,7 @@ Traces in CrewAI AMP are detailed execution records that capture every aspect of
2828

2929
<Steps>
3030
<Step title="Navigate to the Traces Tab">
31-
Once in your CrewAI AMP dashboard, click on the **Traces** to view all execution records.
31+
Once in your CrewAI AOP dashboard, click on the **Traces** to view all execution records.
3232
</Step>
3333

3434
<Step title="Select an Execution">
@@ -153,5 +153,5 @@ CrewAI batches trace uploads to reduce overhead on high-volume runs:
153153
This yields more stable tracing under load while preserving detailed task/agent telemetry.
154154

155155
<Card title="Need Help?" icon="headset" href="mailto:[email protected]">
156-
Contact our support team for assistance with trace analysis or any other CrewAI AMP features.
156+
Contact our support team for assistance with trace analysis or any other CrewAI AOP features.
157157
</Card>

0 commit comments

Comments
 (0)