keychain_connect
Store and verify encrypted platform API keys for GitHub, Supabase, Vercel, Stripe, or Cloudflare. Tests credentials against the platform API before saving to the UnClick Keychain.
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 |
|---|---|---|---|
| label | No | Optional label to distinguish multiple credentials for the same platform (default: 'default'). | |
| platform | Yes | Platform ID: github, supabase, vercel, stripe, cloudflare. | |
| credential | Yes | API key or token for the platform. |