Describe a solution
cs_describe_solutionExport and unpack a solution to list its components—agents, cloud flows, connectors, and variables—while keeping the environment read-only.
Instructions
Export a solution (unmanaged, async) and unpack it locally, then inventory everything inside: agents (with harness and component counts), bot components by kind, cloud flows, connection references, environment variables, custom connectors, other component folders. Read-only for the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Solution unique name | |
| workDir | No | Where to put the export and unpacked source (default <workspace>/.cs-solutions/<name>) | |
| environment | No | Environment id or URL. Defaults to the active pac auth profile. |