keychain_connect
Store an encrypted platform credential in the UnClick Keychain. The credential is tested against the platform API before saving.
Instructions
Store an encrypted platform credential in the UnClick Keychain. Tests the credential against the platform API before saving. Scoped to the caller's UNCLICK_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform ID: github, supabase, vercel, stripe, cloudflare. | |
| credential | Yes | API key or token for the platform. | |
| label | No | Optional label to distinguish multiple credentials for the same platform (default: 'default'). |