You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_set_provider_key

Active

Tool of ChiefLab

declared in 0.3.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ChiefLab

https://github.com/bdentech/chiefmo-agent

1/7 registries
View full server →