Save Credential
credential_saveSave a credential (BYOK provider API key). Saved keys persist across sessions and are used automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Credential name from the tool requirements (e.g. "ios_app_id", "openai"). | |
| label | No | Human-readable label to identify this value (e.g. "MyApp", "Staging"). Required when saving multiple values for the same credential. | |
| value | Yes | The credential value to save. | |
| context | No | "personal" or "team:<id>". Defaults to personal. | |
| is_default | No | Set this value as the default for this credential. |