Operations Control
Manage active client onboardings and agent performance statistics.
Recent Onboardings
| Company | Contact | Project Type | Budget | Status |
|---|---|---|---|---|
| No clients onboarded yet. Proceed to 'Onboard Client' tab. | ||||
AI Employee Operations
-
Intake Parsing Agent Mistral Large 3 extracts contact, financial, and requirement fields.
-
Brief Strategy Agent Generates comprehensive scoped briefs with deliverables and phases.
-
API Sync Agent Connects to Notion Databases and Airtable bases serverless.
Client Intake Processor
Input a call transcript to launch Clurto's multi-agent data-extraction and brief-writing workflow.
Call Transcript Intake
Agent Console
Waiting for transcript input. Click "Run AI Employee" to launch the intake agents.
Client Directory & Sync Hub
Manage all locally stored clients, view generated briefs, and trigger real-time synchronization with Notion or Airtable databases.
Onboarded Clients
| Company | Client Contact | Project Details | Budget / Timeline | Sync Targets | Actions |
|---|---|---|---|---|---|
| No clients onboarded. | |||||
Setup Guide
Learn how to configure integrations and retrieve database credentials like Notion and Airtable keys.
1. Nvidia NIM Token
Clurto uses the NVIDIA NIM Mistral Large model to parse transcripts and write project briefs.
Steps to obtain key:
- Go to the NVIDIA Build Portal.
- Sign up for a free developer account (you'll receive free API credits).
- Select the Mistral Large 3 model from the list.
- Click Get API Key in the upper right.
- Copy the key and paste it under the Settings tab in Clurto.
2. Notion Database & Key
Step A: Create Integration Token
- Visit Notion My Integrations.
- Click + New integration. Name it "Clurto CRM" and click Submit.
- Copy the Internal Integration Secret (starts with
secret_...).
Step B: Setup Database & Find ID
- Create an inline database in Notion (type
/database). - Add these exact columns matching their types:
- Company (Title / Name)
- Client Name (Text)
- Email (Email)
- Phone (Phone)
- Budget (Text)
- Timeline (Text)
- Project Type (Select)
- Status (Select)
- Open the database full page. Look at the URL:
https://notion.so/workspace/DATABASE_ID?v=...The Database ID is the 32-character code after the workspace name and slash, and before the question mark. - Grant permission: Click the
...on your database page -> Add connections -> search and select Clurto CRM.
3. Airtable CRM Connection
Step A: Get Personal Access Token (PAT)
- Visit the Airtable Token Creator.
- Click Create Token. Name it "Clurto Onboarding".
- Select scopes:
data.records:readanddata.records:write. - Give it access to your target Base, click Create, and copy the token.
Step B: Base ID & Table Setup
- Create a table named "Clients" in your Airtable base.
- Add columns with these exact text headers:
Company NameClient NameEmailPhoneBudgetTimelineProject TypePain PointsRequirementsBriefStatus
- Find your Base ID (starts with
app...) by selecting your Base at airtable.com/api.
Integration Hub
Connect Clurto to your active service platforms. Settings are securely stored in your browser's local storage.
NVIDIA NIM (Mistral Large)
Required for client detail extraction and Markdown project brief compilation.
Notion Integration
Automatically logs the onboarded company profiles and adds generated project briefs inside a custom database.
Airtable CRM Connection
Creates individual rows mapping structured fields (Contact details, Budgets, Timelines) for team onboarding pipelines.