Skip to main content

Installation

Installation for Qefro cloud means signing up at app.qefro.com, verifying email, and creating an organization (tenant). You do not install vector databases, LLM gateways, or RAG infrastructure yourself.

Introduction

Qefro is a multi-tenant SaaS platform. Production hosts:

SurfaceURL
Marketinghttps://qefro.com
Admin Consolehttps://app.qefro.com
APIhttps://api.qefro.com
Widget CDNhttps://cdn.qefro.com/widget.js
Internal Portalyour-company.qefro.com (or custom domain)

Why it exists

Teams need Customer AI and Employee AI without operating embedding pipelines, hybrid search, or tool-execution sandboxes.

Concepts

  • Organization / tenant — billing and isolation boundary created at signup
  • Admin Console — configure workspaces, knowledge, Business Tools, channels, RBAC
  • Workspace — isolated knowledge + tools + conversations (e.g. Customer Support, HR)
  • Plan — Free, Starter, Growth, Enterprise (Razorpay billing)

Architecture

Workflow

Cloud setup

  1. RegisterCreate an account at app.qefro.com with a work email.
  2. Verify emailComplete OTP / email verification before inviting teammates.
  3. Create organizationChoose a display name and tenant slug (used for your-company.qefro.com).
  4. Open Admin ConsoleCreate your first workspace and upload knowledge.

Code examples

# Health (no auth)
curl -sS https://api.qefro.com/health

# Ready (dependencies)
curl -sS https://api.qefro.com/ready

Best practices

  • Use a real company email for ownership and billing
  • Enable MFA / strong passwords on Owner accounts before connecting production APIs
  • Prefer separate workspaces for Customer Support vs internal HR/IT

Security notes

FAQ

Do I need Docker?
Not for Qefro cloud. Private / Enterprise deployment is a separate conversation with Sales.
Where is GraphQL?
Primary Admin Console API is GraphQL at POST https://api.qefro.com/graphql (authenticated). REST covers uploads, billing, tools, widget, WhatsApp, and org RBAC.