plane-instance-config-update
Update instance configuration keys by passing key-value pairs to modify settings like signup, login, email, and AI provider options.
Instructions
Update instance configuration keys. Pass key-value pairs. Example keys: ENABLE_SIGNUP, ENABLE_MAGIC_LINK_LOGIN, ENABLE_EMAIL_PASSWORD, IS_GOOGLE_ENABLED, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, EMAIL_HOST, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, EMAIL_PORT, EMAIL_FROM, LLM_PROVIDER, LLM_MODEL, LLM_API_KEY, UNSPLASH_ACCESS_KEY, DISABLE_WORKSPACE_CREATION
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Key-value pairs to update (e.g., {"ENABLE_SIGNUP": "1", "LLM_PROVIDER": "openai"}) |