connect_provider
Connect a provider to a client by pasting an API key or token, enabling access to that provider's tools for the specified client only.
Instructions
Connect one provider for one client using a credential you paste.
Prefer munim connect for providers that publish an OAuth flow: it
opens a browser, and no secret passes through the coding agent at all.
This exists for providers that offer nothing else - Resend, for one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | Yes | The client to act on, by the name you registered them under. A write resolves this one client's credentials and no other. | |
| provider | Yes | The provider to use, for example cloudflare, vercel or resend. Only what this client is actually connected to is reachable. | |
| credential | Yes | The API key or token, pasted. It is stored and never returned by any tool. |