Authorize Repo Connection
POST/api/v2/skills/repo-connection/authorize
Start connecting the organization's GitHub skills repository.
Returns a GitHub App installation URL carrying a signed, short-lived state. The admin opens it
(in a new tab) to grant access; GitHub then redirects to the callback endpoint, which persists the
connection.
Responses
- 200
- 422
- 503
Returns a GitHub App installation URL. Open it to grant deepset access to your skills repository.
Validation Error
The GitHub App is not configured, so a connection can't be started.
Was this page helpful?