Initialize a Polygraph session for the selected repositories.
Creates a new session containing the selected repos. Call list_repos first to obtain valid repo IDs, then pass them as selectedRepoIds. The session ID is auto-generated.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
selectedRepoIds | array | yes | Required list of repo IDs to include in the session (at least one). Use list_repos to discover available repos first. |
title | string | no | Optional Polygraph session title. When omitted, a title is automatically generated. |