Playgrounds
Publishing
Publish an application created in a playground as a project.
Publish a standalone playground session as a connected project in monolayer to automate repository creation and deployments.
About Sandbox Publishing
Publishing turns a standalone playground session into a connected project. The workflow creates a repository, a project, and starts the first deployment.
Publishing a Playground Session
Follow these steps to publish your generated sandbox code, create a connected project, and start its first deployment.
Before you start
Ensure you meet the following conditions before publishing:
- Configure a GitHub App connection.
- Choose a project name containing only letters, numbers, spaces, and dashes.
Steps
- Choose your standalone chat session from the playground session list.
- Click Publish in the session toolbar.
- Type a project name in the Project Name field.
- Click Confirm.
- Wait for the repository, project, and deployment setup to complete.
- Click View deployment after publishing completes.
What happens next
The control plane opens the environment details page, displaying the progress of your application's first active deployment.
How It Works
When you publish your application, the control plane and coding agent perform the following tasks:
- Create a GitHub repository in your organization.
- Push the application code to the repository.
- Create a project in your control plane.
- Deploy your application.