diff --git a/messages/open.authoring-bundle.md b/messages/open.authoring-bundle.md index ccd2335a..c5658e20 100644 --- a/messages/open.authoring-bundle.md +++ b/messages/open.authoring-bundle.md @@ -1,22 +1,24 @@ # summary -Open an org directly to the agents list view +Open your org in Agentforce Studio, specically in the list view showing the list of agents. # description +The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window. + To generate the URL but not launch it in your browser, specify --url-only. # examples -- Open to the agents list view in your default org using your default browser: +- Open the agents list view in your default org using your default browser: $ <%= config.bin %> <%= command.id %> -- Open to the agents list view in an incognito window of your default browser: +- Open the agents list view in an incognito window of your default browser: $ <%= config.bin %> <%= command.id %> --private -- Open to the agents list view in an org with alias MyTestOrg1 using the Firefox browser: +- Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser: $ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox