Skip to content

Commit 6ab9533

Browse files
Update documentation to reflect Pulumi Neo instead of Copilot (#16459)
* Update documentation pages that previously mentioned Copilot to reflect Pulumi Neo Fixes #16409 * Update heading from 'Copilot' to 'AI' in org-settings.md Update the section heading to reflect the Pulumi Neo rebranding. Co-authored-by: Cam Soper <[email protected]> --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Cam Soper <[email protected]>
1 parent 343072f commit 6ab9533

File tree

11 files changed

+26
-22
lines changed

11 files changed

+26
-22
lines changed

content/docs/administration/access-identity/rbac/scopes/org-settings.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ This document defines all the available scopes in Pulumi Cloud, organized by [en
3434
| `audit_logs:export` | Export audit log data for compliance and analysis purposes. This enables downloading audit records in various formats.<br><br>**Granted by default roles**: `Admin` |
3535
| `audit_logs:read` | Access and view audit logs of organization activities. This provides visibility into system events and user actions.<br><br>**Granted by default roles**: `Admin` |
3636

37-
## Copilot
37+
## AI
38+
39+
{{% notes "info" %}}
40+
These scopes control access to Pulumi's AI features, including [Pulumi Neo](/docs/ai/).
41+
{{% /notes %}}
3842

3943
| Value | Description |
4044
|-------|-------------|

content/docs/deployments/get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To collaborate with other developers or use advanced features like [SAML SSO](/d
7171

7272
### Developer experience
7373

74-
- **[Pulumi Copilot](/docs/ai/copilot/)**: AI assistant for debugging, code generation, and infrastructure questions
74+
- **[Pulumi Neo](/docs/ai/)**: AI agent for infrastructure automation, debugging, code generation, and infrastructure questions
7575
- **[Developer portals](/docs/idp/developer-portals/)**: Self-service infrastructure with templates and the New Project Wizard
7676
- **[Pulumi Insights](/docs/insights/)**: Search, visualize, and manage cloud resources across your organization
7777

content/docs/deployments/get-started/onboarding-guide/choose-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ Sign up using your email address and password, or connect with your GitHub, GitL
9898

9999
### Explore the console
100100

101-
Access the Pulumi Cloud console through the "Sign In" link at [pulumi.com](http://pulumi.com) or go directly to [app.pulumi.com](http://app.pulumi.com). The dashboard provides useful content and links, while the left navigation gives you access to stacks, resources, and settings. Use the search function to find specific resources, and click the sparkle icon to access Pulumi Copilot, your AI assistant.
101+
Access the Pulumi Cloud console through the "Sign In" link at [pulumi.com](http://pulumi.com) or go directly to [app.pulumi.com](http://app.pulumi.com). The dashboard provides useful content and links, while the left navigation gives you access to stacks, resources, and settings. Use the search function to find specific resources, and click the sparkle icon to access Pulumi Neo, your AI agent.
102102

103103
{{< get-started-stepper >}}

content/docs/deployments/get-started/what-is-it.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Pulumi's projects and stacks model facilitates collaboration especially thanks t
5555

5656
Pulumi Cloud also offers short-lived stacks in the form of [Review Stacks](/docs/deployments/deployments/review-stacks/) -- ephemeral environments stood up just for the duration of a Pull Request, making verification of changes much more robust and seamless -- as well as [Time-to-Live (TTL) Stacks](/docs/deployments/deployments/ttl/), which ensure that temporary stacks get automatically cleaned up, enabling more productive engineering workflows without the risk of cloud waste.
5757

58-
[Pulumi Copilot](/docs/ai/copilot/), an AI assistant built into Pulumi Cloud, collaborates with you to solve a variety of challenges you might encounter. That includes assisting you in debugging cloud deployment failures, helping you to write infrastructure as code, and even asking more general questions like "What versions of Kubernetes am I running?", "What is my most expensive, least used resources?", "Who is my most productive teammate?", and more. Pulumi Copilot is even integrated with the Pulumi CLI as well as the Pulumi VSCode Extension so that you can get AI assistance with your local developer experience.
58+
[Pulumi Neo](/docs/ai/), an AI agent built into Pulumi Cloud, collaborates with you to solve a variety of challenges you might encounter. That includes assisting you in debugging cloud deployment failures, helping you to write infrastructure as code, automating infrastructure tasks, and even asking more general questions like "What versions of Kubernetes am I running?", "What is my most expensive, least used resources?", "Who is my most productive teammate?", and more. Pulumi's AI capabilities are even integrated with the Pulumi CLI as well as the Pulumi VSCode Extension so that you can get AI assistance with your local developer experience.
5959

6060
### 2/ Automatic Security
6161

@@ -97,7 +97,7 @@ Pulumi Cloud is an AWS Advanced Partner, implements many compliance specificatio
9797

9898
Using Pulumi Cloud, you automatically gain all of the above benefits. This means more time to focus on solving your business challenges, versus undifferentiated DIY heavy lifting.
9999

100-
We have found that teams who use DIY backends require at least one full time engineer for every 10 end users in their team just to manage the DIY backend and build systems, and to ensure it is secure and scalable. They also have to maintain costly onboarding and training programs for using their custom DIY backend. Certain Pulumi capabilities can be exceedingly costly to replicate, like search, Copilot, fault tolerance, and the various identity integrations like RBAC. And even with all of that, DIY capabilities typically fall far short of what Pulumi Cloud delivers out of the box (for instance, lacking the full history of who changed what and when).
100+
We have found that teams who use DIY backends require at least one full time engineer for every 10 end users in their team just to manage the DIY backend and build systems, and to ensure it is secure and scalable. They also have to maintain costly onboarding and training programs for using their custom DIY backend. Certain Pulumi capabilities can be exceedingly costly to replicate, like search, AI capabilities, fault tolerance, and the various identity integrations like RBAC. And even with all of that, DIY capabilities typically fall far short of what Pulumi Cloud delivers out of the box (for instance, lacking the full history of who changed what and when).
101101

102102
To learn more about the hidden costs of going it on your own with a DIY backend, read [this blog post](/blog/hidden-costs-of-infrastructure-management/). To learn more from a team of cloud wizards that ultimately decided to retire their DIY backend in favor of Pulumi Cloud, read [the Starburst case study](/case-studies/starburst/).
103103

content/docs/iac/comparisons/cloud-template-transpilers/aws-cdk/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Pulumi enables faster development and deployment workflows compared to CDK due t
5555
- __Development__: Pulumi's runtime engine allows for immediate feedback (milliseconds) in your IDE during deployment, enabling you to debug and iterate more quickly. In contrast, CDK's reliance on CloudFormation introduces delays (tens of minutes) due to template transpilation and longer error resolution times.
5656
- __Testing__: Pulumi supports fast, in-memory unit tests that mock external calls, enabling developers to validate infrastructure without deploying it. CDK testing is limited to assertions against synthesized CloudFormation templates, which slows down the feedback loop.
5757
- __Developer self-service__: Pulumi empowers you to build modern infrastructure platforms that enable developers to self-service cloud infrastructure. You can easily build GUI, CLI, or YAML based developer portals or use the built-in [New Project Wizard](/docs/idp/developer-portals/new-project-wizard/) with customizable organizational templates. In contrast, CDK lacks features specifically designed for building developer platforms.
58-
- __AI-powered__: [Pulumi Copilot](/docs/ai/copilot/) is an AI-powered assistant that automates any infrastructure management task. It can generate a Pulumi program from a few simple text prompts, and it provides predictive insights to analyze and preempt potential operational issues. CDK doesn't include AI capabilities for generating code or providing operational insights.
58+
- __AI-powered__: [Pulumi Neo](/docs/ai/) is an AI-powered agent that automates infrastructure management tasks. It can generate a Pulumi program from a few simple text prompts, create pull requests with infrastructure changes, and provides insights to analyze and preempt potential operational issues. CDK doesn't include AI capabilities for generating code or providing operational insights.
5959

6060
### Security
6161

@@ -88,7 +88,7 @@ Finally, while both CDK and Pulumi support automated testing, the scenarios they
8888

8989
## Pulumi vs. CDK: Better Together {#better-together}
9090

91-
While there are differences and similarities between Pulumi and AWS CDK, they can actually be used together for a more powerful experience in managing infrastructure. The pulumi-cdk library allows CDK code and constructs to be used directly in Pulumi programs, resulting in AWS resources being deployed and managed via Pulumi. Outputs of resources defined in a Pulumi program can be passed into AWS CDK constructs, and outputs from AWS CDK stacks can be used as inputs to other Pulumi resources. This allows CDK users to be able to use their existing constructs and access all the features of Pulumi Cloud (e.g., policy as code, drift detection, Insights and Copilot). See the [Pulumi CDK Adapter documentation](/docs/iac/clouds/aws/guides/cdk/) for more details.
91+
While there are differences and similarities between Pulumi and AWS CDK, they can actually be used together for a more powerful experience in managing infrastructure. The pulumi-cdk library allows CDK code and constructs to be used directly in Pulumi programs, resulting in AWS resources being deployed and managed via Pulumi. Outputs of resources defined in a Pulumi program can be passed into AWS CDK constructs, and outputs from AWS CDK stacks can be used as inputs to other Pulumi resources. This allows CDK users to be able to use their existing constructs and access all the features of Pulumi Cloud (e.g., policy as code, drift detection, Insights and Neo). See the [Pulumi CDK Adapter documentation](/docs/iac/clouds/aws/guides/cdk/) for more details.
9292

9393
In addition to CDK interoperability, Pulumi can deploy CloudFormation stacks directly from a Pulumi program. See the [AWS provider documentation](/registry/packages/aws/api-docs/cloudformation/). If you already have CloudFormation resources, Pulumi stacks can reference resources from existing CloudFormation stacks. You can also easily convert CloudFormation templates to Pulumi programs. See the [AWS CloudFormation to Pulumi documention](/docs/iac/adopting-pulumi/migrating-to-pulumi/from-cloudformation/).
9494

content/docs/insights/discovery/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Discovery integrates with [Pulumi ESC](/docs/esc/) to securely manage credential
2626

2727
2. **Resource scanning**: Discovery authenticates to your cloud provider using read-only credentials from ESC, then identifies resources, collects metadata, records relationships, and updates the Insights supergraph with the latest state.
2828

29-
3. **Exploration**: Once scanning completes, explore your infrastructure through [Resource Search](/docs/insights/discovery/search/), which provides powerful filtering, grouping, and natural language queries via [Pulumi Copilot](/docs/ai/copilot/).
29+
3. **Exploration**: Once scanning completes, explore your infrastructure through [Resource Search](/docs/insights/discovery/search/), which provides powerful filtering, grouping, and natural language queries via [Pulumi Neo](/docs/ai/).
3030

3131
4. **Import**: Use [Visual Import](/docs/insights/discovery/visual-import/) to convert discovered resources into Pulumi IaC code, bringing unmanaged infrastructure under automated management.
3232

content/docs/insights/discovery/get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ This guide will take you through the following steps to easily get started with
4242
1. Setting up and configuring Pulumi to access your cloud accounts.
4343
2. Create a new Insights Account
4444
3. Use Insights Resource Explorer to understand your infrastructure.
45-
4. Ask natural language questions about your resources using Pulumi Copilot.
45+
4. Ask natural language questions about your resources using Pulumi Neo.
4646

4747
{{< get-started-stepper >}}

content/docs/insights/discovery/get-started/using-resource-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Let's say you are working with your security team as part of an audit, you could
6464

6565
![Insights Explorer Ai assist public s3](/docs/insights/assets/insights-explorer-pulumi-ai-assist-public-s3.png)
6666

67-
With Pulumi Copilot and Resource Search, you are able to gain insights and ask questions about your infrastructure that would otherwise be challenging to answer, saving time and providing the critical information needed
67+
With Pulumi Neo and Resource Search, you are able to gain insights and ask questions about your infrastructure that would otherwise be challenging to answer, saving time and providing the critical information needed
6868

6969
{{% notes "info" %}}
7070
Insights Account Discovery is free while in public preview, with per-resource pricing for Team, Enterprise and Business Critical tiers coming in Q1 2025.

content/docs/insights/discovery/visual-import.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pulumi Visual Import allows platform and development teams to leverage [Pulumi I
2020
1. Discover and select existing cloud resources across accounts
2121
2. Identify and review resources with a reference/dependent relationship to the previously selected resources
2222
3. Generate and export IaC code in your preferred language
23-
4. Enhance your IaC code using Pulumi Copilot
23+
4. Enhance your IaC code using Pulumi Neo
2424
5. Refine and integrate that code into your own Pulumi projects
2525

2626
This feature is available to users on Team, Enterprise, and Business Critical SKUs with Pulumi Insights enabled.
@@ -77,9 +77,9 @@ This step lets you create, review, and refine the generated Pulumi IaC code.
7777

7878
![Pulumi Import](/docs/insights/assets/import-review-code.png)
7979

80-
### Step 4: Copilot enhance
80+
### Step 4: Enhance
8181

82-
The Copilot Enhance button enables Pulumi Copilot to take an additional pass over the generated code to improve formatting, provide more meaningful variable names and comments, and add references between selected components if available.
82+
The Enhance button enables Pulumi Neo to take an additional pass over the generated code to improve formatting, provide more meaningful variable names and comments, and add references between selected components if available.
8383

8484
![Pulumi Import](/docs/insights/assets/import-review-enhance.png)
8585

@@ -106,7 +106,7 @@ After a successful stack update, these resources become Pulumi-managed. Changes
106106

107107
* **Start Small**: Select a small, logical grouping of resources (e.g., a single service or stack)
108108
* **Validate**: Use `pulumi preview` after importing the generated code to confirm correctness
109-
* **Enhance**: Let Copilot help improve readability and conformance with your coding standards
109+
* **Enhance**: Let Neo help improve readability and conformance with your coding standards
110110
* **Integrate Carefully**: Consider how the generated code fits into your existing IaC structure
111111

112112
## Feedback and support

content/docs/reference/cloud-rest-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Pulumi Cloud REST API is organized into the following resource categories:
3434

3535
- [API Basics](/docs/reference/cloud-rest-api/api-basics/) - Endpoint URL, authentication, and required headers
3636
- [Audit Logs](/docs/reference/cloud-rest-api/audit-logs/) - Access audit log data
37-
- [Copilot](/docs/reference/cloud-rest-api/copilot/) - Access AI-powered infrastructure assistance
37+
- [AI](/docs/reference/cloud-rest-api/ai/) - Access AI-powered infrastructure assistance
3838
- [Data Export](/docs/reference/cloud-rest-api/data-export/) - Export data from Pulumi Cloud
3939
- [Deployment Runners](/docs/reference/cloud-rest-api/deployment-runners/) - Manage deployment runners
4040
- [Deployments](/docs/reference/cloud-rest-api/deployments/) - Configure and manage Pulumi Deployments

0 commit comments

Comments
 (0)