Appearance
varia-platform
Core platform management: create/delete organizations with brands, users, configuration, and Cloudflare subdomains. Uses direct MongoDB + Cloudflare for org create/delete, API for everything else.
Tools: 12 | Auth: JWT + MongoDB + Cloudflare
Tools
| Tool | Description |
|---|---|
set_credentials | Switch API credentials at runtime |
create_organization | Create complete org with brand, user, config, landing page, Cloudflare DNS |
delete_organization | Permanently delete org and all data (irreversible) |
get_brand_config | Get full brand configuration |
update_brand | Update brand fields, FAQs, values, additional_info |
ingest_brand_content | Add content from URL or text |
deploy_brand | Deploy brand content and styling to live |
get_subdomain | Get current subdomain |
update_subdomain | Change subdomain (updates DNS) |
set_default_landing_page | Set default page for subdomain root |
invite_user | Invite collaborator (admin or collaborator role) |
list_users | List all team members |
Brand Config Fields
title,description,mission,guardrailsassistant(persona),brand_guidelineslead_capture,search_config,styling_config
Organization Creation
create_organization sets up everything in one call:
- MongoDB: brand, brand_configuration, brand_content, intelligence_landing_pages, intelligence_users, services, site_content, users
- Cloudflare: CNAME DNS record, Pages domain, KV namespace entries
- Default: $20.00 balance, inquiry-template landing page
Notes
deploy_brandneeds a prior API call (e.g.get_brand_config) to populatebrand_idin the shared auth cachedelete_organizationis irreversible: drops all collections and Cloudflare resources