chieflab_set_provider_key
ActiveTool of ChiefLab
Store a provider API key for THIS workspace. Once stored, ChiefLab uses your key (BYOK — you pay the provider directly, no markup). Without it, ChiefLab uses its own key and bills through with a margin. Providers: gemini (image gen), resend (email), zernio (social publish), anthropic (LLM, future), openai (LLM, future). Stored encrypted at rest. Use chieflab_revoke_provider_key to remove. The key never leaves this workspace.
Parameters schema
{
"type": "object",
"required": [
"provider",
"apiKey"
],
"properties": {
"apiKey": {
"type": "string",
"description": "The provider API key (e.g. for Gemini: a Google API key starting with AIza...)."
},
"provider": {
"type": "string",
"description": "gemini | resend | zernio | anthropic | openai"
},
"workspaceId": {
"type": "string",
"description": "Optional workspace id (defaults to your bearer's workspace)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries