df_create_git_connection
Register a Git connection for your company in DataForge. Credentials are encrypted and never returned, ensuring secure registration.
Instructions
WRITES TO DATAFORGE. Register a Git connection for the company. Requires a company administrator API key. Credentials are stored encrypted and never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | ||
| branch | Yes | ||
| platform | Yes | ||
| settings | No | ||
| authentication | Yes | Git credentials, sent over TLS. Never logged, never returned. | |
| repository_url | Yes | ||
| idempotency_key | No | Optional UUID v4. Reusing a key within 24 hours replays the original response instead of applying the change twice. One is generated automatically when omitted. |