solver_create_source_connection
Create a source connection using a completed handoff intent, with no credential material required. The connection stays disabled until tested, then deployments sync automatically.
Instructions
Bind a source connection for your provider key/account from a COMPLETED handoff intent (POST /v1/source-connections). Takes only the opaque handoff_intent_id -- never credential material. A fresh connection is disabled until solver_test_source_connection passes; deployments then come from solver_sync_source_deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| auth_scheme | Yes | ||
| display_name | Yes | ||
| source_scope | Yes | Exactly one of {kind:'account',account_ref} | {kind:'project',project_ref} | {kind:'region',region}. | |
| handoff_intent_id | Yes |