C
ClaraConverts
/update_tenant_settings
Update Tenant Settings
Update your trial tenant's persona and widget settings (name, goal, branding, position, lead notification email). Only the fields you pass are changed. Requires
liveverifiedunknown~5s typical
mcpprobedclaraconverts
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-claraconverts-clara /update_tenant_settings for me.
Input
| Field | Type | Description |
|---|---|---|
| secret_key | string | The secret_key returned by create_trial_tenant, if your client can't send it as an "Author |
| display_name | string | Business/display name shown in the widget chrome. |
| site_url | string | The site Clara is installed on. |
| conversion_goal | string | What Clara should drive (e.g. "book a demo", "capture a lead"). |
| brand_color | string | Hex color, e.g. "#0b5ed7". |
| widget_position | string (top_left | top_center | top_right | middle_left | middle_center | middle_right) | Where the widget bubble docks. |
| lead_destination | string | Email address captured leads are sent to. |
| outbound_webhook | string | Optional webhook URL for lead notifications (Zapier/Make/etc.). |
| language | string | "auto" detects from the visitor's browser, or pin a fixed language. |
| voice_id | string | Voice for spoken replies (only honored on the Pro plan — safe to set now for after an upgr |
| chatbot_name | string | Override the AI's name (defaults to "Clara"). |
| chatbot_avatar_url | string | URL of a custom avatar image for the widget. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-claraconverts-clara","endpoint":"/update_tenant_settings","input":{}}'cli
npx cracked-ai run -p mcp-com-claraconverts-clara -e /update_tenant_settings -i '{}'mcp
run_tool({ provider: "mcp-com-claraconverts-clara", endpoint: "/update_tenant_settings", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.